Search Results for '\"wordpress\'
-
Search Results
-
Dear bbPress-Team and community,
I’ve been trying to install the bbPress Plugin to my WP. I tried to do so on my local machine first, and all went fine. When I tried on my web server, everything went fine until I activated the bbPress-plugin in the wp-admin plugin section. WordPress responded with a blank (white) page, and afterwards, I could not even access /wp-admin/ (also responding with a blank screen). When removing the bbPress directory from the plugins directory, everything is fine again. /forums/ responds with the usual 404 in either case.
Unfortunately, I do not have access to my server’s error logs. Do you have any ideas what could be the problem here? The major difference between my local machine and the web server is that the latter cannot connect to the outside world via http – maybe this is mandatory?
Btw: I have double-checked the requirements, my webserver configuration seems to be okay for bbPress:
Wordpress 3.3.1
PHP 5.3.2
MySQL 5.0
I’d be happy about any hints which might help to trace down the problem.
Thanks, best regards,
Peter
I’m working on a site that has an issue with the bbPress forums in internet explorer. What is happening is the text area for both replies and topics is not showing up when using internet explorer.
The link to the forums is here: http://www. silverdoctors. com/sd-reader-forum/ (minus the spaces I purposefully put in, obviously).
I think this is a javascript issue, but I’m not certain. I also don’t understand why it’s only occurring in IE and not in Firefox.
I’m using WordPress 3.1.1 and bbPress Version 2.0.2.
I have no other plugins other than bbPress activated.
I did revert the theme back to 2012 and the issue was no longer present. If this is an issue with my theme, I understand this might not be the forum to ask the question if someone could delve into it to try to find the problem, but I’m stumped with the issue and am hoping some of the great bbPress minds can help me resolve the issue.
Thanks for any advice anyone can give.
So I just started working with bbpress, and wordpress for that matter. Now I find the profile page not great, it shows stuff like subscribed topics / favorites topics / created topics. I don’t really want any of that.
I have been digging through the files, but I am unable to find out what file actually outputs this, I have a understanding level of php, so I should be able to edit it, if I could just find it.
Thanks
Hi All,
I have set up bbpress through wordpress and it is working.
I cannot see anyway to manage bbpress but that is on another thread, and the answer to that may solve this.
The bbpress only comes with a Title, Comments and Tags
I want to be able to add at least one other field for a Post
URL for example
Is this possible?
Thanks
D
Topic: Registering new users
Hi guys,
Have a question. I
m a NOOB so please dont shoot me.I
ve set up a forum and its working so far. But when a new user registers it also gives the access to the wordpress front-end (dashboard) Even so when I set it up that new users have the role of “forum participant” the still can get to the wordpress dashboard. Not having al the functions ofcourse but still.Is there a way to NOT show them the wordpress front-end?
Thank you so much
Topic: Meta Boxes
I am running bbPress 2.0.2 as a plugin on a WordPress 3.3.1 site. I have one forum. It all works great.
I have a plug for WordPress that I created that adds certain meta boxes to blog posts. My plugin uses add_meta_box hook to accomplish this. The theme handles formatting the information at the end of the blog post.
I would like to do the same for bbPress forums on the same site. The plugin doesn’t accomplish it. I would like to be able to add meta boxes on the New Topic form for the bbPress forum, preferably after the Topic Description box but would settle for at the end of the form.
Ideally, I would like to just modify my plugin so that it works for blog and forums on the same site.
Do you think it can be done?
In case there are other alternatives than this approach, my goal is that for certain forums, I want users to supply certain information for each new topic. I would prefer to add form controls to the new topic form that would be required to complete the new topic.
For example, I will have a forum where members can post information about upcoming events. I want them to be required to include in the new topic a date, time, location, etc. I would like to not leave it to them to remember to put these essential bits of information in. I want to make it so that if they forget, their topic will be rejected until they supply that information.
Thanks in advance for the help.
I’m in the process of setting up a new WordPress site. There is no urgency so I can wait if necessary, I’m planning to use BuddyPress most likely and bbPress 2.1. What’s new in 2.1, and is it recommended that I wait for it before installing bbPress? I don’t want to put a bunch of time into it then need to redo a bunch of work. Thanks!
Hi. I run a membership site, and the forums need to be private (for members only.) Lately, posts are showing up in Google. I set all forums to private, but now my members get a 404 when trying to access the forum.
I know in previous posts plugins are alluded to to fix this. I’m a total newbie to wordpress, can you please advise which ones I need and how to implement these changes?
Thank you SO much.
Hi there,
my wordpress lays here: httpdocs/mysubfolder/…
My Problem is now, that after I logged In/out bbpress puts the subfolder too much to the URL in my browser:
correct would be: http://xxx.xx/blend/forums/forum/blend/
but the incorrect bbpress way: http://xxx.xx/blend/blend/forums/forum/blend/
The “blend/” is too much!!! help me, what’s wrong with the redirection after login/logout? My Htacces in the root looks like that:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?heglandog.ch$
RewriteCond %{REQUEST_URI} !^/heglandog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /heglandog/$1
RewriteCond %{HTTP_HOST} ^(www.)?heglandog.ch$
RewriteRule ^(/)?$ heglandog/index.php [L]
and inside the subfolder:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blend/
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blend/index.php [L]
</IfModule>
Thanks a lot for help!
regards
Topic: WordPress Avatar integration
I’ve posted on wp forums is well but haven’t figured it out.. I’m using ‘User Avatar’ plugin on wordpress. The avatars show up on bbpress profile pages but no edit/upload fields in the profile pages.. How do we sort this out ? Thanks..
I will see if I can get my head around using Subversion to get the code instead.