Search Results for 'code'
-
AuthorSearch Results
-
March 21, 2010 at 1:40 pm #85965
In reply to: WP & BB Integration failed
leander8728
MemberThanks, it works
March 20, 2010 at 9:39 pm #85885In reply to: licence agreement
Kevin Ryman
ParticipantNo problem, Alex!
March 20, 2010 at 9:39 pm #85987In reply to: How to use bbvideo?
Kevin Ryman
ParticipantI haven’t use TinyMCE (for comments) with BBvideo. Why not try using BBcode Lite? https://bbpress.org/plugins/topic/bbcode-lite/ It works with BBvideo.
March 20, 2010 at 7:44 pm #85986In reply to: How to use bbvideo?
johnhiler
MemberWhen I just add a normal YouTube link, the video embed shows up for me when bbVideo is activated!
But I had to turn off bbVideo, because it didn’t work with TinyMCE enabled and the rich text editor turned on… I guess that extra a href code threw it off?
March 20, 2010 at 7:38 pm #85985In reply to: How to use bbvideo?
Kevin Ryman
ParticipantHello there! BBvideo supports 14 video streaming portals. They are listed below.
- Youtube
- Myvideo
- Funnyordie
- Gametrailers
- Collegehumor
- Dailymotion
- Glumbert
- Liveleak
- Redtube
- Googlevideo
- Sevenload
- Metacafe
- Clipfish
- Vimeo
Adult website links were removed for this post. However, they are still listed above.

Example
All you need to do is copy the video url and paste it in your post. No embed code needed!
Please read:
March 20, 2010 at 5:29 pm #74663In reply to: Testing Embeded Video
analytico
MemberHow to embed video using bbcode ? What syntax?
March 20, 2010 at 2:15 pm #85981Gautam Gupta
Participant1) Yes, you’ve heard correct that project is almost dead as no development is taking place for weeks. Also, more chances are that it will be converted into a WordPress plugin (but some methods might be made available to transfer your data from the bbPress install to the plugin).
2) bbPress 1.0 was almost a rewrite of 0.9, so a lot of code changed and the plugins became incompatible. _ck_, a major plugin developer and contributor to the project left because the project was not getting attention from months. You can check her website – http://bbshowcase.com
3) Can’t say anything about the timings….
4) That has been reported in #1181
March 20, 2010 at 4:35 am #68054In reply to: Here’s how to install Avatar Upload plugin
imcoach
MemberYeah, I’ve just spent the last 2 hours trying to figure this out… At first I thought I was just reading the instructions wrong. I’ve been trying to read into it and plop code randomly. I’ve gone over the instructions as to which file to put where about 5 times……..
…I’ll let you know if I figure it out, lol.. if I don’t give up shortly and go back to phpbb.
March 19, 2010 at 4:25 pm #85866In reply to: Problem upgrading from 0.904 to 1.0
inerxia
MemberThanks, here is the php:
And one final question , there is a way to reinstall using the same database and directory ?
<?php
/**
* The base configurations of bbPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys and bbPress Language. You can get the MySQL settings from your
* web host.
*
* This file is used by the installer during installation.
*
* @package bbPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for bbPress */
define( 'BBDB_NAME', 'organica_foro' );
/** MySQL database username */
define( 'BBDB_USER', 'organica_ineFORO' );
/** MySQL database password */
define( 'BBDB_PASSWORD', '********' );
/** MySQL hostname */
define( 'BBDB_HOST', '' );
/** Database Charset to use in creating database tables. */
define( 'BBDB_CHARSET', '' );
/** The Database Collate type. Don't change this if in doubt. */
define( 'BBDB_COLLATE', '' );
/**#@+
* 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}
*
* @since 1.0
*/
// edited keys chrishajer 19 March 2010
define('BB_AUTH_KEY', 'gUpvcuMfP+tDsXUus|(|9|/G4Owo@=;C697V[[ZPd+|W)BVK-[U,fi/H2r+VOj');
define('BB_SECURE_AUTH_KEY', 'sf8;HNH}7%N#_|=$d4(_(yV8Wt&R($kL+)JS@}Kno-Q2jfkOm|BUL-i**&f_Wg');
define('BB_LOGGED_IN_KEY', 'm}Xc?tvc 3;o)JUVdxDm%F[V96V<+zyka239SbV<^2)o[/tV>Q4&kW$B4ik(NA');
define('BB_NONCE_KEY', ';k,c^0G4nz9eZS#-cF7((.smjv.GtAz+.WZd<G544PzG.Mz*Cztr]|Gaw:-(!=');
/**#@-*/
/**
* bbPress Database Table prefix.
*
* You can have multiple installations in one database if you give each a unique
* prefix. Only numbers, letters, and underscores please!
*/
$bb_table_prefix = 'bb_';
/**
* bbPress Localized Language, defaults to English.
*
* Change this to localize bbPress. A corresponding MO file for the chosen
* language must be installed to a directory called "my-languages" in the root
* directory of bbPress. For example, install de.mo to "my-languages" and set
* BB_LANG to 'de' to enable German language support.
*/
define( 'BB_LANG', 'es_ES' );
?>March 19, 2010 at 4:29 am #85777ipunkbali
Memberthank you chrishajer. it works!
But I changed my mind, i prefer latest discussion on top.
March 19, 2010 at 2:33 am #84900In reply to: bbPress as a WordPress Plugin – Thoughts
paulhawke
Member@crosescu – there’s an interesting argument that would say more people would use wordpress (and for that matter bbPress too) if the codebase werent a monolithic structure. For instance, the ability to swap out user authentication to do single-signon against a Kerberos server rather than the built-in user-auth, or against the code in Mediawiki, should I want to integrate there. My hope is that merging yet more code in wont cause the entire house of cards to collapse around our ears.
March 19, 2010 at 2:04 am #84899In reply to: bbPress as a WordPress Plugin – Thoughts
Cristian
MemberIt makes perfect sense for making bbPress a plugin for WordPress.
Now that WordPress MU code has been merged into WordPress 3.0 making bbPress a plugin should be even easier. bbPress already barrows a lot of code from WordPress anyway and also bbPress uses the exact same database tables (ie taxonomy tables)
A lot more people would be using bbPress on their WordPress powered websites if the issues related to the integration of the two separate login systems no longer existed and people were also able to easily use the same theme they have on their blog.
The standalone bbPress should probably stay but i think bbPress would be used by a lot more people than it is now if it was made a plugin.
March 18, 2010 at 10:39 am #85958In reply to: WP & BB Integration failed
Arturo
Participantcreate a new kay and change it to bb-config and wp-config
go to bbpress wp integration and check again the key… follow the step
after this download and install bbpress integration for wordpress plugin add the code to your wp-config file
i’ve followed this step with my 2 site wp-bb and all works good with wp last version and bbpress 1.0.2.
March 18, 2010 at 10:34 am #85835In reply to: username function
Arturo
Participantin profile.php i’ve found this <?php echo get_user_name( $user->ID ); ?> but in post.php don’t print nothing… i don’t know bbpress very good to recreate the function

