Search Results for '\"wordpress\"'
-
Search Results
-
i have a php code that help me to add any button in wordpress quicktags toolbar:
add_action( 'admin_footer-post-new.php', 'pre_add_quick_tag' ); add_action( 'admin_footer-post.php', 'pre_add_quick_tag' ); function pre_add_quick_tag() { ?> <script type="text/javascript"> edButtons[edButtons.length] = new edButton( 'pre', 'pre', '<pre>', '</pre>', '' ); </script> }now i want this pre button also added in bbpress (not just for admin, i want all users can use this button), any idea?
ps: i also asked this question here
Topic: Prohibit New Topic Creation
Hi.
I use both the current version of wordpress and bbpress and my goal is to disallow new topic creation for non-admins, but allow people to post within pre-made topics.
Will this be possible in the near future?
A little background, I have about 0 knowledge of WordPress and especially BBPress. The reason I am here is I am trying to help get some basic forms working that were setup an possibly messed up by a previous admin who is currently MIA. I have figured out my way around WordPress but am at a loss as to why the posts do not display within the topics. Any help would be appreciated.
This is a link to one of the forum topics that had a few post/replies but are not visible.
http://home.outlandcraft.com/forums/topic/test/Hi all, I know that to make changes to a theme in wordpress you use a child theme to avoid losing the changes upon updating the files. I am doing this and it works fine.
My issue is doing the same for a plugin. Does anyone have any idea on how to make changes to the css files and some php files without losing the changes when I update the bbpress file?
Any help would be greatly appreciated.
Thanks
Faith
Hi all, I have a members only forum on a clients site that is protected by s2Member so only level #1 members can access all /forms/forum pages. The client reported yesterday that their forum wasn’t working – all pages got to our custom 404 page.
They upgraded there website to 3.8 last week – usually we run there updates, I don’t think they checked the forum after running the update so I don’t know if the update caused the issue or not. Likewise they didn’t take a full site backup as instructed when doing updates.
When I switch off permalinks the pages work (though the forum overview /forums/ doesn’t). I’ve tried:
– resaving the permalinks (switching off, back on etc in various different combos)
– deleting the .htaccess and resaving permalinks
– uploading an old .htaccess
– reinstalling wordpress 3.8
– deactivating all other plugins
– switching to a default themeI really don’t want to have to move them to a fresh install, the site is massive. Likewise I don’t think reverting to an older version of WordPress is really a solution.
Any more suggestions of what to try would be appreciated!!!
Thanks in advance!
Hi all, I have a members only forum on a clients site that is protected by s2Member so only level #1 members can access all /forms/forum pages. The client reported yesterday that their forum wasn’t working – all pages got to our custom 404 page.
They upgraded there website to 3.8 last week – usually we run there updates, I don’t think they checked the forum after running the update so I don’t know if the update caused the issue or not. Likewise they didn’t take a full site backup as instructed when doing updates.
When I switch off permalinks the pages work (though the forum overview /forums/ doesn’t). I’ve tried:
– resaving the permalinks (switching off, back on etc in various different combos)
– deleting the .htaccess and resaving permalinks
– uploading an old .htaccess
– reinstalling wordpress 3.8
– deactivating all other plugins
– switching to a default themeI really don’t want to have to move them to a fresh install, the site is massive. Likewise I don’t think reverting to an older version of WordPress is really a solution.
Any more suggestions of what to try would be appreciated!!!
Thanks in advance!
Topic: bbPress Test Data
Hey all!
I have recently been developing with bbPress and created myself a plugin for inserting test data into a local WordPress install. Be careful when using this plugin as it does a lot of writing to the database and runs the bbPress repair tools too.
- Adds a forum with nested forums
- Adds a forum with loads of topics
- Adds a topic with loads of replies
http://www.epicwebs.co.uk/bbpress-tutorials/test-data-for-bbpress-plugin/
I hope it helps someone, good luck!
Hi, just a quick question about this new feature that has been in the pipeline for some time:
https://bbpress.trac.wordpress.org/ticket/2498
there is already a plugin that provides this functionality (http://wordpress.org/plugins/bbpress-post-topics/) and it is being used already on the official sites here so I’m curious why it isn’t a done deal?
thank you!