Forum Replies Created
-
In reply to: The Slickest BBPress Forum
I haven’t worked on BuddyPress and BBPress on BodyPress, so i can’t help you with that.
I’ll try to get someone to answer this :).
It is just a single php file, hope you can take the relevant parts and create a buddy press plugin.In reply to: My "pimped press" www.stratoliner.meNice!
I think some links don’t work as I get 404, go and check it out.
Maybe it is because i’m not logged in?In reply to: The Slickest BBPress ForumIn BBPress 2.0.2 version I had to integrate the native editor by myself but in the latest BBPress you can use any tinyMCE editor enhancer to change and customise the editor.
Take a look at those WordPress plugin: https://wordpress.org/extend/plugins/tinymce-advanced/, https://wordpress.org/extend/plugins/ultimate-tinymce/This will change all tinyMCE editors on the site, but you can create a dedicated editor for the forums comment.
In reply to: The Slickest BBPress ForumSure thing.
The boxes are CSS and our own design but you can use the Vote It Up plugin for votes, although it hasn’t been updated in ages.
You’ll need to customise and theme it. BTW, we are using BBPress 2.0.2 and not the latest but it should work.
Good Luck…
In reply to: Tamriel Foundry Forums+1, very nice work, really loved the site in general.
In reply to: The Slickest BBPress ForumWe now have user badges on the site.
Coming soon is BBPress analytics plugin, probably for piwik.
In reply to: WordPress + BBpress plugin PermalinksSorry for the long time it took me to respond.
This is my problem:
my bbpress uses permalinks and prettylinks which makes all the user links use the user name instead of ID.for example:
http://www.mysite.com/forum/users/Roni%20Cohen
this leads to 404.
instead of
http://www.mysite.com/forum/users/524 (the user id)
this leads to the user page.What should I change in my wordpress / bbpress in order to support those kind of links.
I already set mod_rewrite but i guess some rules are missing or that i’m using something in the wrong way.I found the part in the code that handles this but I don’t want to change that to use id hard coded.
Am i clear now?
In reply to: WordPress + BBpress plugin PermalinksAny new info about this one?
I am suffering from a similar problem where my pretty URL: http://www.mysite/forum/users/User Name/ doesn’t work but http://www.mysite/forum/users/userId/ works great.How can i fix my permalink or should i change the code to use userID instead? maybe redirect through .htaccess file is the answer?
In reply to: How to show recent topics in forum homepage?Thank you again Annointed.
I solved this issue by placing your code in: loop-forums.php, maybe this has changed in recent releases.