Search Results for 'code'
-
AuthorSearch Results
-
April 21, 2010 at 3:36 am #87148
In reply to: Should I consider using bbPress?
Shivanand Sharma
ParticipantbbPress isn’t going anywhere. If you are worried about the lack of initiative in the direction of development, be assured that it will be also be there in bbPress closing down.

They’ve decided to convert bbPress into a WordPress plugin. But that’s been pending for months now. And when that does happen you’ll sitll have bbPress around. Don’t worry… use bbPress. It’s not got some premium themes and plugins too. The community is working on it behind the scenes.
April 20, 2010 at 7:07 pm #87123In reply to: WordPress 2.9.2 and bbpress cookies integration.
jakshi
MemberAl – I glad that my investigation help somebody

Kevin Muldoon – Thank you, may be it help some people that have trouble with integration. You article about integration very useful and clear. May be difference between my site and site that you setuped – My site has been upgraded from 2.1.x to 2.9.x during using and bbpress was upgraded from 0.9.x to 1.0.x, but you setup new sites.
April 20, 2010 at 2:56 pm #87122In reply to: WordPress 2.9.2 and bbpress cookies integration.
Kevin Muldoon
MemberHi jakshi,
I’m surprised you had this problem as I did the integration process several times and never had a problem with this. Not sure if this is something that is caused my a setting on a websites host or something similar. I’ve updated the article with your suggestion though so that others will know to try this solution

Kevin
April 20, 2010 at 10:19 am #86147In reply to: looking high and low for support forum premium theme
Shivanand Sharma
ParticipantSorry to rush you the info. I must admit that I’m the developer of Character Theme. The site was still being updated and the promos are still being setup as the release was done on 12th April. I’ve included the Demo link on the site so you can find out more about it yourself.
{I also develop open source but may be Matt is going to ban me for developing Character. Ready to check out the theme now?
}
April 20, 2010 at 9:46 am #73891In reply to: {plugin request} – wow itemlinks
timskii
MemberFootnote: Due to Wowhead URL changes wowhead.com/?item needs to become wowhead.com/item (just below the edit options section of the code). You can also change wowhead.com/?search to wowhead.com/search , but that’s less critical.
April 20, 2010 at 12:07 am #57480In reply to: *seamless* wordpress integration
cnc
Member@ vilimaunula….. where did you include this code? in which file? in which line?
<?php if ($forumpage == TRUE) {
bb_title();
echo ” :.: AKN&I”;
} else …
to add the forum feed:
<?php if ($forumpage == TRUE) bb_feed_head(); ?>
and are you sure this code is right.. for getting bbpress title?
Thanks,
cNc
April 19, 2010 at 9:48 pm #86990In reply to: Import 0.9.x 'Backup' into 1.0.2 DB?
chrishajer
Participant
won’t work because the database schema changed. You wouldn’t be able to import into the 1.0 database from 0.9.Why not create a 0.9 installation with 0.9 database and files, then import all your 0.9 stuff back into the database from a dump (or just hook up the .9 database to an installation of 0.9 files?) Using the stock theme with no plugins, update the files to 1.0.* whatever, then run the upgrade script. Now you have a 1.0 installation with all your old data imported. Then you can bake whatever you need to bake.
What went wrong with the upgrade last time? (I think I recall seeing a post about it…)
April 19, 2010 at 8:34 pm #34017Topic: Import 0.9.x 'Backup' into 1.0.2 DB?
in forum Installationbforeste
MemberI have been working on a DEV site for several months now – integrated WP + BB.
I ran into some issues ‘upgrading’ bbPress from my legacy 0.9 install to the new 1.0.2 release, and the first ‘clean’ way I was able to get it done was to wipe out the bb tables & re-install from scratch.
I have now got the integration & theme down (thanks gerikg) on bbPress…but I would like to refresh with all my old posts, topics, forums, etc from the 0.9 days.
My question is approach: Is it better / easier for me to…
A) Rip out the ‘baked’ 1.0.2 install…go back to 0.9 (files and DB)…and try the upgrade again (assuming I figured out what went wrong…I think I can)
-or-
Attempt to ‘import’ my 0.9 backup (bb_ tables only) into my current 1.0.2 db?Naturally – I’m sure there are other things I’m not considering & maybe some other approaches too. Regardless – I appreciate the suggestions.
bforeste
April 19, 2010 at 8:03 pm #86146In reply to: looking high and low for support forum premium theme
kevinjohngallagher
MemberIt is possible, but honestly, its probably not worth the hassle.
You either connect to the WP database yourself to test (no integration required), but that can be a bit hit and miss – especially with child themes etc.
Or you use deep integration to test for the current theme. Which is simple as long as you have deep integration working (which in itself is very hit and miss).
Bluntly, unless you had a very good reason to do this (and you might, you’ve been v helpful with bbPress recently mate) I’d not take on the challenge. But if you want pointers and some code, lets start a new thread
April 19, 2010 at 7:36 pm #87054In reply to: 3 Issues: Page Title, Permalinks, Page Not Found
cnc
Member@ chrishajer…. Yes I had made my last 2 posts but I was thinking you delete them.. but its amazing that when I login these post show but when I logout theses post goes hide.. I think its bbpress bug (sorry to say) .. I know you’ll talk about them .. that’s why I saved a screenshot regarding my 2 post.. and you’ll see what happen..
here is its screenshot
http://car-n-car.com/array.jpg
Now what you think? why array happened? I think there was another issue not Akismet matter

