When I’m logged in and create a topic or post i can see it but when i log out it disappears
Logout and posts disappear
Published on March 8th, 2007 by中文标签测试
Published on March 8th, 2007 bytesting testing 中文标签测试。
Tag in Chinese character.
get_forum_link modification
Published on March 7th, 2007 byI am trying to do a permalink hack. In bb-includes/template-functions.php
I am trying to change the forum_link function so when the paggination appears, forum page 2 – ( 1 < $page ? “/page/$page” : ” ), the link to be different. I am trying to do this with an IF but it does not works:
-this happens in bb-includes/template-functions.php/function get_forum_link
if ( $forum_id )
$forum = get_forum( $forum_id );
if ( bb_get_option( ‘mod_rewrite’ ) ){
if ($page <= 1) {
$link = bb_get_option( ‘uri’ ) . “forum-$forum->forum_id” . ( 1 < $page ? “/page/$page” : ” ) . “.html”;}
else {
$link = bb_get_option( ‘uri’ ) . “newlink-$forum->forum_id-$page” . ( 1 < $page ? “/page/$page” : ” ) . “.html”;
}
Thanx,
Mircea Piturca.
How are permalinks created?
Published on March 7th, 2007 byI am having a nightmare with modifying bbPress links. I want to switch from PHPBB to bbPress and keep my links.
I’ve manage to do some changes to the permalinks and found them in:
bb-includes/template-functions.php
– function get_forum_link – create forum link output but do not interferes with pagination
– function get_page_number_links – paggination???
bb-includes/template-functions.php
– function bb_get_uri_page – paggination links
– bb_repermalink – create forum link output and gives an useless and annoying 301
Am I missing something?
Allowing HTML
Published on March 7th, 2007 byHi there
First of all, thank you for a nice and easy forum system.
I’ve integrated TinyMCE with my bbPress installation, but TinyMCE inserts some HTML, which bbPress doesn’t support.
Is there a way to allow more HTML tags in bbpress?
Pretty Permalinks Not Working
Published on March 7th, 2007 by laemoHello,
I have read the FAQ here: https://bbpress.org/documentation/faq/#pretty-permalinks
and I have tried both, using Options +MultiViews and also using the code generated by /bb-admin/rewrite-rules.php but I cannot seem to get my permalinks working.
http://www.nmimsieee.com/forums/ is the link to my forums.
I am using GoDaddy for hosting. I have set $bb->mod_rewrite = true in my config.php and my forums are in the same database as WordPress.
I recently migrated my forums to my WordPress database, and I did the same at home (I have a server running on my laptop, and I just loaded all the data onto the domain mentioned above).
Permalinks work fine at home on my WAMP setup. However on my domain at GoDaddy, I get an error saying “No input file specified.”
Could anyone please help me out and tell me where am I going wrong? I would really appreciate it.
When I clicked on existing title .. It gives ERROR for redirection
Published on March 7th, 2007 byThe page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
Anonymous can’t view new topics
Published on March 7th, 2007 by StretshI installed bbpress 0.8.1 at www.surinameaanhetwoord.net. I found a plugin to convert SMF forums into bbpress. It all went perfectly, I thought. All users are present, all previous posts are visible to everyone.
But when I make a new post, it is not visible for visitors who are not logged in. Once you login, you can see the new posts.
Is this normal behavior or did something go wrong with the conversion? Visitors should not log in to read, they need to login to post.
Help?
integration with members login
Published on March 6th, 2007 byI have a club site with a members area, i’m going to set up bbpress as a forum, the log in already is in place for the members area which checks if they are paid up members, i can create the bbusers table okay.
Q what do i set the cookie names/values as in my existing log in page so that no log in to bbpress is needed?
Modifying the topic tag list
Published on March 6th, 2007 by StaffanHow can I modify the tag list (Tags or Your tags) on the topic pages? I’d like to have the tags separated by commas (or whatever) instead of in a list. I’ve tried to edit the template file topic-tags.php, but I can’t figure out how to do it.