I have the following code on my front page to display the topics:
<?php if ( $topics ) : foreach ( $topics as $topic ) : ?>
<li<?php topic_class(); ?>>
<span class="left">
<strong><?php bb_topic_labels(); ?> <big><a href="<?php topic_link(); ?>"><?php topic_title(); ?></a></big><?php topic_page_links(); ?></strong>
<span class="time"><a href="<?php topic_last_post_link(); ?>"><?php topic_time(); ?> ago</a> in <a href="<?php forum_link(); ?>"><?php forum_name(); ?></a></span>
</span>
<span class="author">by <a href="<?php post_author_title_link(); ?>"><?php topic_last_poster(); ?></a></span>
</li>
<?php endforeach; endif; // $topics ?>
BUT the forum_link, forum_name, and post_author_title_link functions do not work. Any ideas how I can get them to work on the front page or use alternative functions to show this information.
Thanks.
Hiya,
Very sorry for long post, hoping someone might be help to shed some light on this problem…
If you try to add a tag to a topic that doesn’t have any tags yet, using the box below the topic title, the whole page refreshes in order to add the tag (whereas it should do it within the page using Ajax).
If you try to add a tag to a topic which already has at least one tag, then it comes up within the page, highlighted yellow etc using Ajax. That should be normal.
Then, if you try to delete all the tags in a topic which has more than one tag, when you attempt to delete the last one it flashes red to denote it’s being deleted, but it then pops up again and a message appears saying ‘An unidentified error has occurred.‘
– – –
I had a similar problem a few weeks ago, with the tags ajax function not working, which I found out was due to a single space at the end of one plugin file.
Now though, I have disabled all plugins, am using the default template, I have re-uploaded both older backup versions and the latest trunk version of bbpress, but still have the problem!!
Am not sure if it could be a problem with the database? Looking at my database, the bb_tags and bb_tagged tables are both empty?? I do have tags in my forum though, where are they stored?
Does anyone have any clue as to the problem?
It could be the ajax is broken because of a random extra character somewhere?
Or the ‘unidentified error’ is due to the database??
Hey,
I would love to be able to run a widget from my WP-blog in the bbPress forum. I know that bbPress doesn’t have a widget bit, but is it possible to do it still?
Who in god’s name is running things now? Why in god’s name can’t anyone fix the issues with bbpress.org? Why in god’s name can’t Matt ever grow up and let _ck_ or someone with a heart, soul, and brain, run the bbpress project?
Stop sucking up everybody and demand some answers! This could be the best forum software on the internet if it wasn’t chained down by laziness and politics a.k.a. selfishness and stubbornness!
How to unblock a user, who once got blocked?
Changing user role doesn’t unblock. Removing bbpress_been_blocked from usermeta table doesn’t either. What’s the trick?
Running 1.0.2.
Hi ya, I just installed it but I don’t plan to use it for WordPress so is this possible? I would like it to stand on it’s own as a link to a new website except I get this http://www.hope-gaming.com/bbpress/ and the url i specified is this http://www.hope-gaming.com/forums/ except the latter is giving me a 404 error and the 1st one is damn basic of which I cannot log in as I am then given the error again. Is it just a case of it taking time to show up? Thanks all.
Is it possible to restrict registration, so that only the admin can create new users? I want to run a small invitation-only forum with bbpress.
I recently stumbled across this site from a link on here: http://www.inniosoft.co.cc/devstation/
How have they done the statistics box at the bottom?
I installed bbpress and went through the installation process.
It didn’t work and I got an error message.
I tried deleting it and then re-installing to try something new on the installation process but then got the message
“bbPress is already installed”
Forum here
http://www.armadefogo.pt/bbpress/
Thanks in advance for simple solution!
J
I am really interested in finding a member list plugin that works with 1.0. I tried the one made by rayd but it does not work. I get “Page not found”
I tried the wordress and bbpress intergration so i could use the wordpress plugin but it really messed up my forums so I reverted back. Any Ideas on how I could make this work?