Search Results for '\"wordpress\"'
-
Search Results
-
If bbPress is running on a WordPress Multisite subdomain, then it seems to be adding network users who visit a sub site to the sub site’s users as participants – this includes the super-admin!
Activate bbPress plugin on a subdomain and ths default setting is unchecked:
`
Auto role | Automatically assign default role to new, registered users upon visiting the site.
`Visit the sub site as any network user, and they are added as a participant! Only after checking the Auto role option, saving and unchecking it and saving again, does this work as intended.
The second bug is a major one and can only be stopped by deactivating bbPress!
I am writing a plugin which creates users and adds them to blogs. I am using the add_user_to_blog* function and each time I call it with bbPress activated, it adds the admin user who is calling the function to ALL blogs as a participant! If I go into a subdomain as a admin user of that site, this admin user is not listed (even in subdomain who have bbPress enabled), but I as this admin can see all sites are listed in my Sites drop down. I manually look into the database and see in the wp_usermeta table that this user has capabilities and level (of 0) entries for all blogs!
Of course if I deactivate bbPress and call up the add_user_to_blog, everything works as expected, and the user calling up the function does not get added as a participant to ALL the sub sites! I think there is some sort of filter that bbPress is applying that is causing this.
Could someone look at this and see if they can replicate it and fix it?
Topic: IE won't display page right
Ok i have installed wamp 2.2 wordpress 3.5 on my xp pro all worked fine with the install i can call up with http://localhost/wordpress my page and i can call up with http://www.panthercove.org/wordpress fine on my local computer display is fine in IE but if i go on my local network ore from out site the internet browser gives me just a wide(collar)and black display and all settings are of. can some one tell me what did i miss in my setup then i have on the same wamp server drupal what is doing fine you can check it ad http://www.panthercove.org/drupal do i have my promission set rong?
Hi,
I’m having a very strange problem with bbpress.
I’m using the lastest version of WordPress and bbpress and I created a super stick topic. These are just rules and guidelines so I closed it to replies. I can see it in the category forum page such as this (http://causepages.com/sw/forum/health-insurance-finance/) when logged in as a user but when I actually click into it, it’s not shown. (I just get my sidebar).
Can anyone help with this please?
Please help, what is wrong with my bbpress forum 2.2.4 ? Since I uploaded it is too small on page and with Newcast template of WordPress looks terrible. how can I fix it, do I need to know some coding ? Thank you for your help really appriciate it.
Topic: Can't Edit Replies
The setup:
1 site that is a WordPress/bbPress Forum site.
1 site that is a pay (non-Wordpress) forum site that is answered by industry professionals.When a question is answered by a pro in the pay site, I run a series of insert statements that adds the topic/reply to the WordPress site.
All works as planned with one exception. I can’t edit any of the replies (I can edit topics).
When I click to edit the reply, it brings up the page to edit. I make the desired change and hit Post. It takes me right back to the same edit page with my changes still in tact. However, as soon as you leave the page and attempt to view the changes in the forum, all work has been lost.
I should also note that I did not build the WordPress site, so I don’t know if there are any errors being suppressed, or some other scenario (I don’t know where I would turn these on either).
Any thoughts?
Hello,
As per bbpress doc I found by default it uses page.php in wordpress theme to render all its contents. But since I have to use different template with a different sidebar and widgets I created forum.php copied from page.php in my wp-theme and luckily it worked. Dont know why its not mentioned in bbpress docs. Also, forums.php working fine, so I am in more doubt which file naming conventions is correct. Is it something missed to mention in bbpress docs? Please let me know.Further, for the bbpress user pages, like profile, edit profile, topic started etc. I need to use a custom template file in my theme. In bbpress templates as per documentation, I have checked all user templates inside are just contains the content part only not including header, footer, sidebar etc. And by default it also renders by page.php.
How can I make a custom user template file other than page.php or forum.php which control all user related contents, so that I can have different template for forum or other pages?
Suggestion:
BBpress should have capability to use different template files for different kind of pages, or their should be settings in bbpress admin to select which template to use for what kind of pages.
This is somewhat, wp-members, woocommerce and other plugins do for better integration in wordpress. These plugins have the ability to create different pages in admin editor having selected particular template to render and putting inside their shortcodes to render various types of contents. And also have the settings in their admin to set different pages/template for different stuff.Please let me know if this possible with bbpress 2.2.4 with wp 3.5.1 currently.
If not possible please let me know how I can achieve the effect, with some sample custom code hints. Currently I dont need help to create bbpress admin side settings dropdown etc., becoz these are the thing I mentioned as suggestions to make bbpress better theme compatible.
Right now, just need help how to use different template for user pages than other forum pages.—
Thanks
ShashankI have a fresh multisite/buddypress/bbpress. Â I installed sitewide forums and made sure group functionality was turned on for forums. Â This is on a sub site with buddypress multisite turned on. Â I had previously had the same issues I have now on a already installed site. Â Because of these issue I scrubbed the install, wiped the database and reinstalled fresh. Â I still have this issue. Â when I create a topic from buddypress group forum page it goes to a blank page with this error
“<br /> <b>Fatal error</b>: Call to undefined function bb_get_id_from_slug() in <b>/home/spanef/public_html/wp-content/plugins/buddypress/bp-forums/bp-forums-functions.php</b> on line <b>178</b><br />”
I have seen previous solutions about deleting the forum ids in bp_group_meta which i did and upon recreation still didn’t work.
I have the newest wordpress, buddypress and bbpress . Â This is a fresh install. Â Do you have any idea what i can do, I have to have this working.