Search Results for '"wordpress"'
-
AuthorSearch Results
-
October 2, 2009 at 11:05 pm #79769
In reply to: WordPress Integration
vladimir.malyk
Member> can you check if you use www. in any of the urls.
If I remove www in WP – website become unreachable.
If I remove www in BB (from http://www.mnenie.dp.ua to http://mnenie.dp.ua in integration section), login and logout in forum and www becomes independent at all.
October 2, 2009 at 9:54 pm #79768In reply to: WordPress Integration
gerikg
Memberokay, not it. I know you probably check but check again in your admin section both WP and BB, I know I wrote this before but can you check if you use www. in any of the urls.
October 2, 2009 at 8:54 pm #79767In reply to: WordPress Integration
vladimir.malyk
Member> after you made those changes you have to “reset” your browser. Clear your cache/cookies
Obviously.
> and yes it can be the htaccess file…
for www:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
for forum:
<IfModule mod_rewrite.c>
Options +MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
October 2, 2009 at 8:43 pm #79766In reply to: WordPress Integration
gerikg
Memberafter you made those changes you have to “reset” your browser. Clear your cache/cookies and yes it can be the htaccess file…
October 2, 2009 at 7:50 pm #80063In reply to: Is it just me or does the plugin search suck?
chrishajer
ParticipantIt does suck. I always just use google like “site:bbpress.org/forum/” or “site:bbpress.org/plugins/” with my keyword.
The WordPress.org search used to suck equally hard but it got better a while back. Still sucks here. I accept that it sucks and move along.
There were some plugin attempts at better search for bbPress, but I don’t think they’d install a plugin just to improve the plugin search here. I think they used Sphinx at WordPress.org to fix their search:
https://wordpress.org/development/2009/02/new-and-improved-plugins-directory-search/
October 2, 2009 at 4:39 pm #79970In reply to: removing tags
Adam Harley (Kawauso)
MemberEverything dynamic in bbPress/WordPress is stored in the database, and tags are stored in one table but referenced in others. Better to fix the underlying problem.
October 2, 2009 at 3:47 pm #71850In reply to: Can’t Edit the Keymaster’s profile?
skixc
MemberHi – I’m getting a similar error – only it occurs for some general users. I integrated BBPress 1.02 with WordPress 2.7. Everything seems to be working fine, but some users report getting a “user not found error” when the click on the “view Profile” link. I checked the database, and all have user nicenames. Any thought?
October 2, 2009 at 2:02 pm #80049anaon
MemberThanks a lot for your help!
Actually it displays a link “view your profile” as you can see here : http://www.spleenarcana.com/forums/topic/what-are-you-listening-to-right-now
But I explained it in a bad way because I’d like a link to my WordPress profile pages, for example :
http://www.spleenarcana.com/members/admin/ (where “admin” is the nicename and I changed “author” for members)
Do you think it’s possible?
October 2, 2009 at 12:14 pm #79765In reply to: WordPress Integration
vladimir.malyk
MemberCould it be due to some .htaccess stuff? I mean cookie trouble.
October 2, 2009 at 6:59 am #79764In reply to: WordPress Integration
vladimir.malyk
Member> try adding define( ‘COOKIE_DOMAIN’, ‘.mnenie.dp.ua’ ); to bb-config
Done. Same result.
October 2, 2009 at 12:34 am #80011gerikg
MemberThe way I did it was to duplicate kakamei theme (not the blue) and put it in the my-template.
Then started with the BB header, I copied what was in the WP header. I took everything out after the body tag except for the “main” div. The BB footer I did the same. I just made sure there were enough div closing tags. Then copied over the codes that apply for the header and footer from the WP css. Most WP theme has two column one main and one sidebar. I treated BB like it was wordpress, one side the main section and the other sidebar. I treated the MAIN div as the main section and View/Hottags as the sidebar. I know this is not the best explanation but I hope you get the idea. It just takes a lot of css work.
October 1, 2009 at 11:41 pm #79763In reply to: WordPress Integration
gerikg
Membertry adding
define( 'COOKIE_DOMAIN', '.mnenie.dp.ua' ); to bb-configOctober 1, 2009 at 10:20 pm #79762In reply to: WordPress Integration
vladimir.malyk
MemberCookie integration trouble.
1. When I’m trying integrate http://127.0.0.1/wordpress and http://127.0.0.1/forum – everything works fine.
2. But when I’m trying integrate http://www.mnenie.dp.ua and http://forum.mnenie.dp.ua – everything is bad. Login to www – causes logout forum, and login forum causes logout www.
The only difference between configurations is define( ‘COOKIE_DOMAIN’, ‘.mnenie.dp.ua’ ); in wp-config.php.
Any ideas?
October 1, 2009 at 7:07 pm #64197In reply to: I want to show de WP profile instead BB Profille
Ivaylo Draganov
MemberI guess the most simple (and painless) way to do this will be to redirect/rewrite the profile URL from bbPress to point to the profile URL in WordPress.
You can reference the profile by the ID – in bbPress it goes like http://example.com/bbpress/profile.php?id=1 and it is equivalent to http://example.com/wordpress/?author=1
You just need some .htaccess magic
October 1, 2009 at 7:02 pm #31943anaon
MemberHello,
I would like to display a link to the profiles of my WordPress website on the post.php file, just below the username and avatar.
I tried a code that I found in the profile.php file : <?php echo get_user_display_name( $user->ID ); ?>
But I can’t even make it work. Is it possible to get the Worpress user nicename to create this link? I did a complete WP/BBpress integration…
Thanks a lot for your help
October 1, 2009 at 7:37 am #80014carlosdelab
MemberThanks, John
I will try again this night installing out of wordpress.
best
c.
MJ
Memberon the plugin, BuddyBar in bbPress
https://wordpress.org/extend/plugins/buddybar-in-bbpress/
I just updated to buddypress 1.1 so that it can work, would you like to get admin info!
chrishajer
ParticipantWhere did you get instructions to do it like that? I seem to recall someone posting with that status 200 “all rosy” in the past but I don’t know where those instructions are coming from.
https://bbpress.org/forums/topic/next-page-link-redirects-to-wordpress-login-page
https://bbpress.org/forums/topic/integrating-wpmu-trunk-and-bbpress-rc2#post-36959
https://bbpress.org/forums/topic/bbpress-integration-plugin-for-wpmu#post-36984
How about this WordPress plugin, if you’re integrated?
September 30, 2009 at 10:54 pm #80013johnhiler
MemberIt looks like you’re trying to install bbPress as a plugin within WordPress?
It’s actually a separate program… you have to install it separately from WordPress. You can integrate the two, so that they have shared users.
September 30, 2009 at 9:05 pm #31934Topic: Current info on WordPress and BBPress Theme integration
in forum Installationkaz1844
MemberI have been combing the forums and have found a variety of answers to this, but many are old and am wondering what the most current directions are for using WordPress headers and footers to unify the look and navigation with the BBPress section with the of my site. I have simple directory structure, i.e. wordpress in the root, bbpress as a subdirectory, and have completed cookie and user integration. Any advice or links to current threads would be great. Thanks.
September 30, 2009 at 7:30 pm #64937In reply to: Make BBPress a Page in WordPress???
kaz1844
Memberhere’s what I did to get a page in wordpress in my navigation bar that redirects to the bbpress part of my site: set up a page template and made sure it was selected when I set up the forum page in wordpress – the template simply included redirection code:
<?php
/*
Template Name: Forum Section
*/
?>
<?php
header( ‘Location: http://www.yourdomain.com/your-forum-name-directory’ ) ;
?>
September 30, 2009 at 5:33 pm #75592joseffb
MemberNot working.
The bbpress plugin didn’t give me a domain name so I added it in, but I had to leave it off of the wp-config because if I add it in then the primary domain (with a different domain name) can’t login correctly.
Primary = theitsites.com (blog ID 1)
Secondary = channeltechcenter.com (blog ID 15)
Forum = channeltechcenter.com/forum
This is how my config files look now:
bb-config.php:
define( ‘SITECOOKIEPATH’, ‘/’ );
define( ‘COOKIEPATH’, ‘/’ );
define( ‘COOKIE_DOMAIN’, ‘.channeltechcenter.com’ );
/**#@+
* Authentication Unique Keys.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/bbpress/ WordPress.org secret-key service}
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
*
* @since 2.6.0
*psuedo keys for example.
*/
define(‘AUTH_KEY’, ‘TTm1LH+ujM}EMaa*{~>?q|GCvQO&.Yi?UuXOTB}Y{eD78Ew;,v[,wMVy7AI8IW^i’);
define(‘SECURE_AUTH_KEY’, ‘fv-=YGe08*cM>$7UkQUEp##.LU@{oE/1Y!!&fB<CSd1iuO(,OL=/1aFB::8[:-4U’);
define(‘LOGGED_IN_KEY’, ‘v;F@8Oq+nF</b^|C{+:en&G/w-(d.gG(+ |;mlH%OlG+!`_|_&~EQvwV&+7#T5t=’);
define(‘NONCE_KEY’, ‘!XG!+oY_BGgjPq;g^}@`3d{g7+Wtt0bFfHn5dx?>/Gu*O)U{QxZy|S3<:YR(N@b.’);
define(‘AUTH_SALT’, ‘9|w7:dtp.e8ST$$ D!]l^lz~ue{Kln|R/o@-X|i0~o|?>s;[Sq#A4z*_gb[g#ZOZ’);
define(‘SECURE_AUTH_SALT’, ‘EPtQFM)4AL^Z`QIN&v9{g,xtZxQCUz8M<F0B|YSkvfDTp>fhTIficKU/R h9lR%A’);
define(‘LOGGED_IN_SALT’, ‘YReh`^4tc~-itnl!cNLeJ~EmF>+||Tn5nyiAv|i6{U^_CQOx=yz#>9aIiq?;-cBh’);
define(‘NONCE_SALT’, ‘n[ZOFHB1^vX[|5&3Rq;NT%c.8^.NN71.(IR+8#Lt.(De5q5 ~=*V;C.Z1F|H[Bbj’);
WP-Config.php:
define( ‘SITECOOKIEPATH’, ‘/’ );
define( ‘COOKIEPATH’, ‘/’ );
/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);
define(‘VHOST’, ‘yes’);
$base = ‘/’;
define(‘DOMAIN_CURRENT_SITE’, ‘theitsites.com’ );
define(‘PATH_CURRENT_SITE’, ‘/’ );
define(‘SITE_ID_CURRENT_SITE’, 1);
define(‘BLOGID_CURRENT_SITE’, ‘1’ );
/**#@+
* Authentication Unique Keys.
*
* Change these to different unique phrases!
* You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service}
*
* @since 2.6.0
*/
define(‘AUTH_KEY’, ‘TTm1LH+ujM}EMaa*{~>?q|GCvQO&.Yi?UuXOTB}Y{eD78Ew;,v[,wMVy7AI8IW^i’);
define(‘SECURE_AUTH_KEY’, ‘fv-=YGe08*cM>$7UkQUEp##.LU@{oE/1Y!!&fB<CSd1iuO(,OL=/1aFB::8[:-4U’);
define(‘LOGGED_IN_KEY’, ‘v;F@8Oq+nF</b^|C{+:en&G/w-(d.gG(+ |;mlH%OlG+!`_|_&~EQvwV&+7#T5t=’);
define(‘NONCE_KEY’, ‘!XG!+oY_BGgjPq;g^}@`3d{g7+Wtt0bFfHn5dx?>/Gu*O)U{QxZy|S3<:YR(N@b.’);
define(‘AUTH_SALT’, ‘9|w7:dtp.e8ST$$ D!]l^lz~ue{Kln|R/o@-X|i0~o|?>s;[Sq#A4z*_gb[g#ZOZ’);
define(‘SECURE_AUTH_SALT’, ‘EPtQFM)4AL^Z`QIN&v9{g,xtZxQCUz8M<F0B|YSkvfDTp>fhTIficKU/R h9lR%A’);
define(‘LOGGED_IN_SALT’, ‘YReh`^4tc~-itnl!cNLeJ~EmF>+||Tn5nyiAv|i6{U^_CQOx=yz#>9aIiq?;-cBh’);
define(‘NONCE_SALT’, ‘n[ZOFHB1^vX[|5&3Rq;NT%c.8^.NN71.(IR+8#Lt.(De5q5 ~=*V;C.Z1F|H[Bbj’);
Please feel free to email me
joseff at theitsites d0t c0m
September 29, 2009 at 7:13 pm #79933In reply to: New installation fail
johnhiler
MemberYah it’s not a WordPress plugin… it’s separate software which has plugins of its own.
There are WordPress plugins like this one that offer very basic forum functionality:
https://wordpress.org/extend/plugins/wpforum/
You might want to try something like that, if you’re not comfortable installing standalone forum software…
Good luck!
September 29, 2009 at 7:00 pm #31920Topic: new deep integration WP/BB deal site: BargainJack.com
in forum Showcasedustin999
MemberHey guys! Just wanted to get some feedback on my newly redesigned deals and coupons site, bargainjack.com. I’m using wordpress, coupled with a lot of customization/plugins, as well as BBPress for all of my forums. I’ve even integrated feedback on each product/deal landing page which goes directly to bbpress.
Please let me know what you think, or if you have any suggestions!
Thanks,
Dustin
September 29, 2009 at 6:39 pm #79931In reply to: New installation fail
johnhiler
MemberAre you installing bbPress as a plugin in a WordPress site? That would trigger an error like the one you reported…
-
AuthorSearch Results