Published on April 28th, 2014 by Pasquale Galasso
People deleting/removing tags from threads? Yesh in my forum.
I created a normal forum account, with this account you can delete tags in the topic, he can also delete tags entered by an administrator. Where can I go to fix?
Now I try to delete test tag (which is below in this form). If I can do it, I could do it in all forums.
Published on April 28th, 2014 by Pasquale Galasso
import database from e107 Forum cms system
is it possible?
Published on April 28th, 2014 by Zefred
Hello everybody,
I’m completely new to bbpress, but I’ve been running a wordpress site for years.
After years of Invision power board, separately from my wordpress site, i’d like to use somthing simpler and I think bbpress is the good tool for that. Cherry on the cake, I notoiced that bbpress offers an importation engine with almost every well-know forums.
Since I tried to import my invision forum, it was completely impossible and the importation tool keeps saying there’s nothing to import.
I have double-ckecked all my invision database server information, but there is no mistake.
Did someone tried to import the 3.4.3 version or do I have to migrate to the last version?
Thank you in advance for your help.
Published on April 28th, 2014 by Pietmar
Hi
WP 3.9
BBP 2.5.3
TwentyTen
I use WPPA a lot on my blog and would like to integrate in BBPress.
When I add it in topic i get this:
http://goandstay.co.za/blog/forums/topic/testtopic-2/#.U15rdfmSySo
The code instead of the slideshow.
Jacob Breedtveld . aka Opajaap (author of this amazing plugin) (http://wppa.opajaap.nl/ & https://wordpress.org/plugins/wp-photo-album-plus/) says:
If this also does not work, ask the BBPress boys if there is a possiility that on the particular text shortcodes can be expanded ( $text = do_shortcode( $text ); ) or that the standard content filters can be run. ( $text = apply_filters( ‘the_content’, $text ); )
I don’t have a clue what Jacob says, but think you will know!
Thanks
Published on April 28th, 2014 by mayrhofenpaul
Hi
I have recently installed bbpress and it is great. I have a small change I would like to make. As you can see the writing on the blog is right in the top corner of the template. Is there an easy way to shift this across?
http://www.mayrhofenonline.com/forums/
Using WP version 3.9 and bbpress 2.5.3
Thanks
Paul
Published on April 28th, 2014 by Pasquale Galasso
Hi
(Sorry, sorry, sorry for my bad English.)
I’m doing a thousand attempts with shortcode, use bbPress folder in my template folder. Using plugins bbPress WP Tweaks and I set page.php in its settings.
When I try to do this:

Instead I get this:

No column post no number 🙁
Then I can not get this:

1) I can never see these icons
2) I want to see this box on my forum, “Topic Info”, “Info Forum” equal to that bbPress is a very clever solution.
3) in my forum (xamp server to the local machine to create complete style) when there are topics with more pages does not happen what happens here, where the first reply is seen on every page and a different color.
I read a lot on the forum and many people asking for a similar style to this bbPress.org. No one answered a precise code, but this I can understand, this style of bbPress is magnificent.
I have been working for many hours but I managed to get anything, if I fix the things listed above I am happy.
I doubt that this can not be done with the system widgets, as I’m trying …. widgets can not do this … who gives me the changes to make to the template? Please.
Published on April 27th, 2014 by Iknewit
I just installed bbpress forum in my word press website. however, the biggest disadvantage for me is, that it uses word press dashboard, and wp-admin login. is there a way around this huge disadvantage?
Published on April 27th, 2014 by Mike
Hi
I am trying to use bbp_topic_subscription_link with a genericon icon.
No problem displaying the icons on browser load, but as Ajax is being used the reverse genericon on a click, the icon is not reversed on the this click. Instead a “|” is displayed even though I have set the array to not display that. I have tried loading the icons through the subscribe/unsubscribe settings, and via an “if” with the conditional tag, ‘bbp_is_user_subscribed_to_topic()’ in “before” with separate subscribe and unsubscribe statements.
Example 1
<span class="my-class"><?php bbp_topic_subscription_link(array('unsubscribe'=> '<i class="genericon genericon-unsubscribe"></i>Unsubscribe','subscribe'=> '<i class="genericon genericon-subscribe"></i>Subscribe','before' => ' ')); ?></span>
Example 2
<?php
if (bbp_is_user_subscribed_to_topic())
{ ?>
<span class="my-class"><?php bbp_topic_subscription_link(array('unsubscribe'=> '<i class="genericon genericon-unsubscribe"></i>Unsubscribe')); ?></span>
<?php }
else
{ ?>
<span class="my-class"><?php bbp_topic_subscription_link(array('subscribe'=> '<i class="genericon genericon-subscribe"></i>Subscribe')); ?></span>
<?php }
Cheers
Mike
Published on April 26th, 2014 by batmanfan
When view under user profile, I could see forum/topic under that profile name and clicked on one of the topic under that profile, but has this message appear…
Error 404
The page you requested cannot be found!
Perhaps you are here because:
The page has moved
The page url has been change
The page no longer exist
I realized that it is a private forum/topic which is not visible to non-logged in users. That’s fine. But instead of displaying the error 404 message, can the admin person modify/personalize the message to say something like. ‘This is a private message, only logged in members can view’?
Thanks.
Published on April 26th, 2014 by yoshimitsu1234
I am using theme which has padding of 35px on side of posts. Same style is used for bbpress as well and i have by bbpress forum topics with 35px padding on both sides. Is there any way i could remove this padding only for bbpress forum and not for normal wordpress posts?