Search Results for 'code'
-
AuthorSearch Results
-
April 27, 2010 at 8:55 pm #87294
In reply to: wordpress integration
chrishajer
ParticipantIf it’s returning a blank page, I think that means you’re getting a Internal Server Error code 500. If you take that line out, can you use bbPress?
April 27, 2010 at 8:27 pm #33175Topic: Guranteed Fix for WP/bbPress Integration!
in forum Troubleshootingdriz
MemberMake sure you have this at the top of both WP and bbPress .htaccess files
AddHandler php5-script .phpApril 27, 2010 at 8:27 pm #87293In reply to: wordpress integration
zaerl
Participantwp-load.php is just a file that contains WordPress code and doesn’t echo anything.
April 27, 2010 at 8:20 pm #85392In reply to: cannot edit forums
hypeadmin
MemberI have the same problem, which I think is the result of some javascript somewhere in the bowels of bbpress changing the visibility of the view | edit | delete links on mouseover.
I haven’t a clue where in the bbpress code to look to fix this, but I do have a potential solution for you, steviemac: try a different browser. This problem exists for me only in IE. No problem with Firefox.
It would be great if someone could track down the code and fix it so that it works correctly in all browsers. I have no love for IE, but it would be nice if the admin page didn’t break with that browser.
April 27, 2010 at 7:26 pm #87422In reply to: Customisation work of bbPress and WP Hybrid theme
Ashish Kumar (Ashfame)
ParticipantApril 27, 2010 at 4:57 pm #87089In reply to: Compatibility ….
evilgeek23
Memberthats not a spam script ….. it has a verification thingy built in ….. u always have to put in the code …. and there is a 10 emails per day limit on an ip …..
btw ill post the error a bit later as im goin to sleep right now … “please”
April 27, 2010 at 4:18 pm #87215In reply to: Remove user website link from topic
April 27, 2010 at 4:14 pm #87214In reply to: Remove user website link from topic
zaerl
Participant<p>
<strong><?php post_author(); ?></strong><br />
<small><?php post_author_title_link(); ?></small>
</p>April 27, 2010 at 3:11 pm #87086In reply to: Compatibility ….
evilgeek23
Memberkevin , i said i will use that DOMAIN , not that website …. i use that website for testing any php scripts i code… my wordpress blog is local currently ….
and btw , signatures aint workin in 1.0.2
April 27, 2010 at 2:29 pm #87084In reply to: Compatibility ….
kevinjohngallagher
MemberEvilGeek,
With all due respect, what basic features we had working in 0.9 still work in 1.0. bbPress 1.0 didn’t take-away/change any of the basic features in the core; if anything it added to them slightly. Yes ther are basic forum features that bbPress doesn’t have, but then it’s never had them.
I doubt anyone will convert the plugins you need for free because 1) if they wanted to they would have done so already, 2) you’ve only been part of the project for 1 week and 3) You didn’t say please (manners count for alot)!
You could pay for someone to convert them for you, but that would be a separate request, and would be time consuming (and possibly/probably expensive).
Also, please don’t bump your thread, especially as you bumped it 2 minutes after you last posted, thats just stooopid – this forum aint that busy

