silfver
Forum Replies Created
-
Forum: Plugins
In reply to: Lightbox Gallery doesn't work on [Gallery]-tagSolved by installing Cleaner Galleries.
Solved by installing Cleaner Galleries.
I can’t get it to work either. The
relattribute isn’t added to my link tags. If I chose HighSlide JS it works though.I’d really love to get this going. Has the author given up on this?
Forum: Plugins
In reply to: Lightbox Gallery doesn't work on [Gallery]-tagAny ideas why the rel-tag isn’t applied on my gallery images? Would really appreciate some help.
Forum: Fixing WordPress
In reply to: Sub-menu disappears when changing post pageWell, the Blogg page is just a WordPress Page, so I guess it’s using the Page template. That’s why I think it’s weird that it doesn’t show my submenu.
The code I use looks like this:
<div id="submenu">
<?php
if($post->post_parent)
$children = wp_list_pages("title_li=&child_of=".$post->post_parent."&echo=0"); else
$children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0");
if ($children) { ?>-
<?php echo $children; ?>
<?php } ?>
</div>I tried to put this code on the index page as well, but it didn’t work. I’m sorry if I was unclear. 🙂
Forum: Fixing WordPress
In reply to: Permalink Fix for Photopress 1.1 WordPress 2.6.1Thanks dude! 🙂
Forum: Fixing WordPress
In reply to: Different page-title in menuPerfekt! Just perfect.
Thanks for the plugin Tim.
Forum: Fixing WordPress
In reply to: Different page-title in menuSo you write your title in the content holder? Hm. Yeah, that’s one way to solve it though. And easy. Thanks!
More tips? 🙂
Forum: Fixing WordPress
In reply to: Paging stops working when I use query_posts on index.phpI solved it with the Recent Posts plugin.
Forum: Fixing WordPress
In reply to: Display all uploaded photosAnyone? :l
Forum: Fixing WordPress
In reply to: Used tagsWell, I’ve never thought about it that way. 🙂 But the chance that I would use too many tags insn’t really gonna happen.
I’ll check out your link Otto.
Forum: Plugins
In reply to: Display all posts in author.phpquery_posts('author_name=' .$curauth->user_login .'&posts_per_page=-1');Solved. Thanks!
Forum: Fixing WordPress
In reply to: Change Post Author In 2.1Same here. But I can’t even find it when I try to edit a page. I use 2.1.3.
Doesn’t look like someone who knows wants to answer?
Forum: Fixing WordPress
In reply to: Same smilie twice doesn’t workSolved it.
I replaced this code:
$wp_smiliessearch[] = '/(\s|^)'.preg_quote($smiley, '/').'(\s|$)/';With this code:
$wp_smiliessearch[] = '/'.preg_quote($smiley, '/').'/';Thanks for all the help, lol.
Forum: Fixing WordPress
In reply to: Same smilie twice doesn’t workI would really appreciate som help. 🙂