=========
@ gerikg now what should I do? should I show wp header and footer files? and please tell me how can I call bb_head() & do_action(‘bb_foot’) into wp header and footer … and where there place and lines?
============
@ pelle .. Ok dude I’ll try again…
April 19, 2010 at 6:12 pm #87050In reply to: 3 Issues: Page Title, Permalinks, Page Not Found
gerikg
Member1) That is your header.php and footer.php file in your bbPress theme but you’re NOT using them. You’re using your WordPress theme’s header.php & footer.php. I did a view source on your site and the first two lines after body is:
<body> <div id="header"> <div id="logo">If you were pulling what you pasted before it should of been:
<body id="xxx"><div id="wrapper"><div id="header" role="banner">So you’re not pulling bb_head() & do_action(‘bb_foot’)
April 19, 2010 at 5:35 pm #87049In reply to: 3 Issues: Page Title, Permalinks, Page Not Found
mr_pelle
Participant“First Forums” URI is
http://car-n-car.com/forums/first-forums//and topics URIs look likehttp://car-n-car.com/forums/first-forums/topic-name/: there is an/in excess in every URI.Nicer Permalinks does not add slashes to topics URIs, so it’s coming from somewhere else…
Deactivate the plugin, restore your original
.htaccessand turn off permalinks. Then re-do everything from the beginning as described in my Installation instructions, trying to see exactly when links do not work anymore.EDIT: I also noticed that Forum links in header and footer are different, but they work the same… 0_o”
April 19, 2010 at 5:21 pm #87048In reply to: 3 Issues: Page Title, Permalinks, Page Not Found
cnc
Member@ pelle… I tried it again… nothing happened.. still show
http://car-n-car.com/forums/forums/first-forum
and
CAR FORUMS ยป PAGE NOT FOUND!
Page not found!
I’m sorry, but there is nothing at this URL.
what should I do?
======================================
@ gerikg…… here is my header file
<?php
$_head_profile_attr = ”;
if ( bb_is_profile() ) {
global $self;
if ( !$self ) {
$_head_profile_attr = ‘ profile=”http://www.w3.org/2006/03/hcard”‘;
}
}
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”<?php bb_language_attributes( ‘1.1’ ); ?>>
<head<?php echo $_head_profile_attr; ?>>
<meta http-equiv=”X-UA-Compatible” content=”IE=8″ />
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title><?php bb_title() ?></title>
<link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />
<?php if ( ‘rtl’ == bb_get_option( ‘text_direction’ ) ) : ?>
<link rel=”stylesheet” href=”<?php bb_stylesheet_uri( ‘rtl’ ); ?>” type=”text/css” />
<?php endif; ?>
<?php bb_feed_head(); ?>
<?php bb_head(); ?>
</head>
<body id=”<?php bb_location(); ?>”>
<div id=”wrapper”>
<div id=”header” role=”banner”>
<h1>“><?php bb_option(‘name’); ?></h1>
<?php if ( bb_get_option(‘description’) ) : ?><p class=”description”><?php bb_option(‘description’); ?></p><?php endif; ?>
<?php if ( !in_array( bb_get_location(), array( ‘login-page’, ‘register-page’ ) ) ) login_form(); ?>
<div class=”search”>
<?php search_form(); ?>
</div>
</div>
<div id=”main”>
<?php if ( bb_is_profile() ) profile_menu(); ?>
and here is my footer file
</div>
</div>
<div id=”footer” role=”contentinfo”>
<p><?php printf(__(‘%1$s is proudly powered by bbPress.’), bb_option(‘name’), “http://bbpress.org”) ?></p>
<!– If you like showing off the fact that your server rocks –>
<!– <p class=”showoff”>
<?php
global $bbdb;
printf(
__( ‘This page generated in %s seconds, using %d queries.’ ),
bb_number_format_i18n( bb_timer_stop(), 2 ),
bb_number_format_i18n( $bbdb->num_queries )
);
?>
</p> –>
</div>
<?php do_action(‘bb_foot’); ?>
</body>
</html>
I’ve convert my wp theme into bbPress
here is my forums link
====================
now what next? help please
Regards
cNc
April 19, 2010 at 4:35 pm #87046In reply to: 3 Issues: Page Title, Permalinks, Page Not Found
mr_pelle
ParticipantI’ve just added
+FollowSymlinkstonicer-htaccess: I don’t know if this was another config detail missing… give it a try!April 19, 2010 at 2:04 pm #87045In reply to: 3 Issues: Page Title, Permalinks, Page Not Found
mr_pelle
ParticipantSorry, you probably misunderstood me: I was trying to say that your URIs
http://car-n-car.com/forums/forums/first-forumare different from mineshttp://my-host.com/my-forum-name/forum/my-first-forum-namenot because you chose forums while I chose my-forum-name, of course, but because appended to the forum path I have the word forum while you have forums. That’s not a detail!As I said here, it seems that my forum (with just name based permalinks on, no plugins) would look like
/my-forum-name/forums/my-first-forum-nametoo, but in the end it does not! It looks like/my-forum-name/forum/my-first-forum-name, exactly the same as the bbPress forums we are posting on.In this very moment your forum URIs look exactly as they should, but they are not working correctly: I’m pretty sure the reason is you did not update
nicer-htaccessforum path before activating the plugin.Please let me know if this is the problem, in the meanwhile I will update Nicer Permalinks plugin page specifying everyone has to do this before activating it.
April 19, 2010 at 1:17 pm #86969In reply to: How do I exclude a category from the front page?
Xevo
ParticipantThe minus tells the script to remove the categories from the loop, without it, it tells the loop to focus on only those. It is logical when you think about it.
April 19, 2010 at 11:49 am #86968In reply to: How do I exclude a category from the front page?
master5o1
ParticipantStrangely, it works. I suppose I can mark this resolved
April 19, 2010 at 9:38 am #87072In reply to: Compatibility ….
evilgeek23
Memberbtw , i want these features …
PM , Avatar , Latest discussion , signatures , bbcode , smilies …..
what version should i go with ?
April 19, 2010 at 9:26 am #86965In reply to: How do I exclude a category from the front page?
master5o1
ParticipantNahp.
Whenever I do
exclude=7,8it just does it asexclude=7and then
8It results as only showing from 8 (except for stickies).
April 19, 2010 at 9:05 am #87041In reply to: 3 Issues: Page Title, Permalinks, Page Not Found
mr_pelle
ParticipantAhem.. taking a look to my Permalinks admin page I noticed it says name based permalinks will look like
/forum/forums/first-forumbut when I turn them on they look like/forum/forum/first-forum, so please cNc tell me if this happens to you too; if not, and if more people forums behave like this, I’ll have to make some changes to my plugin…April 19, 2010 at 7:31 am #87040In reply to: 3 Issues: Page Title, Permalinks, Page Not Found
mr_pelle
Participant@zaerl: thank you!!

@cNc: my plugin is not working for you because your forum presents a different structure from the one I’ve always seen in bbPress, aka
/bbpress-path/forum/forum-name(i.e. without “s” on “forum”). What version of bbPress are you using? I may rewrite my plugin to make it work even with your forum, though I think it would be better for you to get to standard structure and then activate Nicer Permalinks.April 19, 2010 at 7:18 am #87028In reply to: How long does it take for a plugin to be approved?
mr_pelle
ParticipantYeah, even less for me.
April 18, 2010 at 5:13 pm #87070In reply to: Compatibility ….
kevinjohngallagher
MemberUse 0.9 if you can.
There’s very few improvements in the 1.0.2 code for your average forum use, and if you need the features from plugins that are not 1.0 compatible it’s your best bet.
April 18, 2010 at 4:16 pm #34034Topic: Compatibility ….
in forum Requests & Feedbackevilgeek23
MemberMost of the good plugins aren’t working with bbpress 1.0.2 . What should i do ? Even basic things like signatures arent available on my forum . Sad
April 18, 2010 at 3:41 am #86544In reply to: Highlighting the current forum tab
Damien
MemberI found a cheap and nasty way to do it via forum ID, anything else just highlights every tab

<li<?php if (bb_is_front() && $forumpage == false) echo " class="new" id="current""; ?>><a href="/boards" title="Forums">Mainpage</a></li>That will highlight the mainpage tab.
<li<?php if ($forum_id == 1) {echo " class='new' id='current'";} ?>><a href="/boards/forum/first-forum">first-forum</a></li>
<li<?php if ($forum_id == 2) {echo " class='new' id='current'";} ?>><a href="/boards/forum/2nd-forum">2nd-forum</a></li>That will highlight forums by ID.
Hope this helps you along
-
AuthorSearch Results