Search Results for '"wordpress'
-
Search Results
-
Topic: PunBB Import to bbPress
Introduce Forum Importer template for use with importing from PunBB v1.4.x (Tested on v1.4.2)
http://codex.bbpress.org/import-forums/ & ​​http://codex.bbpress.org/import-forums/punbb
Working: Forums, Topics & Users
Not Working Yet: Categories, Replies, User Passwords & Custom BBCode for Topic & Reply ContentAttached to bbPress Trac Ticket #2379 is the 1st pass patch for PunBB importing into bbPress.
To test the importer download the latest patch from the link above and copy/ftp the file into the /includes/admin/converters/ folder of your bbPress plugin.
I hope to get the remaining outstanding items done ASAP.
(User passwords will be a little trickier and will take a bit more time)Any feedback and/or testing that you can provide will help me out tremendously.
Cheers,
Stephen 🙂
Topic: Photo in profile
WordPress 3.5.2, bbPress. Under Profile there is a generic image. How do you upload your photo to your profile? And how do I set size/mb limits on the upload?
Topic: Notification
I run WordPress 3.5.2 with bbPress and the Members plugin. I need a plugin that sends me email on every post, not just comments
I previously ran phpBB which had this feature, and I need it.
I just had to click 15 separate categories to find a new post, which I didn’t find, even though the author emailed me to say he posted.
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 🙂
