Search Results for '\"wordpress\'
-
Search Results
-
I have a WordPress site (3.4.2) which uses a premium theme that I want to keep. I just activated the BBPress plugin (ver 2.1.2) and created a forum and topic etc. The forum and topic pages appear and look ok, but I would like to customize the template and css that is being used in this. I am finding BBP documentation on this somewhat confusing.
My Plan: I will create my own BBP template based on page.php from my main theme and modify the layout etc.
To implement this new template I create, I am guessing that I can replace $new_template (shown below; code taken from bhp-template-loader.php (wp-content/plugins/bbpress/bbp-includes) with the name of my new template, such as “bbp-new-page.php”). Is this correct?
// bbPress template file exists if ( !empty( $new_template ) ) { // Override the WordPress template with a bbPress one $template = $new_template;And to modify the css, I can simply hack “bbpress.css” (wp-content/plugins/bbpress/
bbp-theme-compat/css/bbpress.css)?This approach seems really hacky/inelegant however.
On a slightly separate note, it appears that implementing the steps for theme-compatibility (http://codex.bbpress.org/theme-compatibility) are necessary only if you are going to use a single (custom) theme (or child theme?) for both WP and BBP?
Finding it a little confusing to untangle the methods and their purposes in BBP theming.
Thanks to anyone who can help!
Judy Wilson
Nashville TNThere is a common disconnect between the WP user profile and bbPress. It’s not integrated. Right now if the user registers with the bbPress registration, then logs in, it takes them to the WordPress profile page. This isn’t good for branding. First of all, it takes them ‘out’ of the site into a WordPress profile (confusing them right off the bat), which has the WordPress logo and WordPress backend style. At this point, a non-WP user doesn’t know what to do to get back to the site.
Is there a clean, easy way to redirect the “Profile” link back to the bbPress profile and prevent them from ever hitting the WordPress brand? The site needs to feel consistent and well-thought out without this random user flow.
The website I’m working on is: http://www.compusoftdevelopment.com/forum
Hello:
I’ve just started using wordpress and needed a good forum. I opted for BBPress and so far works fine. I am just tweaking it a bit and would like to disable the Reply to: in the Topics section. My particular test site will not need this and I wish to keep the area tidy.** I posted this in WordPress (Plugins & Hacks) but didn’t get any response. Not sure if I was in the wrong place? **
Thanks
Andrew
Wordpress 3.4.2
BBPress 2.1.2Is there anywhere I can change the WordPress theme’s page template that bbPress uses for all forum pages? Here’s what I’m talking about:
https://dl.dropbox.com/u/18187962/this.jpg
I need to use the template “page without sidebar” rather than the default template.
The goal is to get rid of the sidebar here and expand the forum to the width of the page: Forum
Hey,
I’m running Version 3.4.2 of WordPress, with Version 2.1.2 of bbPress.
When I’m logged into the site as a Forum Participant, I can see the forums and topics, but when I actually click on the topics to view the content (i.e. the actual topic post and replies), all that appears is “This topic contains 0 replies, has 1 voice, and was last updated by…” as well as the “Reply” form underneath that. The actual posts and replies don’t appear.However, when I’m logged in as an administrator, I am able to see everything (it all functions normally).
Do you know why a normal forum user can’t see posts and replies? How can I go about fixing the issue?
Any help would be appreciated!
Cheers,
Laura.Topic: bbpress and qtranslate
Hi all,
I use:
- WordPress 3.4.2
- bbpress 2.1.2
- qtranslate 2.5.32
- qtranslate extention 0.1.1
All works fine in the blog part but in the bbpress forum I have a little problem.
Topics links are well presented in the correct langue of my bbpress forum but the content of a topic contains all the language text versions, one following the other, in place of only the current language text.
Sample: french and english version are presented together:
J’aime mon blog. I like my blog.
in place of :
French version : J’aime mon blog
English version : I like my blog
Any ideas ?
Thanks a lot for your help
Topic: Import users on site > 1?
I’ve setup WordPress multisite.
Using the built in importer from vbulletin (which works great), I am curious, my forums are going to be on site #2, not my primary install site.
So if I do this, run the importer, and import all users/posts from vbulletin, the users are then added to site #2, or both site #1 and #2? (site #1 is root site)
Or:
Am I better off, this sounds stupid, importing the users/forums from vb into my root site #1, then erasing the forums/topics/replies, keeping the users, and then going to site #2 and doing a forum only import?Goal:
Obviously I need users to be able to login to site#2, but would also like to make sure all users are able to login to the parent ‘global’ site #1.How should I proceed?
Hi, I have multisite installation of wordpress with two sites.
I want to share the same forum between the tow sites.
But for each site bbpress save the forum in his own wp_2_post table and wp_3_post table.
I would like to save the data in the same table for both sites.
How to do it?