And finally, its not for me to be anyone else’s moral voice, but man, thats a poor assed website; with the sole purpose of sending spam email.
April 27, 2010 at 12:41 pm #87209In reply to: Remove user website link from topic
April 27, 2010 at 7:00 am #87129In reply to: WordPress 2.9.2 and bbpress cookies integration.
jakshi
MemberCheck wp-config.php and bb-config.php closely. May be you forget something to do.
Did you cut to 32 chars BB_AUTH_KEY = AUTH_KEY, BB_SECURE_AUTH_KEY=SECURE_AUTH_KEY in wp-config.php and bb-config.php?
I have working cookie integration now.
My wp-config.php (without comments and passwords)
<?php
define( ‘COOKIEPATH’, ‘/’ );
define(‘DB_NAME’, ‘wordpress’);
define(‘DB_USER’, ‘wpuser’);
define(‘DB_PASSWORD’, ‘StrongPassword’);
define(‘DB_HOST’, ‘localhost’);
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ‘utf8_general_ci’);
define(‘AUTH_KEY’, ’32charsalphanumerickeys’);
define(‘SECURE_AUTH_KEY’, ’32charsalphanumerickeys’);
define(‘LOGGED_IN_KEY’, ’32charsalphanumerickeys’);
define(‘NONCE_KEY’, ’32charsalphanumerickeys’);
$table_prefix = ‘wp_’;
define (‘WPLANG’, ‘ru_RU’);
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);
require_once(ABSPATH . ‘wp-settings.php’);
?>
My bb-config.php (without comments and passwords)
<?php
define( ‘COOKIEPATH’, ‘/’ );
define( ‘BBDB_NAME’, ‘wordpress’ );
define( ‘BBDB_USER’, ‘wpuser’ );
define( ‘BBDB_PASSWORD’, ‘StrongPassword’ );
define( ‘BBDB_HOST’, ‘localhost’ );
define( ‘BBDB_CHARSET’, ‘utf8’ );
define( ‘BBDB_COLLATE’, ‘utf8_general_ci’ );
define( ‘BB_AUTH_KEY’, ’32charsalphanumerickeys’ );
define( ‘BB_SECURE_AUTH_KEY’, ’32charsalphanumerickeys’ );
define( ‘BB_LOGGED_IN_KEY’, ’32charsalphanumerickeys’ );
define( ‘BB_NONCE_KEY’, ’32charsalphanumerickeys’ );
$bb_table_prefix = ‘bb_’;
define( ‘BB_LANG’, ‘ru_RU’ );
?>
There are a lot mention about problem with cookie integration wordpress 2.9.2 and bbpress 1.0.2 .
So you are one of the many
April 27, 2010 at 6:16 am #87409In reply to: Download Issues for you to resolve
chrishajer
ParticipantWordPress mentions creating the database first, in (2) here:
https://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Install
Their docs are a lot more comprehensive than those for bbPress.
April 26, 2010 at 9:44 pm #87398In reply to: Link paste limitation – after 10 posts
pagal
Participantmail sent
April 26, 2010 at 9:29 pm #87268In reply to: My Account Is Dead
ericnovak2
MemberI see that is says in the number of views, “array.” I assumed that means something is wrong with the account and I didn’t get any answers which could mean I just post really stupid stuff
April 26, 2010 at 8:27 pm #87395In reply to: Link paste limitation – after 10 posts
zaerl
ParticipantPlease take note that the “10” limit is hardcoded. I can make an admin panel if you need to change the value. Or you can simply modify it in za-link-limitation.php line 10.
April 26, 2010 at 8:21 pm #87393In reply to: Link paste limitation – after 10 posts
pagal
Participantzaerl you are amazing…
April 26, 2010 at 6:34 pm #87317In reply to: Direct code to post url
f00f
MemberYou want to look here to find such a function: https://trac.bbpress.org/ticket/1207
April 26, 2010 at 4:57 pm #87347In reply to: BuddyPress Default theme for bbPress
wemaflo
MemberI have activated your theme, it works great! Tanks for that!
But deep integration is a little bit too much in my opinion
April 26, 2010 at 4:38 pm #68596In reply to: Theme: WP Mimic Released (v.02)
KateS30
MemberSo nobody has this WP Mimic bbpress theme

thanks anyways
April 26, 2010 at 1:46 pm #87316In reply to: Direct code to post url
chandersbs
MemberTo give an example. A piece of code generates the post url of each reply in this topic, see below:
https://bbpress.org/forums/topic/direct-code-to-post-url#post-67639
https://bbpress.org/forums/topic/direct-code-to-post-url#post-67659
https://bbpress.org/forums/topic/direct-code-to-post-url#post-67660
i want the code that generates that unique url for each reply.
Is there a way?
April 26, 2010 at 12:17 pm #87315In reply to: Direct code to post url
zaerl
ParticipantYes. The post URL is just an anchor URL appended to the topic URL like in many BBS engine out there. As ashfame said you can’t have a page that display only a single post. But what you want can be easily achieved with a plugin.
April 26, 2010 at 5:14 am #87370In reply to: Special Member Acknowledgement?
chrishajer
ParticipantThe author ID should be pretty constant no matter what you do with migration or upgrade. The worst thing about it is that you will be hard coding the author ID in your style.css. You could always create a plugin and make an admin page, but if it’s not going to happen too often, simply editing the style.css should not be too bad. I can imagine a couple different classes (super member, cool dude, expert, pro, etc) then for each of those defined classes you would just add to the members that applies to:
.pro, .author-14, .author-355, .author-84 {
font-weight: bold;
background-color: #666;
border: 1px solid #CCC;
}You would just add more
.author-classes to your CSS to have that new author highlighted like others of the same stature.April 26, 2010 at 12:19 am #87346In reply to: BuddyPress Default theme for bbPress
Arturo
Participantif you want the simple theme is easy to “fix”
tomorrow i create a simple theme for bbpress
April 25, 2010 at 11:08 pm #87314In reply to: Direct code to post url
Ashish Kumar (Ashfame)
Participant@chanderbs
a post don’t have its own page like in other forum scripts, if that’s what you looking for
-
AuthorSearch Results