noname
Forum Replies Created
-
Forum: Plugins
In reply to: New Plugin: xGallerychange the path “/wp-content/gallery/” to “/wordpress/wp-content/gallery/”
#photos.php (copy or make new file to wordpress folder)
<?php
/* Don’t remove this line. */
require(‘./wp-blog-header.php’);
get_header();
get_sidebar();
?>
<div id=”content”>
<?php gallery_show_photos(); ?>
</div>
<?php get_footer(); ?>Forum: Everything else WordPress
In reply to: Photo Gallery….Forum: Installing WordPress
In reply to: Xampp 1.5 newbie = help neededWhich xampp package have you downloaded? the *.exe or *.zip?
For easy & clean … download xampp-win32.xxx.zip and and unzip it to c:\xampp.
Just be sure & safe, uninstall previous xampp and remember to take backup your htdocs.
Forum: Plugins
In reply to: wp-grins for 1.5 ?put it in “\wp-content\plugins\”, log in admin center .. go to “Plugins” tab.. then activate it.
Forum: Installing WordPress
In reply to: Xampp 1.5 newbie = help needed“The connection was refused when attempting to connect to localhost”
Do you have “skype” or any proxy sw installed? .. if you do.. try kill it.
Also let Apache.exe pass throught firewall sw ..if you have any.
Run xampp_start again.
Forum: Everything else WordPress
In reply to: Photo Gallery….Try simpleviewer
Forum: Plugins
In reply to: phpBB and WP sharing login tables?why not use bbpess?
you can share same database…well… not quite.. duplicate user.
search for “bbpress” ๐
Forum: Fixing WordPress
In reply to: Error establishing a database connectionmaybe database @ blogsome.com is down
Forum: Themes and Templates
In reply to: Odd CSS problemtry change
<h1 id=”header”> </h1>
to
<div id=”header”> </div>
Forum: Themes and Templates
In reply to: change the layout?login in “Admin” CP.
go to “Presentation”, then select your layout there.
Forum: Installing WordPress
In reply to: Install on Personal Web Server?search for “XAMPP”
Forum: Fixing WordPress
In reply to: Remove or fix AuthImagesearch for:
<b><?php _e('Leave a comment'); ?></b>add before:
<div class="commentPos">b) search for:
</form>add after:
</div>Forum: Your WordPress
In reply to: Which Do You Prefersecond look nice & clean ๐
Forum: Installing WordPress
In reply to: Local install on personal machineAn easy way for you would be to use XAMPP .. no install .. no setup .. extract & run
1) Download xampp (ZIP archive) .. extract to C:\xampp, run C:\xampp\xampp_start.exe
2) open IE or FF browser .. enter http://localhost/phpmyadmin (create wp database called wordpress or something else)
3) Download latest wp… extract to c:\xampp\htdocs\whatever
#open wp-config.php .. fire up like this
define('DB_NAME', 'wordpress'); // The name of the database
define('DB_USER', 'root'); // Your MySQL username
define('DB_PASSWORD', ''); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
Launch http://localhost/whatever/wp-admin/install.php in your browser internet browser.
Voilรยก
Forum: Installing WordPress
In reply to: Local install on personal machineor ready-package XAMPP