sepp88
Forum Replies Created
-
Forum: Themes and Templates
In reply to: comments_popup_link() change hash to #c?thank you, i just thought there might be a way to change that so it’s shorter. Thank you
Forum: Plugins
In reply to: Please help me: no lightbox plugin works?seems like other people have the same problem: http://www.vfxdude.com/forum/topic/big-feature-1352-wordpress-3-no-lightbox-plugins-work-with-gallery
maybe you have any idea what the problem could be.
deactivating and reactivating all plugins doesn’t do the job.
please guys, any idea?
Forum: Networking WordPress
In reply to: Getting Blogname of subblog via $blog_id ?thank you! that worked fine!
Forum: Networking WordPress
In reply to: Migrate from WPMU 2.8.6 to WP 3.0.4Thank you! I tested the entire migration now on my local Mamp Setup on my Mac. The problem was that when i tried upgrading to 2.9.2 my entire website was just a white page. Even when i upgraded to just 2.8.5 i got a white screen.
What i tried now is just get rid of everything except my wp-content folder and my database. I uploaded the latest version of wordpress 3.0.4 and everything works actually really well.
All my Subblogs still work, my color schemes work and sitewide tags is working as well. When i create a post on a subblog its on my mainblog as well – just like before.
Only problem i have is no image link is correct. Since the database is still the same every link is the same and since i kept the entire wp-content folder all the images are sill in the same directories: e.g. /wp-content/blogs.dir/1/
However no image is shown on my page. Any idea why that is happening?
Like i said i tested this entire scenario on my local machine just to be sure that it works on the real site if i update it this evening. I did an exact copy of my setup to my local machine.Any idea what i could do to make the images work.
if i rollover an image the link to the image looks like this: mypage.com/subblog/files/2011/01/IMG_7989.jpgThis works on my real website! Is this maybe just a .htaccess thingy i need to fix. However i even copied the exact same htaccess file to my local test migration.
So only problem are the images! any ideas?
Forum: Themes and Templates
In reply to: link to category inside post?thank you, worked perfectly!
Forum: Themes and Templates
In reply to: list tags with count number?thank you!
Forum: Themes and Templates
In reply to: breadcrumbs for tags?thank you! that worked perfectly!
Forum: Themes and Templates
In reply to: the_post_thumbnail( ) in proportion?ok, thank you, good idea though.
Forum: Themes and Templates
In reply to: Reverse Comment Order in twenty-ten?awesome solution, thank you very much!
Forum: Themes and Templates
In reply to: using bloginfo(template_directory) inside php??thank you!
okay, then i have no idea where my AskApacheRewriteRules Plugin takes it’s infos from. it says:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>but i have no .htaccess file on my server. i can’t figure out what’s wrong with my page. I trying to to create permalinks without an “index.php/” in it for weeks now. it doesn’t matter if i drag an .htaccess file to my server or not. nothing changes. and currently i’ve no .htaccess file on my server (nowhere) but the plug tells me the upper lines are on.
any ideas? I’m really helpless. I need to figure that out.
Forum: Fixing WordPress
In reply to: Permalinks withouth index.php won't work??Is it even possible to have two .htaccess files on a server in the same directory? i can just find the one i gave up there. I now got rid of it but AskApache still says the same.
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>that’s weird. can’t find any other .htaccess document up there.
slowly it’s starting to annoy me. btw thank you for your help!Forum: Fixing WordPress
In reply to: Permalinks withouth index.php won't work??that’s not the case. i have an htaccess file in there that says:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPresshowever i installed the plugin AskApacheRewriteRules and it tells me that the rewrite_rules look like this:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>i just wonder why all permalink structures get suggested with a index.php in front of em. http://cl.ly/1fGY
on other wordpress installations the permalink settings do not show the index.php part.maybe there’s something wrong within my database?
Forum: Fixing WordPress
In reply to: Permalinks withouth index.php won't work??if i have a look on my webserver (with all hidden files to be visible) i can’t even find an .htaccess file. shouldn’t there be one in order to work for that? i copied the .htaccess file from one of my other wordpress installations onto the root of my server, however it still won’t work. weird?
Forum: Fixing WordPress
In reply to: Permalinks withouth index.php won't work??according to my hosting provider it means that mod_rewrite should be turned on.