Search Results for 'codes'
-
Search Results
-
Good Morning all,
This is an issue I have had present on my bbPress forum ever since I moved away from Apache, and onto lighttpd. The difference is, I have to add the rules manually to get them to work. Anyway, here is what I currently have in my .htaccess equivalent:
# This is mainly a fix for bbPress and its functions url.rewrite = ( "^//(wp-admin|wp-includes|wp-content|gallery2)/(.*)" => "$0", "^//(.*)\.(.+)$" => "$0", "^//(.+)/?$" => "/index.php/$1" ) }
Unfortunately, whenever I try to perform an action on a post (e.g anything that utilises the “?action” URL argument), it redirects back to the post. E.g:
http://rockstarwire.net/community/thread/yrs/edit/?action=merge – Will navigate to the edit post page.
http://rockstarwire.net/community/thread/bbcodes-have-been-temporarily-disabled/?action=bbp_toggle_topic_close&topic_id=983 – Will navigate to the post again. (and won’t close the topic)Now I am pretty sure this is going to be something to do with the URL redirects, infact, I am almost positive that will be the case.
Could anyone assist with this one?
Thanks
Hi everybody! I need to change some “titles” and “invalid” some actions of BBPress so I can use it for my blog. Anybody who could help me with some codes, please?
Than you! š
Cheers!Hello there everyone, I have searched all over the Forum and many Sites but I had no luck finding any bbcode Editor. The only thing that I found was the “bbpress Post Toolbar” Plugin which wasn’t maintained anymore, I took the risk and tried it out. But then I found out that it was actually coded to work with HTML and as many of you already know, your participants cannot use all the HTML tags. It used some Codes used that was not allowed for a participant to use. When I was searching I came up with the Idea to edit the Toolbar so that it uses bbcode. But for WordPress to support bbcode I had to install another Plugin, “GD bbpress Tools”. Everything is working except the “Close HTML Tags”, where I really don’t know how to do it, I was hoping any of you guys could help me.
You can download the Edited Plugin here: http://bit.ly/1KramlM
I used 2 Plugins:
bbpress Post Toolbar
GD bbpress ToolsThank you š
Please, what are the shortcodes for Edit Profile, Change Password?
Regards,
Stardrive
Topic: BBCode Buttons?
I’m looking for a way to get bbcode buttons for users. I have the gd bbpress toolbox, but I’d like to have buttons for those codes on the toolbar. Any suggestions?