I have a wordpress site ( soviettruck.com ), and would like like to add the bbpress forum plugin. The theme I have (Adventure Photography WordPress Theme 2.0) does not have the necessary template/CCS file for bbpress. This means the forums do not display properly. This needs fixing. Also soviettruck.com/forums gives a ‘Not Found’.. maybe needs some additional config?
Offering $40 by paypal if someone can fix this ASAP, should be pretty quick. Send me an email at davidzweig at hotmail dot com, and I’ll send you the SSH/FTP/Wordpress passwords. Site is hosted by Webfaction.
Once the CSS/template file is fixed, I’ll then use shortcodes to integrate the forum into the rest of the site.
To be precise:
I’ve installed a wp plugin for displaying programming codes with numbering and coloring.
we should write the code inside some tags.
Now I want to use the same tag even in the forum and get the same effect. Is this possible ?
Kamikazeek,
This is the best way to add forums
pick a theme that supports menus
1)create a page
2)add page to menu
3)select menu as active
4)add all of the shortcodes from the shortcode sticky thread to your newly created page
5)take out the shortcodes you do not require
Thats the way I do it at least.
Regards
Dennis
I found this page: https://bbpress.org/forums/topic/bbpress-20-shortcodes
But when I paste the following on a newly created WordPress page, nothing is displayed:
[bbp-single-forum id=1]
@Anointed
I can’t find the appropriate short codes to use.
Do you know what they are?
@jumpmuz: it does not….i’ve tried…
I’m just getting a new site up and running and I have some setup questions.
[1] I’ve created a page, called it ‘Register’, and put the shortcode [bbp-register] in it. When people visit the page, they can fill out their username and email address and click ‘register’, but after submitting the form there is no confirmation back to the user that anything actually happened. They simply see the form again. Is this the expected behavior?
[2] When a user is logged in, by default their account allows the ‘Toolbar’ when viewing the site. This is handy so they can edit their profile, logout, etc…. but there are also links to create a new topic or a new reply. This takes them to the wp-admin section of the site which feels strange. Is there a way to force people to only create new topics and replies from the “front-end” of the site?
[3] Along similar lines, people can create a ‘New Reply’ from this toolbar without even viewing a thread. What exactly are they creating a reply to?
[4] Right now all of the forums are marked as ‘Closed’. When viewing the site from the homepage everything looks good and users cannot create topics, replies, etc. However if they use the toolbar to go into the wp-admin section they can create new topics there. Is this a bug? Since all forums are ‘Closed’ the topic doesn’t get assigned a forum and doesn’t appear on the main site, but it is still there with “(No Forum)” assigned.
Sorry, I can’t help you there.
It should be pretty simple however. Just create those 2 pages, paste those shortcodes, and you’re done.
You need to create pages and use shortcodes.
See https://bbpress.org/forums/topic/bbpress-20-shortcodes
For example have a login page that contains [bbp-login] and a registration page that has [bbp-register] – this will allow you users to register for an account (which they need to post) and and area to login at.
Also there are plenty of plugins available on WordPress.org that let you put a login for into widget areas etc.
@kamikazeek I think if you change to the twentyeleven theme it works.. maybe
@bbpress looks like you have been spammed!
niceactor
QTTg
iftomkins
Been there and it does not work – Old threads, old codes.
Found a solution and IT WORKS
https://bbpress.org/forums/topic/user-close-topic-trash-etc-resolved
Awesome !
Thanks hscoder
really useful links
best wishes
_____________________________
“I recently learned something quite interesting about video games. Many young people have developed incredible hand, eye, and brain coordination in playing these games. The air force believes these kids will be our outstanding pilots should they fly our jets.”
Hello. I have some problems with the forum (location: http://boldogics.com/home/forums/)
Some pages are working, and some pages are not visible…
I’ve tried some shortcodes, but nothing logical….
@folgerj : i’ve seen your forum. Can you please help me to configure mine too?
I believe that I have installed bbPress correctly and setup the shortcodes so that the forum displays on my site (both the topics, login, and registration). But the problem is that once I believe I’m logged in and I click on a topic to try to add something, it will not let me. It says this:
“You must be logged in to create new topics.”
Can anyone tell me what I’m doing wrong? I setup a new user to test it out and this is what I’m getting the problem with. I setup blank topics ok when I’m logged in as administrator so is it an issue with user rights? Here is my forum:
http://www.theheartbandits.com/forum.html
Would it make sense to have the option to allow shortcodes? Simply ON|OFF choices? I have a forum for members of a club, registration required, and using WP-FILEBASE which has a bunch of shortcodes for inserting links to files. Just an example of one good case for allowing at least a choice.
gil
Chris, thanks so much. For now, the toolbar serves the purposes. The membership is restricted and I will be providing instructions for posting.
I will be exploring shortcodes at the same time. Should I run into problems applying them, given my slow learning curve, I will return here for some excellent assistance.
@sravankumardv
I think your code should read:
[bbp-single-forum id=36]
instead of:
[bbp-single-forum id=$Introduction]
I hope this helps…
One of the worst things about a major update like this, is that we lose alot of great plugins – But, it’s better finding out now that their not actively updating it anymore than use it for a while and find out one day that everything’s broken
what type of html did you want your users posting?
Post toolbar allows alot of great functionality – https://wordpress.org/extend/plugins/bbpress-post-toolbar/
It seems to do the same thing as ‘easy video embed’ by allowing users to post videos using a ‘[video]‘ or ‘[youtube]’ shortcode.
Also, because bbpress is now using WordPress post-types. you could also easily create other shortcodes to achieve what you want.
https://codex.wordpress.org/Shortcode_API
Instead of letting users do img src and giving them complete control over the output of the image, you can allow them to do ‘[image]cat.img[/image]’ to achieve the same affect in an easier way, as an example.
I do honestly think that using shortcodes (search the wordpress extend, theirs alot of shortcode plugins) would be a better option as it allows you to control it’s use properly, as i’m sure you know, some humans enjoy causing trouble – and their are afew html codes that can causing a hellish experience for your users if it gets into the hands of the wrong user.
It’s one of the reasons wordpress.com doesn’t allow some html codes
Correct. There can’t be any hard coded links anywhere, because all themes are different and will want them in different locations with different URLs. You can use the Login Widget that’s included to get you some of the way there, but even with widgets/shortcodes/templates it won’t satisfy everyone.
Correct. There can’t be any hard coded links anywhere, because all themes are different and will want them in different locations with different URLs. You can use the Login Widget that’s included to get you some of the way there, but even with widgets/shortcodes/templates it won’t satisfy everyone.
Create pages, use Shortcodes or Page Templates.