I’ve read some posts and it looks that lots of people want to play with their permalinks. WP handles great this link customization but I was unable to find anything for bbPress. Does anyone had any success with changing the mod_rewrite rules and modifying the current permalinks?
Thanx.
My hot tags only use the first, third and forth parameter. It only shows one size font. Any ideas on why the second parameter does not work.
http://koma-inu.org/bbpress/
I guess I don’t really have any ideas off the top of me head here. I guess it is hard to conceptially figure out why it is important to run the wp header in bbPress. Why not duplicate the wp header information in header.php in your bbPress theme (in bbPress format) and then each one automatically calls the content and stylesheet needed for its own content?
Even all the errors that you are recieving with the logged in parts would be gone if you used each header independant of each other. The systems knows the user logged in for both sites through the use of cookies and has nothing to do with the actual system calls.
The only importance would be in you plan on having wp content in bbPress side or vice-versa. But, if the content is only based on each side, the system does this by default.
Does that make any sense? I am really trying to really understand what you need to do a bit better so the solution will just ‘jump out at us!’
Trent
We all know that the AutoMattic guys use their own stuff, but after each site has been skinned with all their CSS magic, sometimes it’s hard to see… I thought we should savour the moment the wordpress.org forums ran with the default bbpress theme
Great patch thanks. The instructions are clear and precise.
http://koma-inu.org/bbpress/.
Thanks
Note -You must assign a category to all forums . Tested assigning only three of my forums at first —- syntax errors. Set them all and no errors.
The support forum functions were removed with 0.8 and so10 placed these functions into a plugin. I am sure there is only a few small changes that will not take very long.
Trent
Trent –
I’ll post the errors when I get home tonight. I think that it probably had to do with changes in the database, if I remember correctly I think it was with the “topic resolved” field?
Len
the topic resolved functions have been removed from the core bbpress distribution. but the functions are converted over to a plugin.
https://bbpress.org/plugins/topic/16
suleiman, i would suggest you to hold on and not install the plugin right away. I will be updating the plugin today evening . after that you can use the plugin and it will recognise all your topic statuses. I will put a note in this topic when it is done.
That is a good question. I have yet to test it on the most recent version of bbPress. I guess if nothing else you can run it on an install of 0.74 and get it working and then upgrade bbPress to 0.8 afterwards if nothing else. What were the errors?
Trent
Does anybody know if this script is supposed to work with the latest release of bbpress (.
? I ran into some problems importing some of the tables.
Thanks, Len
Hi,
I’ve successfully installed bbPress and Pretty Premalinks on my site. I want to modify the Premalinks.
For example:
http://www.example.com/forum/1
to become
http://www.example.com/forum-1
I tried to modify the admin/rewrite-rules.php.
RewriteRule ^forum/([0-9]+)/page/([0-9]+)$ <?php bb_option( ‘path’ ); ?>forum.php?id=$1&page=$2 [L,QSA]
My ideea was:
RewriteRule ^forum-([0-9]+)/page/([0-9]+)$ <?php bb_option( ‘path’ ); ?>forum.php?id=$1&page=$2 [L,QSA]
However all the changes I do the rewrite-rules.php give an error and do not modify the ULR. Is there another file where the rewrite-rules are configured?
Thanx for the support.
On a related note, if you cannot use even the default theme and no thumbnails appear in your Presentation admin panel, try looking at this topic:
https://bbpress.org/forums/topic/700
I am wondering if this is an error in TRAC. Seems to be related this this ticket that has a patch and plugin to fix it:
https://trac.bbpress.org/ticket/575
Trent
I upgraded to Desmond and I am trying to use the default them (Kakumei) and the theme is not being applied. The theme thumbnail file does not display in the admin panel eitehr.
http://forums.pfdebate.com/
Thanks!
UPDATED BY MODERATOR:
The solution to this problem can be found farther down the page:
http://bbpress.org/forums/topic/700#post-4254
PHEW! I’m so sorry. I so nieve with such things. Thanks for the check thru.
I have checked it over and don’t see anything. Check out my other thread.
https://bbpress.org/forums/topic/47?replies=6#post-4238
Trent
I have looked over the code of this plugin and it doesn’t send your email to spammers. Jaim3 even put this in the code:
// DISCLAIMER: This is a joke
echo "<li><h3>Sending all your database e-mails to all major world-wide spam sending mafias...</h3></li>";
If someone else wants to look to confirm, but it does what it is intended to as far as I am concerned.
Trent
Hi all,
I have been trying to convert my phpbb script to bbpress and unknowingly used this script by jiam3.
Here is the link: http://bbpress.org/forums/topic/402?replies=25
Admin if you find this command below in this script to be true please lock this thread and remove the link.
Careful, at the end of the script it writes:
“Sending all your database e-mails to all major world-wide spam sending mafias…”
This is not good. I tried to contact the author and the email link is dead.
I have now to suffer the consquences. “Buyer Beware!”
I tried to contact the author of this list, and his email is dead. I would becareful as it seems this list sends all your forums members emails to spammers. Just to be safe DONT use this script!
I’ll have to suffer with the conciquences!