Search Results for 'bbpress'
-
Search Results
-
hi,
please how can i add a new loop template ?
explication :
in :
<?php if ( bbp_has_topics() ) : ?>
<?php bbp_get_template_part( ‘bbpress/loop’, ‘topics’ ); ?>
<?php else : ?>
it load the template : loop-topics.php
exemple i need to do a copie of this template : loop-topics2.php
i will use :
<?php if ( bbp_has_topics() ) : ?>
<?php bbp_get_template_part( ‘bbpress/loop’, ‘topics2’ ); ?>
<?php else : ?>
but i do not work !
I’ve recently added the elegant and hugely popular (2 million+ downloads) Lockerz Share button (links to Facebook, Twitter, etc.) to my WordPress site and it’s doing a splendid job on pages and posts, but sadly it’s mucking up my bbPress forum page something horrible, with the button appearing underneath the name of each forum and double-spacing everything in the process. I built the page using the forum-index shortcode.
Having a share button in this location (or rather having multiple buttons, one per forum name) makes little sense as few people will want to share the name of a forum, so I’d like to remove it.
The Lockerz readme file tells one that to remove a button from individual posts and pages: “Insert the following tag into the page or post (HTML tab) that you do not want the button to appear in:
<!--nosharesave-->“I’ve tried adding that tag (without the quotes) to the top of my forum page using the HTML editor, but it don’t work (the share buttons still appear under each forum name), so my question is: Can someone tell me the bbPress page or file name to which this tag should be added?
I realize this is a bbPress support forum and not one for Lockerz, but on the off-chance another bbPress user has come across the same problem I thought I’d ask (I would have started with a Lockerz forum, but there doesn’t seem to be one).
If I can’t solve this problem I’m going to have to ditch the Lockerz share button and replace it with something that works better with bbPress — suggestions welcome.
Here’s the button I’m using: http://share.lockerz.com/ .
Hi, I successfully installed BBPress 2.0.2 to my wordpress site using the plugin. I got the forum to work, however, I’m trying to change the theme and I don’t know how. The default BBPress Twenty Ten theme isn’t working, it says it’s broken, maybe that’s because I’m using XAMPP and localhost? In addition, in my wordpress dashboard, it says Theme is using default bbPress styling, but there is no option THERE to change it. Rather, I was trying to change it in the Appearance tab, but no matter what I did i could not get one of the themes I wanted to show up in that tab.
I want to be able to use themes from http://bbshowcase.org/forums/view/available-themes , are these outdated or can I still use them? I’m not exactly sure if my file structure is right, is the base directory for bbpress xampphtdocsmy site namewordpresswp-contentpluginsbbpress ? And do I need to learn how to make child themes? I just want to be able to use the really nice themes from the above site on mine. Thank you kindly for any help.
First of all very sorry if the answer to this has been posted already. I’ve been searching hard, honestly.
I’m no programmer and just flying by the seat of my pants with this bbPress plugin.
I initially installed the bbPress 2.02 plugin without a problem. I wanted to import my small forum from the stand alone (1.something). I started according to instructions but while de-activating present plugins I got the “white_screen”.
Obviously a plugin problem I renamed the plugins folder, made a new one, and figured I would re-install compatible plug-ins.
When trying to re-install bbPress and Akismet (most noteably) I still get the dreaded white screen when activating. Essentially there are several plugins, including bbPress, that I cannot seem to use anymore that certainly should be compatible.
I was using the bbp-twentyten theme at the time of the first white-screen when de-activating plugins. Not being able to activate bbpress 2.02 doesn’t bring in bbp-twentyten as an option anymore either.
Sorry I’m not being more specific but I’m really no programmer. I would hire one if I could afford it.
Any help is MOST appreciated. Thank you!
Topic: Problems personalizing topic
Hi.
I have installed bbPress on my WordPress and I’m trying to personalize it.
I have already personalized the forum page (where list of topics appear) by editing file wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/bbpress/loop-single-topic.php and it worked well.
However, I can’t personalize the topic detail’s page. I thing the entry point here is wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/single_topic.php so I added some html code in there but it doesn’t appear (even on the html code that navigator gets) when clicking on a title on the topic.
I’m stuck. Can anyone give me a clue ?
Thank you.
Hi,
I have a title big problem.
If I am a visitor:
Main forum webpage they can see 2 posts in one categories.
http://www.mundoferroviario.com/forums/
Well, if I push this category, Información general, return me “No posts available”, no themes here.
All categories in bbPress are public but to publish is necessary to sign up. But not for reading.
If I´m a registered user:
Give me the same error and I have the possibility to add a new post.
If I´m a admin user:
All is running normally.
I see all options in forum but I can see the solution of this problem.
Please can somebody help me?
Regards and thanks,
Alex
Topic: Intro text to forums
Is it possible to add some intro text to the forum archive page? I’ve set up a custom page called Discussions (client like that more than forums) by creating a page and setting BBpres to use that page slug.
What I’d like to do is enter some intro text however if I enter it under the page in WordPress it doesn’t come through. I tried adding <? the_content() ?> on the archive-forum.php page that I pulled into my theme here:
<h1 class=”entry-title”><?php bbp_forum_archive_title(); ?></h1>
<? the_content() ?>
<div class=”entry-content”>
<?php bbp_get_template_part( ‘bbpress/content’, ‘archive-forum’ ); ?>
</div>
But that seems to pull the content from the last listed forum.
Any way to do this?
I tried to enable file caching, but I get an error from bbpress:
“Call to undefined function wp_cache_add_global_groups()”
I’m not trying to cache bbpress per se, I just want to cache my entire wp site that bbpress happens to be on.
Is there a better method than adding define( ‘WP_CACHE’, true ) and object-cache.php?
Topic: Forum Index Not Showing Up?
My first post was marked as spam, not sure why. Maybe because I posted links to my forum??
Anyway, I’ll remove the links. This is what my post said:
Hey there! I just installed the bbPress plugin on a site I have been assigned to at work. Unfortunately, nothing is showing up at the index for the forum:
[link]
But when I link directly to a category, you can view what’s under that category:
[link]
Got any ideas? Thanks in advance for your help!
Topic: Son of a…
I deactivated bbPress without thinking because I wanted to try something and now I can’t use my site, have a beautiful white screen of death, I’m guessing it’s due to my having the bbpress integrated theme as active without the bbpress plugin being active…
Anyone know how to fix this!?
Nevermind, I panicked. Removed all themes except default and reset itself.
Topic: BBpress file map?
Is it possible to find out where certain shortcode is in the actual bbpress code? In particular I”m thinking the code for bbp-topic-index.
The styling must be in the a file somewhere yeah? So why not have some sort of file map or layout so people could get in and play with it a little at their own peril?