Search Results for '\"wordpress\"'
-
AuthorSearch Results
-
June 25, 2012 at 2:59 am #45726
AAShepAA
ParticipantI just updated to the latest WordPress and also the newest bbPress plugin. It broke my custom theme so I went to the stock TwentyEleven theme with no modifications to bbPress.
All is OK (working) – except that I have no sidebar on my /Forums page. How can I add that so that my widgets show up? Must be simple but I just can’t seem to figure it out.
Thanks ahead of time for any help offered.
Shep
June 24, 2012 at 7:49 am #114117In reply to: TinyMCE theming in bbpress 2.1-beta1
enderandrew
ParticipantI found it wasn’t a matter of which CSS tag to use. WordPress uses the CSS file from inside wp-includes/js/tinymce and it overrides your style. I assume that’s because tinymce should ignore your theme in the backend and just look the same regardless of theme in the backend.
But this poses an issue with bbpress using tinymce on the front end.
Personally, I around this by following this tutorial:
June 24, 2012 at 4:40 am #45661Topic: A weird problem regarding problem posting
in forum Troubleshootinghinduismfacts
MemberHi, my forum address is http://hinduismfacts.org/hindu-forum. I am using wordpress version 3.3.2 and bbpress 2.0.3.
When I or any user try to post a topic or a reply on the forum, the following error occurs.
The page isn’t redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
This problem can sometimes be caused by disabling or refusing to accept
cookies. Try Again.
The user has to log in again or use back button to go to forum then.
But surprisingly, topic gets posted.
Please help.
June 24, 2012 at 4:20 am #114116In reply to: TinyMCE theming in bbpress 2.1-beta1
enderandrew
ParticipantThe CK Editor for WordPress won’t allow captions on images, and will break posts that have captions. So, I can’t use it on my site.
I’m back to square one with my initial issue. I can’t theme the TinyMCE editor used by bbPress now. Can someone point me to what CSS tags I should use?
June 24, 2012 at 1:31 am #114173In reply to: Default Template not working for forum page
Jared Atchison
MemberFYI about Genesis theme compatibility.
When you do decide to upgrade to bbPress 2.1 you will need to use a plugin.
Genesis compatibility was removed from bbPress 2.1 and is now wrapped in a plugin (below). The plugin also provides some other fixes the 2.0.x compatibility doesn’t.
https://wordpress.org/extend/plugins/bbpress-genesis-extend/
June 23, 2012 at 11:11 pm #45649wpmhweb
ParticipantHello,
I installed bbPress no admin in a WordPress 3.4 site, I created a test user (Subscriber) and still does take the user to WordPress backend. There is anyway to troubleshoot this plugin?
Thanks,
June 23, 2012 at 10:37 pm #114150MTPrower
MemberAfter screwing around with various options for permalinks and for the location and links for my forums, I have decided, once again, that it is best to hack up the archive-forum.php. In fact, I think this very page should be completely changed to allow you to choose whether you want to display the forums archive there, or if you want to use the wordPress page editor to display shortcodes or whatnot. This should be an option in the bbPress settings.
This would solve pretty much everyone’s problems with permalinks and breadcrumbs, and I think it would be easy to do.
June 23, 2012 at 10:19 pm #114149MTPrower
MemberThe problem I had before is still here, and so I still need to change what the Archive Page shows. Changing the settings as said above worked at first, but now bbPress reverted back to showing the forum Archives on http://mysite.net/forums/ instead of what I put on my WordPress page at that location.
In my site’s main menu, I have a link called “Forums” that leads to “http://mysite.net/community/forums/”. This page is the custom page I made, to show the forum_id’s of my two forum categories, rather than showing the forum Archives.
My WordPress theme has a breadcrumbs system, as does bbPress. On the page that I created, WordPress says my breadcrumb path is:
Home » Community » Forums
While bbPress says it’s:
Home › Forums › Community › Forums
bbPress has this annoying thing about insisting that if you are inside the forums, it will add extra “sub-menus”, or path items, or whatever you call them, to your breadcrumbs.
In the bbPress settings page, I set my “Archive Slugs > Forums base” to “archives”, rather than the default “forums”. For “Single Slugs > Forum prefix”, I unchecked the box “Prefix your forum area with the Forum Base slug (Recommended)”.
bbPress seems to hate playing nicely with your site’s permalinks and breadcrumbs. I’ve always had this problem, ever since I started using bbPress.
I would be more than happy to hack up bbPress a bit so that I can fix the breadcrumbs and permalinks myself. I consider this a very persistent issue, as I see many people to this day wondering how on earth to get their forums to display at the proper location.
If there’s anything I can do to help get this problem fixed more permanently, I’d be more than happy to help.
June 23, 2012 at 5:41 pm #113979In reply to: bbPress 2.0.3 and WordPress 3.4
Jared Atchison
MemberIf 3.4 + bbPress is causing you get an error saying “bytes exhausted” I recommend either installing this plugin
https://wordpress.org/extend/plugins/memory-bump/
or bumping the memory manually through the wp-config.php
https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
June 23, 2012 at 8:18 am #114148MTPrower
MemberI can’t think of much, except for adding a warning stating that if the Forums base is “forums”, then the forums archive is going to override the page http://www.mysite.com/forums if the person chooses to make a forums page at that location.
On the opposite end, it should be noted that IF they want to put a forums page in that location, then they can’t use “forums” as their archive base.
Sometimes there is a warning that certain pages conflict with each other or with pages in the WordPress installation. I think that if both a WordPress page/post and a forums base/slug are the same “word”, that the error should say more than just “possible conflict”. I think it should say that the slugs or bases will override your WordPress page or post, and explicitly state that those pages or posts won’t show the WordPress page or post content as intended.
Helpful and informative warning messages are indispensable. Vague ones aren’t understood and are soon ignored…
June 23, 2012 at 8:05 am #114147John James Jacoby
KeymasterYeah; the way WordPress handles archives automatically for us makes it a bit strange to figure out at first. Once you get it, it makes perfect sense though.
Any suggestions on how to better label the fields that would have made it easier to understand?
June 23, 2012 at 7:34 am #114146MTPrower
MemberThat was the problem. You see, under the Settings page for bbPress, there is the Archive Slugs section. Under this is two settings: “Forums base” and “Topics base”. Due to the wording, I never knew that having the “Forums base” setting at its default, which is “forums”, I would never be able to use my WordPress-made custom forums page at http://www.mysite.com/forums , always getting the archives page instead of what I put in shortcodes on my custom page.
Maybe the labels for those settings should be clarified, and the default setting changed. I see lots of people having trouble with this part, and I’ve been using bbPress for a year and just discovered the answer.
Thanks for replying. I appreciate it. If I knew some PHP, and my site was done and I could spare some time, I’d help you with bbPress a bit. I know it must suck not having very many people helping out…
June 23, 2012 at 7:15 am #114113In reply to: bbPress for Millions of posts?
John James Jacoby
KeymasterCan’t speak for the others; if scalability into the billions of posts is really your concern: at volume, the platform matters significantly less than the operators and system administrators keeping up with the growth. Most of your static content will be served directly from the cache, and there’s not much you can do about database writes; they have to happen anyways.
If what you’re looking for is for someone to tell you that bbPress will out-perform some other platform is some specific way, I think you’re on your own. What I can tell you is that bbPress very much is in active development, and is optimized to use all of WordPress’s cacheing API’s, with constant efforts specifically going into further optimization in future versions.
June 23, 2012 at 7:03 am #114143John James Jacoby
KeymasterYou figuring it out doesn’t usually involve others handing you an answer.

