bob58
Forum Replies Created
-
Forum: Installing WordPress
In reply to: redirect to “http://localhost/wordpress”There are usually two addresses on your options page, but I think, you’ll have them both pointing to your ip, right ?
You can have a look at the mysql database in wp_options, if there are other settings to your local machine name. OR: Are you using URL-rewriting with permalinks ?
Forum: Fixing WordPress
In reply to: I Have no idea what to do now!…You need a webserver (like Apache), the PHP environment set up and a mysql database.
If you have all of these, it’s easy like 1-2-3. Extract WordPress to your web content folder and call the corresponding url. Now the only thing to do is follow the steps described in the install process.
If you don’t have the things described above, get them and configure them (you will need help from other forums) and then follow the install above.
Forum: Installing WordPress
In reply to: Can’t change the language!Maybe a cache issue ?
Forum: Installing WordPress
In reply to: Header too big. Using tables.Maybe, you should change the font-size of the header elements ?
Forum: Themes and Templates
In reply to: eekk newbie help pleaseThen you have to build your own theme. But to do that, you have to understand WordPress Concepts, HTML and (a little) php.
You can start from here:
http://codex.wordpress.org/Blog_Design_and_LayoutForum: Themes and Templates
In reply to: eekk newbie help pleaseSo, you want the page to be displayed just like this forum ? Or do you want to have something more than empty space (with background image) to the left and right ?
If I were you, I’d try to find a theme that is very close to my idea and then change that (hopefully just slightly) till it fits my needs.
Forum: Themes and Templates
In reply to: eekk newbie help pleaseHm, sorry, but first: Argh, I think, I’m blind now … very aggressive colors 😉
But what we have there, is far from html standard and I’m afraid, not all browsers will display it …
What’s the main goal, you’re trying to achieve by using the iFrames ?
Forum: Themes and Templates
In reply to: eekk newbie help pleaseIt depends on where you want to have the i-frame. If it should be displayed below the header, put it into the main index template (index.php) just beneath the get_header() php code, if you want to see it in your sidebar, put it there. I don’t think, it’s convenient to put it into an extra file …
Forum: Themes and Templates
In reply to: eekk newbie help pleaseYou have to edit the file you want the i-frame to be displayed at and put the i-frame coding in there … but you need html know-how to know where to put it …
Forum: Fixing WordPress
In reply to: Hey people, small questionYou have to set ‘&exclude=4’, where 4 is the id of the category to exclude, look here:
http://codex.wordpress.org/Template_Tags/wp_list_catsForum: Themes and Templates
In reply to: eekk newbie help pleaseYou have to insert them in your theme … but to do that, you should at have knowledge least about html, better a brief understanding of php.
Forum: Fixing WordPress
In reply to: Function get_settings() ?I think, it’s there:
wp-includes\functions.php(269)In Release 1.5.2 … ever tried a search ?
😉Forum: Installing WordPress
In reply to: Installation help – nothing displays!Congratulations, seems to work 🙂
Forum: Installing WordPress
In reply to: Installation help – nothing displays!Can you copy the index.php from your subdirectory ?
If not, unpack the install locally and upload only the index.php to your site.
Forum: Installing WordPress
In reply to: Installation help – nothing displays!Did you delete the ‘index.php’ before or after installation ??? If you did that after the installation, the server won’t be able to find a start page.
If you deleted it before, you may need to set the standard page from index.html to index.php on the server …
The database should not be a problem, as long, as you’re using different prefixes.