Search Results for 'test'
-
Search Results
-
I installed wordpress mu and bbpress in single database and installed integration plugins of respective ones on both. And configured it.
As of today mine is the latest wordpress mu version and bbpress version. The problem I am facing is :
1) Login integration
2) User roles integration
3) Theme integration
In detail :
1) Login integration :
When I login in to wordpress and then move to forum, I am logged in. Also when I logout of wordpress and then go to forum I am logged out. This works perfectly. The problem is when I login in to forum and then move to wordpress, it does not work. Also when I logout at forum and then move to wordpress I am still logged in. I can access wp-admin. When I access wp-login it seems like I am logged out. But if I access wp-admin I am logged in. If I press log out I get error :
You are attempting to log out of Test 1
Please try again.
URL of where I am getting is http://test1.soulblog.net/wp-login.php?action=logout_wpnonce=f3ec0d7e0f
2) User roles, in wordpress I installed Role manager. In bbpress I see the registered users as “Inactive (no role)”
3)I want to integrate wordpress theme in the forum. I followed the steps below :
____________________________________________
styling your forum
1. Open bb-config.php and add the following line (replacing PATHTOYOUR with the
relative path to your blog):
require_once(‘/PATHTOYOUR/wp-blog-header.php’);
2. Navigate to the folder for the theme you are using on the forum (the default is
Kakumei, which is in /bb-templates/kakumei) and open the header.php
file. Replace the contents with <?php get_header(); ?>.
3. After the <?php get_header(); ?>, ����������������������������������insert the following line of code:
<link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>”
type=”text/css” />.
4. You can do the same with the footer, replacing it with <?php get_footer(); ?>
if you wish.
5. Open the style.css file for the bbPress theme you are using. Search for the
following line in the header: class.
background: url(‘images/page_header_bblogo.png’) no-repeat
Remove that line and save the file.
6. View the forum. It should now be very similar in look and feel to the rest of the
blog network.
__________________________________________
This replaced the header and footer, but did not integrate well.
So some one please guide me with these 3 issues and get me solved asap.
We are using latest WP and BBpress + BBsync. The problem is that when unregisted users post comment to the blog their post is copied to forum as blank post. Forum shows their name right, but the post is totally blank.
What should we do about it? Any fix?
Topic: Activity Streams
Greetings!
In my previous topics, I have mentioned how I’m planning to improve my forum. As it stands, I have a list of things to sort out, as well as things I’d like to add/change.
Obviously, some of these changes will involve changing the core, including the following:
Upon running through the Vanilla Forum ‘Discussions’ page, I noticed the ‘Activity’ tab. This kinda captured my attention because my forum is really a community, if anything.
What I’d like to know is this:
- If I attempt to introduce this kind of thing to my forum, should it be a part of the Latest Discussions (which I can change the heading for) on the front page, or should it have it’s own page, in your opinion? Of course, I’d have a few more things to include in the stream, such as updates of profile information.
- Also, if anyone can guide me, what files would I need to have a look at to implement this? I guess I’m really looking for the files that have something to do with implementing an action, such as the file that updates a part of one’s profile. I don’t want to make mistakes and change the wrong files.
At some stage, I guess it would be nice to make a plug-in for this, but I need to learn a lot more about creating them.
I’d appreciate any help I can get for this, I would hate to screw it up and re-install.
Peace, Michael
Topic: MySQLi support
Hello everybody!
Unfortunately I have no mysql extension installed on my hosting. Has anyone the latest version of BBPress with MySQLi support?
Hey guys,
I have a weird forum display issue and have no clue what I’m doing wrong. (My site is NewsTalkPA.com)
I’m trying to get the lower forum section on FrontPage.php and Forum.php to display like this:
CATEGORIES_TOPICS_POSTS_(GRAVATAR)_LAST POSTER_LAST POST (see: http://newstalkpa.com/)
1) Everything seems to be working for the first 3 headings (which are standard), but the “Gravatar” and “Last Poster” seem to show up in the wrong rows (the Gravatar and Last Poster for the corresponding sections appear one row off.)
I have no clue why this happens. It’s probably something very silly.
Any idea what I messed up in the coding?:
2) Also, any advice on getting the LAST POST to generate a clickable link to that post (right now the link is not clickable)
Thanks in advance as I am stumped!
<?php if ( bb_forums() ) : ?>
<h2><?php _e('Forums'); ?></h2>
<table id="forumlist">
<tr>
<th style="width:20px;"></th>
<th style="width:660px;"><?php _e('Categories'); ?></th>
<th><?php _e('Topics'); ?></th>
<th><?php _e('Posts'); ?></th>
<th style=padding:0px><?php _e('<i><b><font size=+1><font color=#a81817>!</font></font></b></i>'); ?></th>
<th><?php _e('Last Poster'); ?></th>
<th><?php _e('Last Post'); ?></th>
</tr>
<?php while ( bb_forum() ) : ?>
<tr<?php bb_forum_class(); ?>>
<td class="num" style=padding:2px><img src='http://newstalkpa.com/graphics/redfolder20.gif' width='30' height='20'><br></td>
<td><?php bb_forum_pad( '<div class="nest">' ); ?><a href="<?php forum_link(); ?>"><?php forum_name(); ?></a><small><?php forum_description(); ?></small><?php bb_forum_pad( '</div>' ); ?></td>
<td class="num"><?php forum_topics(); ?></td>
<td class="num"><?php forum_posts(); ?></td>
<td class="num" style=padding:0px>
<?php echo "<img src='http://www.gravatar.com/avatar.php?gravatar_id=".md5(bb_get_user_email($topic->topic_last_poster))."' width='24' height='24'><br>"; ?>
</td>
<td class="num">
<small><a href="<?php user_profile_link($topic->topic_last_poster) ?>" ><?php topic_last_poster(); ?></a></small>
</td>
<td class="num"><a href="<?php $topic = $GLOBALS['topic'] = current( get_latest_topics( array( 'number' => 1, 'forum' => get_forum_id() ) ) ); ?>"><?php topic_title(); ?></td>
<?php endwhile; ?>
</table>
<?php endif; // bb_forums() ?>Topic: test post, 2 questions
just discovered bbpress. really like it.
is there a migration path from invision?
are there themes available out of the box?
Topic: Bug in post count?
Hi, i have very good bbPress forum. I like bbPress. I am use a bbPress 1.0.2 but i may found 1 new bug.
I go to my bbPress dashboard and see posts count, thats say: 4024 posts.
Then i go to bb-admin/posts.php and i see 1 – 20 / 4,121. This mean i have 4121 posts on my forum.
I try recounting without any help to this problem.
My plugins now:
Akismet
Human Test For bbPress
Topics Per Page
bbSmilies (maybe smilies from WordPress plugin, i change it name, when i modified smilies codes)