Search Results for '\"wordpress\"'
-
Search Results
-
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?
Topic: Cool 2.1 features
bbPress 2.1 is coming soon. (current version is 2.0.2)
JJJ says “it’ll be ready when it’ll be ready” (http://bbpress.org/forums/topic/21-release-date-1 ), which could mean “any moment now”, in that he’s probably dealing with 1 or 2 major issues (presumably BuddyPress related) and hence can’t give a timeline, but as soon as inspiration strikes down these roadblocks, we could get a taste.
I understand that JJJ expects to have closed 102 tickets for releasing 2.1 (http://bbpress.trac.wordpress.org/milestone/2.1 ), and some of these are quite exciting. My favorite new features are:
– Rich editor http://bbpress.trac.wordpress.org/ticket/1673
– Switch theme packages http://bbpress.trac.wordpress.org/ticket/1802
What do you think are the coolest new features in 2.1?
Topic: Forum "Written by" issue
Hello,
I’m using the Post Author (http://wordpress.org/extend/plugins/post-author/) plugin and it’s showing the “Written by” name and date on Sub-forums.
This only happens to sub-forums, sub-categories. Not Top level forums.
I want to get rid of the post author for the sub-forums and sub-categories whilst retaining the author for topics.
How can I do this?
I need a quick, overview of how to install a WP blog with a BBPress forum on the same domain.
I found a couple of tutorials on how to do this with the legacy stand alone version of BBPress and have considered just installing the legacy version but am hoping there’s a way with the newer plugin version.
What I want to do:
(1) Run WordPress from the root directory and use it as the site blog
(2) Run a forum in a subfolder ‘/forum’ (I assume this will require a second installation of WP with BBPress plugin?)
(3) Both the forum and blog should have integrated registrations/login so if you join or log into one, you’re automatically a member of or logged into the other.
(4) Both the forum and blog should be able to share a theme or at least be able to install the same theme on both installations for website consistency.
Thank you in advance for any help.
