Search Results for '+.+default+.+'
-
Search Results
-
The topic-tags.php template is being explicitly included through the topic_tags() method of template-functions(), so replacing it in my-templates has no effect.
This makes me wonder if, generally, a
bb_include
andbb_require
method could be used for all includes which would check the template system before resorting to a default folder.this could possibly replace the oft repeated:
if (file_exists( BBPATH . 'my-templates/whatever.php' ))
require( BBPATH . 'my-templates/whatever.php' );
else require( BBPATH . 'bb-templates/whatever.php' );
I thought it worth mentioning because theme developers might find it useful from the outset.
Topic: error when installing
I’m trying to install bbPress but I got this error
“Fatal error: Call to undefined function: load_default_textdomain() in /home/.nevermore/wererabbit/demon.wererabbit.net/bbpress/bb-settings.php on line 132”
What I’m supposed to do?
Topic: User management, WP and BBP
I am setting up a web site that has two main groups of users: The (WP) blog editors, and the readers, who are supposed to be able to make contributions through comments or in the forums. The registered WP users can use the bbPress forum seamlessly, however, there’s a bit of a problem on the other end, with the users who first register themselves in bbPress. It seems that when someone registers as a bbPress user, they are also automatically a WP user. This would be fine and dandy, if only their user level was set low enough to keep them out of the WP backend. But it doesn’t work like that. I’ve set the default user role for new users to “Subscriber”, but something in the communication between bbP and WP goes wrong, and they are granted some mutation of the administrator role instead: They aren’t able to publish, or edit posts from users with a higher level, but they can edit each others drafts, and they can change both their own and others user levels and passwords. Or edit the templates.
So what I want is a way for registered WP-users to flow freely into bbPress, but not vice versa. I don’t want the forums users in the WP dashboard area at all. I’ve tried the bbpress-integration.php-plugin, but it doesn’t seem to make any difference, its only option is to set the bbPress prefix to bb_ (the bbP-tables already has this).
Topic: languages?
Hi, i’m just steppin’ in in Bbpress, and i’m very impressed.
I’ve used WP in the past, and I like it a lot.
BBPress has same carisma.
I’m just wondering about changing the default language.
In Wp that’s done throug a compiled file, and with BBP?
hi,
can anyone help me out for the following…why it dosent move after 2nd step…
“Second Step
Now we’re going to create the database tables and fill them with some default data.”
Topic: main theme is not loading
i am under the impression that there is a default theme with bbpress, mine is not loading, everything else is working. (Well, its installed and ic an add forums etc), but it looks like its not finding a .css file of anysort. any ideas?