Forum Replies Created
-
In reply to: a working wordpress/bbpress integration demo?
This site uses both, WordPress and bbPress. Also plug-ins from many members of bbpress.org.
In reply to: bbPress SiteFirefox displays the page correctly. Webkit and safari ( the same) have the format problem. Its only on the bbPress Extend page ( on this site) that firefox and safari disagree on how the site looks. I have a pic of the problem, just need to know how to post or send it for you to take a look at it. It could be the code on the page or a problem with Webkit.
In reply to: Patch: Categories for version 0.8Categories patch will not work on bbpress .8.1 . It will need a tweak.
In reply to: Plugin: Forum RestrictionForum-restriction version 1.5 does not hide latest topics when user is logged out.
In reply to: Patch: Categories for version 0.8Check out above site. It is running with
allow-images, bb-avatar, bb-memberlist, bb-post-count,
bb-privatemessages, display-name, forum-restriction and private-forums.
bbpress .80 with categories patch.
In reply to: Adjust Size of Hot TagsMy hot tags only use the first, third and forth parameter. It only shows one size font. Any ideas on why the second parameter does not work.
In reply to: Patch: Categories for version 0.8Great patch thanks. The instructions are clear and precise.
Thanks
Note -You must assign a category to all forums . Tested assigning only three of my forums at first —- syntax errors. Set them all and no errors.
In reply to: Plugin: Private Forums v 2.1A friend who loves WordPress (www.jcbd.com). Gave me this to work with the plugin.
It goes in the rss2 file.
<description><?php
if ( strstr( get_topic_title(), ‘[Members Only]’) ) echo ‘[Text of this post available to logged-in members only.]’;
else post_text();
?></description>
To see this work go to http://koma-inu.org/bbpress/
Do not log in.
Firefox or Safari sould get the same results.
In reply to: Plugin: Forum RestrictionSorry this work around is for Private Forums . This does not work for this plugin.
In reply to: Plugin: Forum RestrictionA friend who loves WordPress (www.jcbd.com). Gave me this to work with the plugin.
It goes in the rss2 file.
<description><?php
if ( strstr( get_topic_title(), ‘[Members Only]’) ) echo ‘[Text of this post available to logged-in members only.]’;
else post_text();
?></description>
To see this work go to http://koma-inu.org/bbpress/
Do not log in.
Firefox or Safari sould get the same results.
In reply to: Plugin: Forum RestrictionI am using both plugins, forum-restriction and private-forums.
The if you read this post is forum-restriction.
private-forums has label, members only.
In reply to: Plugin: Forum RestrictionTo see this work go to http://koma-inu.org/bbpress/
Do not log in.
Firefox or Safari have a rss button. An interal site sould get the same results.
This will only work on page you can navigate to. It will not dig.
In reply to: Plugin: Private Forums v 2.1I have posted this in two topics, forum-restriction and private-forums.
RSS will display the restricted information. The latest posts.
In reply to: Plugin: Forum RestrictionI have posted this in two topics, forum-restriction and private-forums.
RSS will display the restricted information. The latest posts.
In reply to: IE Display ProblemI have an integrated site with WP2.1 and bbPress .75. The server and production site are Apple Macs running os X. No Windows here, so this is my problem. Thus, I can not see the IE errors.
Will someone please post the CSS changes for Windows Internet Explorer? So the basic bbPress displays correctly in IE.
In reply to: Plugin – Private MessagesI also had to hard code message.php for it to work.
<– “if (wp_knu_)
$touser = $bbdb->get_row(“SELECT * FROM “.wp_knu_.”users WHERE ID = $toid”);
else
$touser = $bbdb->get_row(“SELECT * FROM “.bb_knu_.”users WHERE ID = $toid”);
pm_user_form( $touser, ” );
exit;”–>
In reply to: WordPress to bbPress login or welcomeYes it’s working now.
In reply to: WordPress to bbPress login or welcomeI think i have it. By removing the www from the wordpress link fixed it . (http://koma-inu.org/bbpress) Now comes up with welcome header if you are logged in.