pro_shine
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Please help: permlink structure / 301 RedirectBtw. I forgot to write that I am currently using the default permalink structure:
?p=%post_id%
the new one should be:
/%postname%/
Forum: Fixing WordPress
In reply to: Write new page show a certain category id?Sorry I just don’t get it. Thanks anyway!
Forum: Fixing WordPress
In reply to: Write new page show a certain category id?How would I manualy make a link in the menu to the category?
Forum: Fixing WordPress
In reply to: Write new page show a certain category id?My idea was to use the pages because if I create a new page it is immediately displayed at the top of my blog as a new link. So I thought if I create a new page (ie. called movies) than I have the “movies” link at the top of my site and I just have to let it show a category instead.
Anyway how could I then let a link at the top of my page appear showing a category template?
Forum: Fixing WordPress
In reply to: Combine several blogs into one blog?If that is what it is called than yes I want to do that – though I don’t see any plugin on the page you recommended which does this!?
Forum: Fixing WordPress
In reply to: About Text Field!?Sorry I was in a hurry when I wrote the post. The theme is “unsleepable” (based on K2).
Forum: Fixing WordPress
In reply to: About Text Field!?Okay I have checkt the source code. It says:
<div class=”bottomblockright”>
<h2>About</h2>
<div class=”ft-about”>
….So how can I add a text there? Do I have to create a new php file?
Thanks!
Forum: Fixing WordPress
In reply to: Preview Pictures…(possibly with Ajax)?Maybe I do not understand the structure of the wordpress pages, but if I add some information (like the js libraries) only into the header.php can they still be accessed by content which is placed into lets say the footer? I mean does a code in the footer know what is written in the header?
Forum: Fixing WordPress
In reply to: Preview Pictures…(possibly with Ajax)?That was exactly what I was looking for – thanks!
Question now is only how I can add it to my wordpress blog? In which PHP file do I have to write the three js libraries into the <head> tag?
Is there anyway to get it working with a gallery plug-in?
Thanks again!
CheersForum: Installing WordPress
In reply to: installation error (database problem)Thanks! That’s it! Now it’s working.
I might come back to you guys when I change the templates, but for now thanks so much!
Bye!Forum: Installing WordPress
In reply to: installation error (database problem)Oh man I am so stupid…. argh now I know what you mean… and wuhu it works! But still…
When I go through the steps of install.php I get this error when I click on “On to Step 3”:
Fatal error: Cannot use object of type stdClass as array in C:\apachefriends\xampp\htdocs\wordpress\wp-admin\upgrade-functions.php on line 705
But anyway thanks for helping me so far!Forum: Installing WordPress
In reply to: installation error (database problem)Hi again!
Thanks for the answer but I don’t get it. How do I create the database? So far I have set up the username and pass but I have no idea what I have to do in the phpmyadmin directory to set up this database…?Forum: Installing WordPress
In reply to: installation error (database problem)Create the mysql database in where / how?
According to the installer of the server application (it was the free “xampp” btw. which inlcudes apache, mysql, etc….) everything is installed properly and all I have to do is manually start the apache server and/or mysql – which I did.