Forums
(@latz)
15 years, 6 months ago
Thank you, this works fine.
15 years, 8 months ago
Pagebar v2.5 will support mulit-paged pages and the enhanced comments display. I hope to deploy the new version sometime in spring.
16 years, 5 months ago
Nice idea to display the post titles. The question is, as you mentioned, if it is technically possible and what load this would put on the server.
I’m gonna put this on my TODO list and will start thinking depper about it after I submitted my entry to the WordPress 2.5 Competition on 10th July.
latz (author of pagebar)
16 years, 6 months ago
Ah, was too early in the morning, you meant the google sitemaps generator.
https://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/
I’m gonna take a look……. soon!
What exactly is the siteinfo.xml file. the pagebar should only appear after the WP events which were selcted in the options. I have not idea, why it is launched in your example. Is it a WP page? Please give some detail, maybe I can help… ?
16 years, 7 months ago
I’m having a similar problem with renaming my plugin svn name. Did you solve the problem?
Thanks latz
16 years, 8 months ago
For pagebar2 I can say that all you have to do is to copy the files to
…/wp-content/plugins/pagebar2/
Nothing else. The only thing that comes to my mind is that your .htaccess file may have some strange settings.
latz
17 years ago
Thank you, works fine.
Ok, answering myself :-):
the solution seems to be totally different than I thought:
if (is_admin()) pb_add_jquery();
I don’t know if this is the “correct” way but it seems to work.