Search Results for 'bbpress'
-
AuthorSearch Results
-
January 29, 2013 at 2:38 pm #125731
rossagrant
ParticipantNice one JJ,
ticket is here: https://bbpress.trac.wordpress.org/ticket/2185
Phew… glad that wasn’t just me going mad!
January 29, 2013 at 2:28 pm #125729In reply to: First post not visible to not logged in users
John James Jacoby
KeymasterHappy you figured it out. s2Member and other capability manipulating plugins have a tendency to conflict with bbPress and the way it handles roles and capabilities. I think some fixes went into s2Member to improve this, but it’s possible there’s still more issues to work out.
January 29, 2013 at 2:16 pm #125727In reply to: First post not visible to not logged in users
John James Jacoby
KeymasterDoes the 2.3 beta fix this for you?
What plugins besides BuddyPress are you running? Is one of them conflicting?
January 29, 2013 at 1:46 pm #125723In reply to: New to bbPress, confused on theming? Please help!
pjv
ParticipantThe answer to my question about which template is being rendered (at least in my case) was `page.php`.
That’s `page.php` from your theme.
So if you, like me, want to do things to the main template in which the bbpress forums are housed, you can use `page.php`.
If you, like me, want to do things to that template ONLY for bbpress stuff, but not for other “pages” in your site, you can use the php function `is_bbpress()` in that template to render conditional html based on whether it is a bbpress page or not.
This seems like amazingly basic and obvious information that I was only able to discern by gritting my teeth and putting bbpress into the text editor and reading through A LOT of code. If this information is documented somewhere easy to find, please enlighten me so that i can perform the requisite face palm. If it’s not, why not?
This is untested by me, but digging through some more code, it looks like you might be able to create a custom home-base template for your bbpress forum by copying the original `page.php` into a new file and naming it any of:”
`’plugin-bbpress.php’,
‘bbpress.php’,
‘forums.php’,
‘forum.php’,
‘generic.php’`January 29, 2013 at 1:40 pm #125721John James Jacoby
KeymasterYou’re correct, `is_bbpress()` should be what you’re looking for.
January 29, 2013 at 1:29 pm #125720pjv
Participantlooks like it might be `is_bbpress()` that i am looking for. will report back if that doesn’t work.
EDIT: yup, that was it.
January 29, 2013 at 12:56 pm #125719Topic: php function to tell (in a template) whether it is bbpress?
in forum Themespjv
Participantusing bbpress 2.2.4, wordpress 3.5.1
I want to make some conditional changes to my main template depending on whether it is rendering bbpress forums or the rest of the site.
something like:
` if (this_is_a_bbpress_page()) :
div class=”abc”
else :
div class=”xyz”
endif;`Is there something like that this_is_a_bbpress_page() function?
January 29, 2013 at 10:32 am #125716rossagrant
ParticipantJust to update on testing too, I have fully tested this now and can recreate it on all of my installs and a brand new install of BP 1.6.3, WP 3.5 and BBPress 2.2.4.
Admin can post @mentions freely, but regular BP members (assigned participant role) can’t without that error in the log appearing.
The @mention still works as it should but I can’t for the life of me see why it’s throwing that error.
I’ve tried it and get the same result on 3 separate servers now too. I have tried it with BP-Default and NO plugins except for BP and BBPress.
If you guys need me to test anything else at all, please shout up.
Should I create a ticket in TRAC?
January 29, 2013 at 9:58 am #125714In reply to: New to bbPress, confused on theming? Please help!
pjv
ParticipantI agree the lack of basic, getting started documentation for CURRENT bbpress is pretty frustrating. Just a basic roadmap of how the plugin works and which template and functions files are the key ones for making basic changes would be very helpful. A high-level technical overview of what is what and where.
For example, does anyone know which template is being rendered when I go to my-site.com/forums? More importantly, can anyone give me the rosetta stone so that I could figure something like that out myself at a glance without having to read through a ton of code?
January 29, 2013 at 8:55 am #125713rossagrant
Participant@johnjamesjacoby Cheers JJ. I’ve just tested with bbpress2.3 beta 1 and I still get the same behaviour.
Admin can use @mentions and no syntax error appears in the error log.
As soon as a regular participant does, then they get this error:
`[29-Jan-2013 12:51:38 UTC] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘http://www.mysite.tv/members/admin/’ rel=’nofollow’>@admin mentio’ at line 1 for query SELECT ID FROM wp_posts WHERE post_type = ‘reply’ AND post_status != ‘trash’ AND post_author = 40 AND post_content = ‘Now testing @admin mention in a forum post.’ AND post_parent = ‘9865’ LIMIT 1 made by require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), call_user_func_array, bbp_template_redirect, do_action(‘bbp_template_redirect’), call_user_func_array, bbp_post_request, do_action(‘bbp_post_request’), call_user_func_array, bbp_new_reply_handler, bbp_check_for_duplicate`
Only happens with participants.
Can you replicate this in your error log at all?
January 29, 2013 at 8:44 am #125712Topic: Add forum roles
in forum Troubleshootinganallabres
ParticipantI have read the whole ‘Roles and Capabilities in bbPress 2.2’ thread but still not sure if there is a way of adding new forum roles.
I’ve got groups of people answering members questions and I want them to be identified by their expertise (ie. Mentor, Advisor, …) to know how reliable is the answer.
Is it possible?
Thanks!
January 29, 2013 at 8:14 am #125711In reply to: 3 levels of membership roles using bbPress 2.2.1
anallabres
ParticipantI have the same problem with the role ‘custom titles’. I am using the string swap plugin but need to add some more roles and can not see the way. Any idea?
January 29, 2013 at 2:01 am #125707In reply to: bbPress 2.2.4 Released
Stephen Edgar
KeymasterI hope the silence wasn’t too deafening 😉
January 29, 2013 at 2:00 am #125706In reply to: Vbulletin 4.2 to bbPress 2.2.3
Stephen Edgar
KeymasterThere will be an update to the vBulletin import tool released with the upcoming bbPress 2.3
January 29, 2013 at 1:58 am #125705In reply to: Import forums Issue (Phpbb)
Stephen Edgar
KeymasterYou can also get the correct settings from your phpBB config file via FTP to your site or via your web host file manager for your phpBB install. /public_html/phpbbv3/config.php
`// phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = ‘mysqli’;
$dbhost = ”;
$dbport = ”;
$dbname = ‘my_phpbb_database_name’;
$dbuser = ‘my_database_user_name’;
$dbpasswd = ‘mypassword’;
$table_prefix = ‘phpbb_’;
$acm_type = ‘file’;
$load_extensions = ”;
@define(‘PHPBB_INSTALLED’, true);
// @define(‘DEBUG’, true);
// @define(‘DEBUG_EXTRA’, true);
`Copy the $dbname, $dbuser, $dbpasswd & $table_prefix values from this file into the bbPress import settings
January 29, 2013 at 12:51 am #125699In reply to: New Italian Wine Lifestyle Forum
Stephen Edgar
KeymasterIts rather impressive to say the least, extremelly well integrated with your theme.
I particularly like this topic showing what an awesome bbPress topic looks like 🙂
Cheers,
Stephen
January 29, 2013 at 12:14 am #125698John James Jacoby
KeymasterNo worries. Here you go.
January 29, 2013 at 12:02 am #125697In reply to: Problem to convert Simple Press to bbpress
Stephen Edgar
KeymasterFrom a Google cache of your phpBB site as your site is offline at the moment
Mensajes totales 34077 | Temas totales 6981
The 34077 is total posts and this includes topics AND replies so:
34077 – 6981 = 27093
Topics = 6981
Replies = 27093
(These numbers will be inaccurate as they are from Google cache)January 28, 2013 at 11:40 pm #125696In reply to: I need serious help with bbpress integration
anickers
ParticipantAnyway, I solved it my way.
Thanks
January 28, 2013 at 8:11 pm #125691In reply to: I need serious help with bbpress integration
anickers
ParticipantWhy  no one is replying, I am looking for someone pro with bbpress shall take this question as challenging and reply me. I would glad to offer him/her thanks.
January 28, 2013 at 7:02 pm #125689In reply to: I need serious help with bbpress integration
anickers
ParticipantHow did you manage, the two path?
January 28, 2013 at 6:53 pm #125688In reply to: Vbulletin 4.2 to bbPress 2.2.3
iosqar
ParticipantCan you told us how can you solved your problem? I have the same prob.
thanks!
January 28, 2013 at 5:09 pm #125686In reply to: Roles and Capabilities in bbPress 2.2
nubc
ParticipantSo I found a fix for my error. I downloaded the user role editor and found that all of my permissions had been changed for the subscriber. Changed them back to allow forum access and it’s been working just as before.
January 28, 2013 at 4:58 pm #125685In reply to: bbPress 2.2.4 Released
moebis
Participantbeta1 of 2.3 now allows image embedding.
January 28, 2013 at 4:51 pm #125684In reply to: TinyMCE plugins does not work with bbPress
moebis
ParticipantHe’s right, the new beta1 is looking good. You can also now embed images (notice the new icon, looks like a tree):

-
AuthorSearch Results