Search Results for '"wordpress'
-
Search Results
-
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..
for example in multisite(net) when bbpress plugin actived:
user1 with blog1.muwp.com
users of bbpress forum in blog1.muwp.com is all of net users(users of muwp.com or users of super admin).
I want: users of bbpress forum in blog1.muwp.com is users of user1(users of blog1.muwp.com).
please help me?
