Search Results for '+.+default+.+'
-
Search Results
-
So I just installed the latest bbPress 2.2.2 and see that all my users have no role set for the forum so I then proceed to use the remap tool to set them a default of participant. This all worked fine however, it also switched my admin account to participant also instead of keymaster. So my question is how do we apply the keymaster role back to the admin?
Hi there — I’m running WP 3.4.2, bbPress 2.2.2 & buddypress 1.6.1. Overall, I’m quite happy with the installation, and I’ve done a fair amount of customization on my site to give it a nice L&F. I’ve been using a child theme to do all customization, and it’s been reasonably straightforward, but not trivial. That said, many thanks to all the bbPress folks who are putting lots of time in on this plugin — it’s a great platform.
Onto my question: How is the main forum archive page generated? I want to create my own template to generate this page, and I’ve been stumped trying to trace the sequence of files/calls used to create it.
For context, I have the Forums Base set to “member-area/forums” in Settings -> Forums. I can go to http://mysite/member-area/forums and see the standard listing of all the forums in a table. Perfect, just what I want.
That said, how exactly is this page created? Which files & calls in the plugin create it? I’ve found loop-forums.php in …/plugins/bbpress/templates/default/bbpress/which is used to create the table within the page (apparently called as the_content() somewhere), but I can’t find the code blocks that create the header, footer, etc. Is there a single template page used to create the Archive Base page?
Apparently this page is generated regardless of whether there is an existing page (permalink) to the same permalink used as Archive Base. Nifty, but I want to use my own template (the whole thing) for creating the Archive Base page.
Even when I create a page with a permalink address the same as Archive Base and insert a [bbp-forum-index] in the post content, I can’t seem to select a Template from the Page Attribute pull down that has any effect on the creation of the Archive Base page. It’s like it’s hard wired to use a very specific template — that I can’t find in the directory tree.
Long winded, but I hope that conveys what I’m trying to do. In short, I just want to create my own template for creating the Archive Base page. Any pointers are appreciated.
Cheers,
Michael
Topic: My forum looks like crap
Look at this link. It looks weird and why is that ? Its just the default theme and v2.2 and where can I change theme now? I don’t see the option anywhere anymore!
In case a user change his display name to be diffrent from his username, you cannot use @someusername to mention someone since you do not know what the users username is.
Would be nice to be able to optionally include an
@someusernamejust below the link to a reply or topic authors profile.Perhaps the best way of doing this would be to add an extra argument to the args array for the bbp_get_reply_author_link function. The current args are:
$defaults = array (
'post_id' => 0,
'link_title' => '',
'type' => 'both',
'size' => 80,
'sep' => ' ',
'show_role' => false
);But could be changed to:
$defaults = array (
'post_id' => 0,
'link_title' => '',
'type' => 'both',
'size' => 80,
'sep' => ' ',
'show_role' => false,
'show_mention' => true,
);I know having the user name visible is kind of a security issue, but since the user name already is visible in the profile URL…
Also, a setting for this in the backend would be nice.
Once can check “Use the fancy WordPress editor to create and edit topics and replies”, yes.
However, the problem is such editor confuses people.
(I don’t suppose majority of my audience recognise, not to mention knowing how to use HTML)1) “Visual” and “HTML” what the heck?
2) They don’t intuitively know that they need to switch to the “HTML” editor to insert images.The editor used here is not fantastic but it is much better than the default WordPress one, for forums.