Search Results for '"wordpress"'
-
Search Results
-
Topic: associate a user to a forum
Topic: Install error line 1199
How deeply integrated is 2.0+ version of BBPress?
Will I be able to use WordPress functions (ie get_post_meta()) in bbpress?
WordPress 3.6
bbPress 2.3.2I have bbPress and BuddyPress setup on a multisite network with sitewide and group forums. Is it possible to integrate the group forum with a multisite site?
ie.-
XYZ BuddyPress Group = http://mainsite.com/groups/xyz/forum
XYZ Blog = http://xyz.mainsite.comCan the group forums integrate to the site? So if a post is made on the site it will show back on the group page or if on the group page it will go back to the site?
If that is not possible, is it possible to at least display the group forum data on the subsite with a shortcode or something?
Thanks for any help!
Topic: Do I have any options?
Hi there!
I’m in a bit of a dilemma, here are my circumstances:
1. I want to use bbPress, but as a forum alone – My website is going to be a static homepage and a forum, no more and no less, and i would really hate to use a wordpress to accomplish such a simple task, it would really be an overkill, im not going to use ANY forum of cms, so id really hate to install wordpress ONLY so i can use bbPress, is there any way to get bbPress as a forum alone, not as a plugin?
2. In the homepage, i want there to be two boxes:
Box1 – shows the latest topic from a certain forum(the announcement forum), including the title, and content, number of comments and user that posted it.Box2 – shows a featured topic. I know there is a plugin for this, im just curios if i could use functions from bbPress, outside of bbPress, as in, in the homepage page, which is not a wordpress page.
So these are my circumstances. What do you think? should i install wordpress JUST so i could use the forum(if so, is there any way to really trim it down? i dont need the users system, comments, pages, posts, etc. Almost everything revolves around the forum)? If not, what are the alternatives?
bbPress is a really great software, and would really want to use it 🙂
Topic: Custom style of bbPress
Now I have installed the bbPress successfully.But I want to use it as a bbs.Because it base on the WordPress,I want to custom the style of it, so that it looks like a bbs,or it is a blog.
Topic: bbConverter
Hey there!
I used PHPbb3 the last 4 years now. The Foums is grown.
But now I created a new Website with WordPress and want something what is
integrated in there. I found bbPress and bbConverter. I installed both in my
WordPress but I cant run the bbConverter. Is there anyone who could give me some Detail
Information?Thanks.
Topic: New User Register email-From
Hi,i just installed BBpress on to my under construction site.I have WordPress 3.6 and i am using twenty thirteen theme.
whenever a new user signup for the forum,he recieve an email addressed from wordpress@my domain address.
Is it possible to change the name from wordpress to my domain name.
Thanks.
Topic: Missing Admin Bar and Footer
Topic: Private Forum Redirect
I have a forum setup as private, when logged in you can view the forum just fine. But when not logged on and you try to view the forum page /forums/forum/forum-name it takes you to the standard wordpress 404 page. I’ve tried creating that page structure in the page manager but that didn’t seem to work, I created a forums page, a forum page as a child, and a forum-name page as a child. When I tested the page on a logged in user it took me to the forum page but when not logged in the page still takes me to the 404. How can I control this page?
Thanks
Hi guys, I’m having trouble showing the shortcode for recent posts on my home page after I entered in code to get my recent blog posts to show up on my home page.
Here is the code I used for recent posts:
$args = array( 'numberposts' => 3 ); $lastposts = get_posts( $args ); foreach($lastposts as $post) : setup_postdata($post); ?> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <?php the_content(); ?> <?php endforeach; ?>I saw in another topic how to get 10 recent topics on your home page with shortcode, but it didn’t work after the above code. Could someone please help me with the code to get 10 recent topics to appear on my home page?
Using the current versions of wordpress, bbpress and buddypress. Working with a buddypress default child theme. I’m also newer to php, so go easy please 🙂
Topic: bbPress Unit Test data
Has anyone created a sample dataset like WordPress’ “Theme Unit” Test data for bbPress to quickly knock up a sample bbPress site for testing themes, plugins etc?
http://llamaverse.com/community/topic/test/
I am using the most recent version of wordpress and bbPress, with the theme my login and user avatar plugins.
Avatars show up fine in the first post, but any additional posts have the avatars thrown down to the bottom.
Activating TwentyTen or TwentyEleven does seem to fix this problem. I have contacted the theme developer, but wondering if anyone could provide some insight for me to fix this quickly myself.
I have strong html/css and basic php knowledge.
Thanks!
Topic: bp_posts to wp_posts
We recently went through a major upgrade with one of our clients, and as part of that upgrade moved them to a new host. For some reason, no forum posts older than the start of the upgrade (6 weeks ago) have come through from the old site.
I’ve noticed on the new site, in the table bp_posts, the new forum posts (from the old site) are visible, but after some experimentation, for that the posts are duplicated in wp_posts which is where the data is coming from. None of the new forum posts are in wp_posts which seems to be why they didn’t come through.
Apart from building the server itself, I didn’t have much to do with the upgrade, so I’m not entirely sure why this is. I’ve run the repair scripts which didn’t seem to do anything and spent over an hour trudging round all the options I can find in WordPress but can’t find anything that seems appropriate.
I’ve searched the forum and google and don’t seem to be able to find anyone with the same problem (though my google-fu may not be the best). Is anyone aware of why this has happened, or how I can fix it?
