Search Results for '+.+default+.+'
-
Search Results
-
By default the reply form/box only shows on the last page of a topic, if it has more than one page. If a topic has 5 pages, and you click reply on page 2, it will take u the reply form, which is located at page 5.
I did a hack in a file to make it show on all pages.
Open functions.bb-template.php and find
$defaults = array(
‘h2’ => ”,
‘last_page_only’ => true
Replace this with
$defaults = array(
‘h2’ => ”,
‘last_page_only’ => false
I’m confident that is not the best way, if someone has a better way, please leave a reply, this method is however working.
Recently i launched my forum at http://explore.maheroo.com. I am facing problem using theme rather than default.I uploaded four theme in my-templates directory created by the bbpress installer (latest version). But when i switch to the any of the templates, none of them is working. I added a link upward to visit the site looking for the problem. could anybody help me out of this. at present i activated peacemaker and remaining three are inove, guangzhou and WPmimic.
thanks
Topic: Admin Link in Sidebar
Hi everyone, I just started a site that uses WP and BBP together, and aside from a few outstanding issues, things are working out nicely.
I built a theme for the forum that matches the WP theme, and it has a sidebar. When the user is logged in, it shows Welcome [username] and shows the avatar, a link to edit profile, my favorites, and log out.
How can I have if the keymaster/admin/mod is logged in, a link to the dashboard? I tried some code from the default template, but nothing really seems to give me a direct link to admin. Is there a templates tag list for bbpress like the one for wordpress?
Topic: Permalinks 404 issues
My case is a little different then the search results I had, so a new topic.
As soon as I change my permalinks for bbPress, I get 404 errors for bbPress (even for bb-admin) so I lost control of everything and i had to manually delete the .htaccess file
Now when I switch to the 2nd permalink option then the forum loads up, admin panel is accessible too but any topic page or forum page gives a 404. And now when I switch back to none settings of the permalink everything works fine.
I delete the WP .htaccess too but it looks like that its permalink are working without any .htaccess file
I am a little lost here to what could be the problem.
Also when I delete the .htaccess file, the admin panel keeps redirecting me to the front page until I log out and login again from bbPress side.
I am stuck with the default permalinks option now.
The default Kakumei theme shows two variables in the user section of every post, at left.
You can see them both here as well, in this very post.
The first one is defined in the profile page as
Display name as
and links to whatever appears in theWebsite
field.The second one is defined in the profile page as
User Type
(which most often defaults toMember
), links to theProfile
page of the specific user, and could be changed by theCustom Title
field.How would it be possible to drop the
User Type
and just keep theDisplay name as
linking to the userProfile
page?I wrote a plugin which will show some data by a mysql query and I am doing it using
$bbdb
and I hooked it to thepost_post_form
but the problem is that the variable intended to store the query result is empty.However if I manually call the function in the template it works fine.
I am using the default theme. What could be the problem?