Search Results for '+.+default+.+'
-
Search Results
-
Hi,
I’ve installed bbPress on my site at http://www.thebridesboudoir.com/forums/
I’m in the middle of tweaking the templates now after copying them all to my Theme folder. I mainly copied the opening and closing tags from my current themes full width template into each file or am doing thatm, but testing when I go to the main forums, everything is thrown an inch or so to the right? It’s fine when I click on a Post to read te post details.
I have a few tweaks to make yet to the styling e.g. the post titles are too small, but could someone tell me why the main forum look would be skewif?
The other question is, what is Keymaster and how do I hide that. I prefer not to have the admin label in peoples face when I’m using the forums. I assume Key Master is another word for Admin and I don’t like the sound of it. Can I change that and where?
I note on some forums that you can create user roles and wondered if thats possible with bbPress and where that would be changed also?
Thanks for help in advance.
I like the way the forum is mixing in with my site with just a few changes here and there already. I’m surprised I’ve got this far as I’m hopeless with theming etc. Initially I installed and it took my side bar template as default and had sidebar featured and I preferred a full width forum theme, so copied the files to my theme directory. I’d be grateful for the help or hints on how to fix the front page to get it in line.
Topic: Change link colours?
Hello all,
I’m trying to change the link (pagination) colours of the default theme twentyten. However, I can’t find any css entry what so ever. Could someone point me in the right direction? Still a bit of a newbie with website editing 😛
Thanks!
Flight777
Text domains need to be loaded before bbp_loaded:18. At least before bbp_login_notices is called (hooked on bbp_loaded:default (10? I think)) The notices do not get translated. Or is it bbp_login_notices which should be hooked to something else than bbp_loaded? For now, I did `add_action( ‘bbp_loaded’, ‘bbp_login_notices’, 20 );“ so it get done after the text domain is active.
Happy to contribute.`
Hi,
I was wondering if anyone knew how to manually change the parent page of the forums/thread postings. It defaults to the blog page. The reason why this matters is 1, the breadcrumbs don’t necessarily have to go back to the home page and 2. The menu highlights the parent page when in the page so that it will have “forums” highlighted when in any part of the forums. However, after you leave the forum splash page aka forum listing then the blog tab highlights because it’s the parent page instead of forums being the parent.
Thanks for any help / advice you may have! Hopefully I described this well enough as I can’t provide links since this is proprietary.
I need the system to send email notifications to all users upon new topic publish, this should be the default behavior and users can then turned it off. but as default each user always get email notification for any post on any category. my forum is only for registered users and is small.
I asked this on the BuddyPress site, but didn’t get a response, so thought I’d ask here.
I’m trying to add topics in my forums within a BP group, but whenever I do, I get the following message:
There was an error when creating the topic
I’ve tried creating within the group and within the main site and selecting a group to post to, but I get the same thing.
I thought it was the theme I’m using so I tried the default BP theme, which is where I got the message above (on my theme, it just didn’t say anything).
Thanks.
Hi,
I’d like to display all recent topics on the front-page of buddypress wideforums, like here on bbpress.org and buddypress.org/support, instead of default forums tree. Is there a setting to do this?
Thanks.
Topic: Persian BBPress
Hi . I am Translating bbpress system to persian(Farsi) language .
I have A Question To You : How Can I Put My Translate Stats To This Page ??? http://translate.wordpress.org/projects/bbpress/plugin . for example : korean Language : http://translate.wordpress.org/projects/bbpress/plugin/ko/default .
Thanks a lot .I want to deregister the default stylesheet that bbpress load when in compatibility theme mode
I tried with wp_deregister_style( ‘bbp-default-bbpress-css’ ) which is what I see in the header… but I think I need to filter something or remove an action
is this documented?
thank you
I’m creating a customised forums front page for bbPress, by listing forums in a different way to the bbPress default.
Essentially what I’m trying to do is replace the use of bbp_list_forums() with a second, nested bbPress loop so that I have greater control over how the sub-forums are displayed.
I know I can use the ‘before’ and ‘after’ parameters of bbp_list_forums() but that doesn’t give me as much control as I need.
The only question I found that came close was this one which doesn’t actually provide a definitive answer.
Code won’t paste nicely here so it’s over here: http://wordpress.stackexchange.com/questions/64681/creating-nested-forum-loops-in-bbpress
See the bbp_list_forums() reference – in place of that I want another “while (bbp_forums())…” loop but how do I do that without interfering with the main loop?
Thanks
Topic: Oembed bbPress 2.1
Topic: 404 Error BBpress
Hello, I am working on a website, and I’m trying to add the bbpress forums, I install the plugin and everything seems fine, until I want to view one of the forums, it always appear a 404 error message when I try to access example.com/forums/forum/…., this only happens when I set the permalinks to postname, because when I use the default permalink, there’s no problem and it doesn’t show the 404 not found error, anyone know what could be?