Search Results for 'code'
-
Search Results
-
Is there a way to display the Forum name + link in the Topics list?
I tried with:
<a href="<?php forum_link(); ?>"><?php forum_name(); ?></a>
, but it doesn’t seem to work outside the loop.What I am trying to achieve is simply to have the name of the forum in the Topic list, so that one can view in which Forum that particular topic belongs, and be able to click on that link, if possible, to get to that forum. (But just the name would be already great).
I really think that this is some bit of useful information when a user scans the list.
Thanks for letting me know if you gor the right code in your pocket and to share it with me.
Topic: Pagination bug?
A funtion on a homepage of a blog
<?php bb_latest_topics_pages( array( 'before' => '<div class="nav">', 'after' => '</div>' ) ); ?>
generates errorous output. On page 2 (and followings) it outputs:
<div class="nav"><a class="prev page-numbers" href="" title="Poprzednia strona">« Poprzednia</a><a class="page-numbers" href="" title="Page 1">1</a><span class="page-numbers current" title="Page 2">2</span><a class="page-numbers" href="/page/3" title="Page 3">3</a><a class="page-numbers" href="/page/4" title="Page 4">4</a><a class="next page-numbers" href="/page/3" title="Następna strona">Następna »</a></div>
The problem I can see is href=””
Is there any solution to this?
bbPress used: 1.01
Is there a way to dispaly the Author of a topic in the Latest Discussions list and in the Topics list?
I mean, every other forum got this feature, and I think that viewing the Author of a Topic in the list is very useful and needed for a forum, as you may want to know WHO posted that Topic, without having to click on it to see who’s the first post. Right?
Still, I didn’t find this feature enabled on any bbPress forum.
For me it’s just so weird.
So, is that a way to get the template code?
Thanks.
I’m running 1.0 on Media Temple’s Grid Service.
As reported earlier, every once in a while, bbPress requires the database to be “upgraded”. All my plugins are messed up (some on, some off) and the theme is switched to Kakumei Blue.
This happened again last night, but this time I am unable to activate certain plugins. When I try, I get fatal errors.
When activating bbPM, the error is:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 4864 bytes) in /domains/mydomain.com/html/forums/bb-includes/backpress/functions.kses.php(104) : runtime-created function on line 1
With bb Topic Views, the error is:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 14592 bytes) in /domains/mydomain.com/html/forums/my-plugins/bb-topic-views/bb-topic-views.php on line 194
For Members Online, the error is:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 14592 bytes) in /domains/mydomain.com/html/forums/my-plugins/members-online/members-online.php on line 116
For Topics Per Page, there is a fatal error but no specifics.
For Unread Posts, the error is:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 14592 bytes) in /nfs/c04/h04/mnt/68418/domains/citizenkeith.com/html/forums/my-plugins/unread-posts/unread-posts.php on line 127
Before last night, all these plugins worked fine. Then suddenly, I had another database upgrade and they wouldn’t work. I upgraded to 1.0.1 and that didn’t help.
I am going to speak to Media Temple tech support today. Hopefully these errors can be explained and perhaps help somebody else in the future.
Topic: Force old cookie expiry?
I upgraded my forum to 1.0 and at the same time converted my WP into WPMU. It was a bit of a mammoth task to be honest. I inadvertently changed the cookie values in this upgrade.
My problem now is many of my users are getting to the forum with their old cookies intact. Logging in, and, because the old cookie with the wrong value is being read accepting their details but keeping them logged out.
Is there anything I can do to force deletion of their old cookies when they visit the site. I’ve put instructions up on how to delete their old cookies, but it’s a bit lame and making me look pretty bad