Search Results for '\"wordpress\'
-
AuthorSearch Results
-
May 3, 2010 at 6:59 am #87515
In reply to: adding a "main theme forum"
foxchx
Memberno i mean adding multiple forum “main theme”
sp far all i have as the ability to ad topics…. which is very weird as that’s exactly what wordpress is create topic (post) and discuss them…
i am just trying to figure out what’s the use of such setup… if i can’t add forum, it’s kinda usless to have just a bunch of topics that can’t be sorted…
check out the pick (how do you post a picure in bbpress??)
May 3, 2010 at 3:45 am #87641In reply to: Slashes being added when using certain symbols
Terranb
MemberYep, I have it integrated with wordpress. I’ll give those fixes a shot.
Is there anyway I could add them without hacking core? Maybe as a plugin? This post (https://bbpress.org/forums/topic/slashes-being-added-in-front-of-apostrophes#post-12563) suggests adding this:
if (function_exists('wp_head')) {
// or another check to see if WordPress has been included
add_filter('get_topic_title', 'stripslashes');
add_filter('get_post_text', 'stripslashes');
}to the “WordPress Integration” plugin. Since that plugin is in wordpress, not bbpress it didn’t seem like it would work, but I tried anyway and nothing. One person said it worked. Where might they have been adding it?
Then there is hacking core files, which I’d rather not do since it makes updating more difficult.
May 2, 2010 at 7:56 pm #87624In reply to: bbpress login & registration in wp
kikko088
Memberok but I want that the user put also other information…
I don’t like the wordpress profile manager, i prefer the profile manger of bbpress than i want that all user access only to bbpress profile manager.
May 2, 2010 at 6:50 pm #87622In reply to: bbpress login & registration in wp
kikko088
Membermy bbpress and wordpress ara just integrating, if i’m login with wp i’m login also with bbpress, but while the registration with bbpress the user must insert name, email, site with wordpress the user must insert only a nickname and email…I want to menage the registration only with bbpress….I try to put the html code for login but there is a little problem, until the user isn’t logged in the sidebar there is the login form, but when the user login in the sidebar remains the login form instead “Welcome, user, ecc…..”
There is another way for put login form in the sidebar?
thank you
May 2, 2010 at 6:24 pm #87621In reply to: bbpress login & registration in wp
Ashish Kumar (Ashfame)
ParticipantYou should consider integrating both WordPress and bbPress to have login synchronization (loggin into one will make you login for the other too and the same goes with logout)
May 2, 2010 at 4:52 pm #87546In reply to: WordPress integration.. again
gerikg
MemberYou should have 8 keys total. Replace whatever you have with the keys from the “https://api.wordpress.org/secret-key/1.1/salt”
May 2, 2010 at 1:56 pm #34170Topic: bbpress login & registration in wp
in forum Themeskikko088
Membercan I put bbpress login function on the sidebar of wp?so the user can be login on bbpress profile from a wordpress page…
kikko088?
May 2, 2010 at 12:57 pm #87545In reply to: WordPress integration.. again
rich777
Memberjust going through this.
“Go to your wp-config.php file and highlight line 45 (it starts with define(‘AUTH_KEY’)) to line 48 (starts with define(‘NONCE_KEY’)) and PASTE the new keys. You basically change your 4 keys to 8 keys.”
my wp-config file in the wordpress directory already has 8 keys here, so following your instructions means there is now 12, with some of them appearing twice. that can’t be right? i’ve just pasted the 8 keys from the wordpres site over the 8 keys listed in wp-config file.
went through everything to the T… i run the forum and get this:
Warning: Division by zero in /home/mysite/public_html/members/forum/bb-config.php on line 77
Warning: Division by zero in /home/mysite/public_html/members/forum/bb-config.php on line 77
Warning: Division by zero in /home/mysite/public_html/members/forum/bb-config.php on line 77
Warning: Division by zero in /home/mysite/public_html/members/forum/bb-config.php on line 77
Warning: include_once() [function.include-once]: Filename cannot be empty in /home/mysite/public_html/members/forum/bb-config.php on line 77
Warning: include_once() [function.include]: Failed opening ” for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/mysite/public_html/members/forum/bb-config.php on line 77
Any ideas?
May 2, 2010 at 11:04 am #87544In reply to: WordPress integration.. again
rich777
Memberhey gerikg,
im going to go through you’re tutorial first thing monday morning

thanks for the resource
May 1, 2010 at 5:45 pm #84336In reply to: WordPress theme integrator plugin: Alpha launch
gerikg
MemberI am trying your plugin but the tutorial is worded for people who know what they are doing. Can you simplify it for us simpletons?
May 1, 2010 at 5:36 pm #87543In reply to: WordPress integration.. again
gerikg
Membertry my tutorial: http://wpbbpthemes.org/integration/ it doesn’t have images sorry. Maybe you missed something?
May 1, 2010 at 3:57 pm #87542In reply to: WordPress integration.. again
rich777
MemberHey!
What version of WordPress are you using?
Version 2.9.2
What version of bbPress are you using?
1.0.2
Did you upgrade from an older version of WP?
Fresh WordPress install.
Did you upgrade from an older version of BBP?
Fresh BBPress install.
Which steps or tutorial did you take?
All of them it seems.
Do you use shared hosting service?
Yup.
Does your server use php5 and is it active?
I think so ( http://img218.imageshack.us/img218/231/cpanelx1272729322319.png )
Are you using BuddyPress?
Nope.
I’ve tried twice now – I really like the look of bbpress as well. Would anyone be willing to install it if I throw five quid someones way?
May 1, 2010 at 2:30 pm #87305In reply to: wordpress integration
Terranb
MemberI’m kind of embarrassed so I would be inclined to delete the above post, but in the interest of informing the community I’ll leave it intact.
After updating my wordpress install it’s now working. So it would seem that bbpress plays nicely with the most current WP 3 iteration
May 1, 2010 at 1:53 pm #87304In reply to: wordpress integration
Ashish Kumar (Ashfame)
ParticipantTry this tutorial of mine – http://wpwebhost.com/make-bbpress-theme-match-with-wordpress-by-deep-integration/
May 1, 2010 at 1:30 pm #87303In reply to: wordpress integration
Terranb
MemberI’m having a similar problem when I try calling
require_once(dirname(__FILE__) . '/../wp-load.php');so I can bring my theme into bbpress.This is a WP 3.0 multiuser site on subdomains. The funny thing is I’ve had this working on test sites using WP 3 single user and WP 3 multiuser on subdirectories.
Is there something about it being on subdomains that might cause this? Might differences in the WP .htaccess file cause it?
May 1, 2010 at 6:16 am #87598In reply to: Problem with WordPress User Role Map
Ashish Kumar (Ashfame)
ParticipantThis will fix your issue – http://blog.ashfame.com/2009/09/fix-lost-admin-access-bbpress/
May 1, 2010 at 3:05 am #78485Fabián
Member¡Grande!
PD: Acá está el link http://ayudawordpress.com/bbpress-espanol-v-1-0-2/
May 1, 2010 at 3:03 am #87597In reply to: Problem with WordPress User Role Map
gerikg
MemberMay 1, 2010 at 2:43 am #87537In reply to: Error After Installing
Ashish Kumar (Ashfame)
ParticipantDrop the bbPress tables in the database and re-install. If you are integrating via install only, then choose the WordPress admin username to start with(select from the dropdown), don’t enter the same username as different username as that would cause conflict with the already existing one.
May 1, 2010 at 12:31 am #87535In reply to: Error After Installing
zaerl
ParticipantIf you have integrated bbPress with WordPress (same user database) you cannot choose a login name that already exists in WordPress.
April 30, 2010 at 11:18 pm #34161Topic: Problem with WordPress User Role Map
in forum Troubleshootingmichaelmongeau
MemberI’ve installed bbPress 1.02 with WordPress 2.9.2 and the WordPress user account integration is working. I can login into bbPress with a WordPress account. I’m having a problem with role mapping though. I’ve mapped the WordPress Administrator role to the bbPress Key Master role but when I log into an Administrator account I only see the first set of admin links (Forums, Topics, Posts) and not the second (Appearance, Plugins, Users, Tools, Settings). This makes it kind of hard to administer bbPress. Any ideas? Thanks.
April 30, 2010 at 10:53 pm #87593In reply to: Is bbPress moving forward ?
citizenkeith
Participant1 ticket left before 1.0.3 is ready:
http://bbdevel.wordpress.com/2010/04/25/fortnight-development-report-12-april-to-25-april-2010/
April 30, 2010 at 10:48 pm #80721In reply to: When bbpress 1.0.3?
citizenkeith
ParticipantHere’s the latest on 1.0.3:
http://bbdevel.wordpress.com/2010/04/25/fortnight-development-report-12-april-to-25-april-2010/
April 30, 2010 at 10:34 pm #87147In reply to: WordPress 2.9.2 and bbpress cookies integration.
jakshi
MemberI read your article, and I sure that I done all this step (instead setup of new wordpress, I use my blog that already existed ), but cookie integration with 64 chars keys still not work.
April 30, 2010 at 7:44 pm #87146In reply to: WordPress 2.9.2 and bbpress cookies integration.
Ashish Kumar (Ashfame)
ParticipantI have always done all my integrations with the keys generated from the link gerikg shared.
You can take a look at my tutorial – http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/
and you will only need secure_auth_salt key when you are using https protocol
-
AuthorSearch Results