Forum Replies Created
-
Yes, I saw that in the other post chrishajer (pay for help). Thanks so much for your help. I knew it had to be something simple.
Why would this have worked for so long then break after months of use?
How can I send you some cake?
Please contact me through the contact form on the site in my id.
In reply to: Will PAY to get our forum fixedWoooHooo!!
Thanks _ck_! That worked sweet. Didn’t even need to touch .htaccess.
I just donated $20 through your donate button. Sweet bbpress site by the way.
Thanks again so much.
Also, thanks for the offer, chrishajer, I really appreciate it.
For anyone who wants to know how to do that quickly, just go to your config.php file and make the following line of code look like this:
$bb->mod_rewrite = false;
(problem code was: $bb->mod_rewrite = slug;)
Thanks nuprn1 – I’ll give it a try.
Hey Chrishajer;
1. Yes, the conversations are still there – topics are listed and viewable in phpmyadmin – see this update post: https://bbpress.org/forums/topic/will-pay-to-get-our-forum-fixed
2. Host is Godaddy – not sure if they changed any php configs… I tried adding “Options +Multiview” to the .htaccess – no luck. Again please see this update post: https://bbpress.org/forums/topic/will-pay-to-get-our-forum-fixed
Hey dss; thanks, but this didn’t work.
PS:
– I have tried putting the script: “Option +Multiview” into .htaccess
– reinstalling bbPress
…nothing works.
In reply to: Change Post Order QuestionHey Mods;
(Tried to install plugin, got fatal error, so tried code file edit…)
I just want one post to have reverse order, so I tried:
if ( !$bb_db_override ) :
if ($topicid == '54') {
$posts = get_thread( $topic_id, $page, true );
} else {
$posts = get_thread( $topic_id, $page );
}
$forum = get_forum ( $topic->forum_id );
$tags = bb_get_topic_tags ( $topic_id );
But it doesn’t seem to recognize the topic id – it displays all posts normally? Am I assuming wrongly that the topic_id is the number after “/topic/##” in the thread url?
Can you see anything I’m doing wrong? How do I isolate a single post to be reverse order?
Thanks!