I think you might be over-thinking things. Rather than trying to overload the WordPress template loader with a new archive-forum.php and trying to run something through a shortcode, why not just use a WordPress page, set the slug to /forums, and put the shortcodes and div’s in there instead?
June 22, 2012 at 7:34 pm #114140In reply to: reverse topic order (twentyten)
zuckerbaby
MemberI “solved” this by using this plugin.
It automatically reversed the reply order for me – although the topic description also gets pushed to the bottom. Whatever you do, don’t use this plugin to reorder topics, or you will get an error and will not be able to recover your topic list.
June 22, 2012 at 1:11 pm #45585Topic: problems when creating the forum
in forum InstallationHwyatbig
MemberI just installed the bbpress plugin on my wordpress site but I’m dealing with a problem I don’t understand…
When reading the codex, I see it should be very simple, and I think I’m doing what’s explained to create my forum.
for the example I just created a forum named “exemple” (and let the attributes as they were) and then when I have a look at the address which has been created I have nothing but the name “Exemple”, and the description I gave. But no way to create a post or anything.
(you can have access to the page in question in my profile)
Did I miss something ?
June 22, 2012 at 12:48 am #114115In reply to: TinyMCE theming in bbpress 2.1-beta1
enderandrew
ParticipantI ended up installing the CK Editor for WordPress plugin. It can be configured for comments as well, and it worked for bbPress out of the box. I can also theme it with CSS.
However, I’m sure someone else may need to theme the tinymce as well.
June 21, 2012 at 8:14 pm #114067craftcore
MemberMindsink, thank you so much! That’s perfect!
June 21, 2012 at 12:31 pm #114066mindsink-web
MemberHope this helps:
Add this to the bottom of your theme’s functions.php file. For example wp-content/themes/mycurrenttheme/functions.php
function add_my_new_theme_caps() {
$role = get_role( ‘editor’ ); // gets the editor role
$role->add_cap( ‘publish_forums’ );
$role->add_cap( ‘edit_forums’ );
$role->add_cap( ‘delete_forums’ );
$role->add_cap( ‘delete_others_forums’ );
$role->add_cap( ‘read_private_forums’ );
$role->add_cap( ‘publish_topics’ );
$role->add_cap( ‘edit_topics’ );
$role->add_cap( ‘edit_others_topics’ );
$role->add_cap( ‘delete_topics’ );
$role->add_cap( ‘delete_others_topics’ );
$role->add_cap( ‘publish_replies’ );
$role->add_cap( ‘edit_replies’ );
$role->add_cap( ‘edit_others_replies’ );
$role->add_cap( ‘read_private_topics’ );
$role->add_cap( ‘delete_replies’ );
$role->add_cap( ‘delete_others_replies’ );
$role->add_cap( ‘manage_topic_tags’ );
$role->add_cap( ‘edit_topic_tags’ );
$role->add_cap( ‘delete_topic_tags’ );
$role->add_cap( ‘read_private_replies’ );
$role->add_cap( ‘assign_topic_tags’ );
$role->add_cap( ‘moderate’ );
$role->add_cap( ‘throttle’ );
$role->add_cap( ‘view_trash’ );
}
add_action( ‘admin_init’, ‘add_my_new_theme_caps’);
function add_my_new_theme_caps2() {
$role = get_role( ‘author’ ); // gets the editor role
$role->add_cap( ‘publish_forums’ );
$role->add_cap( ‘edit_forums’ );
$role->add_cap( ‘delete_forums’ );
$role->add_cap( ‘delete_others_forums’ );
$role->add_cap( ‘read_private_forums’ );
$role->add_cap( ‘publish_topics’ );
$role->add_cap( ‘edit_topics’ );
$role->add_cap( ‘edit_others_topics’ );
$role->add_cap( ‘delete_topics’ );
$role->add_cap( ‘delete_others_topics’ );
$role->add_cap( ‘publish_replies’ );
$role->add_cap( ‘edit_replies’ );
$role->add_cap( ‘edit_others_replies’ );
$role->add_cap( ‘read_private_topics’ );
$role->add_cap( ‘delete_replies’ );
$role->add_cap( ‘delete_others_replies’ );
$role->add_cap( ‘manage_topic_tags’ );
$role->add_cap( ‘edit_topic_tags’ );
$role->add_cap( ‘delete_topic_tags’ );
$role->add_cap( ‘read_private_replies’ );
$role->add_cap( ‘assign_topic_tags’ );
$role->add_cap( ‘moderate’ );
$role->add_cap( ‘throttle’ );
$role->add_cap( ‘view_trash’ );
}
add_action( ‘admin_init’, ‘add_my_new_theme_caps2’);
June 21, 2012 at 9:21 am #114112In reply to: bbPress for Millions of posts?
kshengelia
MemberThanks for answers guys.
@enderandrew Yes that’s the problem for me – I am going to have some other large WordPress project which I’d like to be integrated with this new forum very closely. That’s why I think about bbPress.
@John Yes WordPress itself is very scalable to start with Mashable and with itself WP.COM and it’s really all about optimization, traffic handling, hardware, etc. But which one will need more working on all these options – professional forum such as IPB ro vBulletin or bbPress?
June 21, 2012 at 7:49 am #113976In reply to: bbPress 2.0.3 and WordPress 3.4
Aadhaar Card
MemberI’m getting a 500 error. Just can’t understand what to do to resolve this.
June 21, 2012 at 5:15 am #114101In reply to: Problem posting to forums
John James Jacoby
KeymasterLooks like she doesn’t have the proper capabilities.
* Is she marked as a spammer?
* Is this a multisite installation of WordPress?
* If so, is she a user of that site, or do you have those forums set to be global?
June 21, 2012 at 5:13 am #114111In reply to: bbPress for Millions of posts?
John James Jacoby
KeymasterWhen you start storing that much data, it becomes less about volume and more about server setup and performance. MySQL databases can hold billions or records efficiently, WordPress can read and write to that database easily, too. What will matter is how you spread the pain of your traffic and volume around.
June 20, 2012 at 11:11 pm #113974In reply to: bbPress 2.0.3 and WordPress 3.4
Reflecting
MemberOn my part is simply was a memory issue and resolved completely once I allocated more memory. Talk to your web host if you are unsure about this or do not have permission to modify the correct files yourself.
June 20, 2012 at 9:44 pm #114105In reply to: Is there a REGISTRATION plugin
enderandrew
ParticipantWordPress handles this natively. Configure WP to allow registration and then use the Meta widget.
There are other WP plugins to enhance registration, such as Buddypress, Theme My Logic, WP reCaptcha, Facebook integration, etc.
-
AuthorSearch Results