Search Results for '\"wordpress\'
-
Search Results
-
Hi,
I am using the latest buddypress version with wordpress but a different theme (from rockettheme.com).
The “register” link on the frontpage is not linked to the “register” page. I can fix that in the admin dashboard by going to settings–>buddypress–>pages.
Here I need to create a site called “register” first.
My problem now is that this site is indeed called “register” but has no registration function whatsoever.
Can someone help me?
Thanks a lot for your support,
FabianTopic: phpBB2 to bbpress convert
I’m attempting to convert a phpBB2 forum to bbPress version 2.3.2.
I’ve selected the option to convert users, but it’s failing with the following error:
WordPress database error: [Unknown column 'users.user_form_salt' in 'field list'] SELECT convert(users.user_id USING "utf8") AS user_id,convert(users.user_password USING "utf8") AS user_password,convert(users.user_form_salt USING "utf8") AS user_form_salt,convert(users.username USING "utf8") AS username,convert(users.user_email USING "utf8") AS user_email,convert(users.user_website USING "utf8") AS user_website,convert(users.user_regdate USING "utf8") AS user_regdate,convert(users.user_aim USING "utf8") AS user_aim,convert(users.user_yim USING "utf8") AS user_yim,convert(users.user_icq USING "utf8") AS user_icq,convert(users.user_msnm USING "utf8") AS user_msnm,convert(users.user_jabber USING "utf8") AS user_jabber,convert(users.user_occ USING "utf8") AS user_occ,convert(users.user_interests USING "utf8") AS user_interests,convert(users.user_sig USING "utf8") AS user_sig,convert(users.user_from USING "utf8") AS user_from,convert(users.user_avatar USING "utf8") AS user_avatar FROM users AS users LIMIT 0, 100Is there anything I can do the resolve the issue?
Thank you
Hi there,
I’m new to WordPress and BB Press so if this is a stupid question I am asorry!
My website forum is located here: http://www.clinicalrecoveryspecialists.com/forums/
2 questions:
Is there a way to Create a Header or Welcome Announcement at the top of the page above the forum itself?
Also, it loooks like the name of the Forum is pulling from the Title of the Website, is there a way to change that? I would like to rename it if possible.
Just a note: I am using most updated versions of WordPress and BBpress as well.
I appreciate the help!!
Ashley
Hi – I’d like the same tags allowed in my WordPress comments –
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>– to be allowed in my bbPress posts. In particular, I’d like people to be unable to link to images in their posts. I think the allowed tags in WordPress comments are determined by the wp_filter_kses so was trying to use that.I’ve tried many many different things and have the img tinymce (which I’ve enabled) button disabled and the html editor disappeared, so the only way to get an image is to type in
<img src="whatever" />to the visual editor, but I’d still like it to just not be possible.I thought this would work but it hasn’t (I’ve also tried making a custom filter function which, of course, didn’t work, so I think it’s something here):
remove_filter( 'bp_get_the_topic_post_content', 'bp_forums_filter_kses', 1 ); add_filter( 'bp_get_the_topic_post_content', 'wp_filter_kses', 1 );Anyone know? Or just stripping the img tags somehow would be great.
I have bbPress 2.3.2 installed and WordPress 3.5.1. Thanks. The site’s not live so I don’t have a link, apols.
(have edited so I can tick “follow up replies via email”)Hi everyone.
First, my system:
wordpress 3.5.1.
buddypress 1.7.1 (with bbpress 2.3.2 integrated).I’ve changed my site from buddypress group forums to bbpress 2.3.1. The transition went fine, but now I have this problem:
Users can’t edit their own messages.
I have also set option “Disallow editing after” to 15 minutes, but still users can’t edit their own posts.Then, I have some difficulties to understand how forum visibility settings of bbpress (public, private, hidden) correlates to group visibility settings (public, private, hidden). If I set a group as hidden and than bbpress settings to “private” or “public”, new topics of groups forum appears in “latest topics”. Users that are not members of group that try to enter the forum get 404 error, but they still can read the topic, and this is not a good thing. If a users sets his group as hidden I think he don’t want to see it visible in latest topics, don’t you? 🙂
Topic: Forums Index redirecting
Hello!
I’ve been having this problem for so long I didn’t really notice it until some members on my site complained about it. Apparently, my forums page’s load time is quite long when you’re loading mysite.com/forums. I have buddypress running and I’m not able to configure my wordpress page to buddypress forums, I guess since bbpress is running. Everything is updated to the highest update. My breadcrumbs directly links most of my pages to the forum index; is there a way to have my page not redirect to itself?
Topic: Move bbPress to another site
Is it possible to move bbPress to another (new) WordPress install and keep all existing posts and forum content? I don’t care about users, I just want to keep the information on the forums.
The [bbp-topic-tags] shortcode works fine in my custom theme…but all the tags come out with the same font size. How do I get it so the tags display with different font sizes like on this forum?
Sorry for such a basic question…I’ve looked but can’t find an answer that applies to bbpress 2.0+.
I’m using wordpress 3.5.1 and bbpress 2.3.2
Thanks.
Topic: bbPress 2.3.2 now available
Drop feedback about bbPress 2.3.2 here.
See the 2.3.2 milestone on Trac for changes.
I would like to display bbpress topic tags on top of each forum. I tried several template tags:
bb_tag_heat_map()
bb_get_topic_tags()
bb_list_tags()None of the tags worked no matter where I inserted them (sidebar, bbpress templates, wordpress templates). Usually the rest of the code in the template won’t be executed anymore if I insert one of these tags.
The short code [bbp-topic-tags] works and everything else about tags works too.
Can someone tell me how to display topic tags? Is there a documentation for this template tags?