any idea for a simplest way?
thanks!
March 18, 2010 at 9:30 am #85516In reply to: Toggle Forums
Alex-Special-k
MemberGuys how to make such menu? You Can explain to me?
I will be very grateful to you!
leander8728
MemberDoes anyone know’s the tag for the Nicename of the Login name? And not the Display name (with this tag: bb_get_current_user_info(‘name’)
March 18, 2010 at 2:17 am #33779Topic: Using your wordpress theme as your bbpress theme
in forum Themesdboze
MemberI’ve seen some threads here and there that suggest its just a matter of using the header and footer code from your wordpress theme and applying it to your bbpress theme.
I’m a real disaster when it comes to doing a whole lot with code. I can only edit and rearrange it. I have no experience with writing any code.
I was wondering if there was anyone more experienced with performing this that I could send the needed wordpress theme files to and maybe I could receive some help with the process?
I am willing to pay for help if needed, I appreciate such generous help.
Contact me at dbozeman2 @ gmail.com
March 18, 2010 at 2:00 am #85940In reply to: login>logout issues with both places
dboze
MemberI realized it was still acting up so I followed the rest of the directions and now it doesn’t work AT ALL
March 18, 2010 at 1:27 am #85939In reply to: login>logout issues with both places
dboze
MemberIt was one of the first problems listed there, I had my blog URL including the www. and my forum one did not. Changed it and it fixed it

Thank you, that topic should be in the documentation for sure!
March 18, 2010 at 12:58 am #85937In reply to: login>logout issues with both places
dboze
MemberSo these two work.. (logout on forum and it logs out on site) (login on forum and it logs in on site)
The “logout” link on the website won’t work when logged in on the forum as well.
The one most important one (login on site and it logs in on forum)
does not work either
March 17, 2010 at 8:25 pm #85915In reply to: Remove "Allowed markup" text on post page
chrishajer
ParticipantYou just want the text removed so it doesn’t show, even if people can still use it? If so, just edit your template files post-form.php and edit-form.php and remove the line that says:
<p><?php _e(‘Allowed markup:’); ?>
<?php allowed_markup(); ?>.
<?php _e(‘Put code in betweenbackticks.’); ?></p>If you actually want to change that or prevent the use of those tags, then you need to add a filter.
March 17, 2010 at 8:10 pm #33771Topic: Remove "Allowed markup" text on post page
in forum Troubleshootingchengdu-living
ParticipantOn the post page, it says
Allowed markup: BBcode a blockquote code em strong ul ol li img font strike center u hr cite.
You can also put code in between backtick characters.How can I remove this text? I checked bb-post.php but couldn’t figure it out.
Thanks in advance!
March 17, 2010 at 6:43 pm #81968In reply to: bbShowcase shut down?
ajithkpunnoose
MemberWP forums use bbpress. The Post form address is https://wordpress.org/support/bb-post.php for the Post button on WP forums. But for a guy who says Code is Poetry, it is really sad that he isn’t even allowing many people to participate actually. Last day I talked with a developer who has created many plugins for bbpress. He said Matt replied to his mail asking him to just stay on track, when he aksed about joining the bpress developers. Matt please shed some light. Should we continue using bbpress or do we need to find an alternative?
March 17, 2010 at 10:27 am #84950In reply to: Change the URL in registration e-mail
chengdu-living
ParticipantThat worked!
Thank you so much for your help, Tom!!!
March 17, 2010 at 9:46 am #85622In reply to: Name based permalinks without page/ and forums/
Kevin Ryman
ParticipantI would also like to know this.
-
AuthorSearch Results