Search Results for '"wordpress'
-
Search Results
-
Topic: confused about installation
I’m trying to get bbpress working with my existing wordpress site. I installed the V2 plugin but liked the look of the standalone site. So I installed the 1.0.3 standalone version. I also downloaded 3 themes to play with. I installed them in my_templates/ but when I click on “themes” on the Admin panel, it just takes me back to the main forum page. I also installed a plugin in my-plugins/ but don’t see anyway to activate it.
I must be missing something basic here. I can’t see anyway on the admin page to configure this stuff.
Topic: Code blocks in replies
Hi everyone, I’ve got a new WordPress theme support forum ready but I’m stuck in something. Registered users of the forum (Subscriber role) aren’t allowed to post certain tags in topics for security reasons.
My question is, is there any way all code is allowed in raw format if it’s inside a CODE html tag? I believe the previous standalone version of bbpress supported this.
Best regards
Alright everyone so I have installed bbpress in my blog that already existed in with wordpress.
Now the question is I want to install a plugin into my forum but it says something about i need to put it in /my-plugins directory so i have checked under the /bbpress directory in my site which looks like /blog/bbpress and i dont see any directory called /my-plugins
Should i just install it into the blog/wp-content/plugins will it work that way??
Topic: Latin characters in slugs
I’m greek and I have a WordPress blog in greek running bbpress RC4.
The problem with using greek in your blog is the use of non-latin characters in the titles of the posts. This leads to the creation of slugs with non-latin characters and consequently pretty-permalinks with non-latin characters. That -of course- is a problem because URLs look nice in the address bar of your browser i.e.
http://deltahacker.gr/2011/08/19/πάρα-πολύ-καλά-νέα-αυτό/but when you copy the URL to paste it somewhere else -in an email for example-, the same URL becomes:
http://deltahacker.gr/2011/08/19/%CF%80%CE%AC%CF%81%CE%B1-%CF%80%CE%BF%CE%BB%CF%8D-%CE%BA%CE%B1%CE%BB%CE%AC-%CE%BD%CE%AD%CE%B1-%CE%B1%CF%85%CF%84%CF%8C/To resolve this problem, greek blog owners can use the plugin Greeklish-Permalings (from the words Greek & English). This plugin adds a filter on the sanitize_title function of WordPress with a new function that converts every non-latin character to a similar latin. For example, the greek alpha character “α” becomes the latin alpha character “a” and so on. So when someone creates a new post, and wordpress tries to create a slug automatically, sanitize-title is called, which is hooked to the plugin, and so a slug with only latin characters is created, even if there are non-latin characters in the title.
You can see the code of this very small plugin on my dropbox:
http://dl.dropbox.com/u/1816074/greeklish-permalinks.phpThe problem is that the plugin does not work with bbpress titles. If a forum or topic title contains greek (non-latin) characters, they are not converted to latin even if the plugin is enabled. Does someone know why is this happening?
Doesn’t bbpress call the sanitize_title function? Do not plugin function filters work for custom post types?
Topic: Some theme questions
if I am using a default wordpress theme, I have noticed that on the forums section site/forum/forumName there is a side bar, the themes side bar. How do we remove this?
Topic: Forums not displaying?
I have a single install of bbpress, no other plugins and i am using a theme in which I placed: add_theme_support( ‘bbpress’ ); in the functions.php file. When creating a forum and testing it out I am taken toa page where I get a 404 error….
this theme is a wordpress theme. I managed to get it to work….No not really. the forums do not seem to work properly with ordinary wordpress themes. is there no smooth integration between the two?
Topic: Setting up URL to /forums/
I need a lot of help. I installed bbPress, and figured it would ask me configuration during the process… it did not.
I have 2 problems:
1) I dont know how to set up a link in my menu bar for my forum.
2) I assumed it would ask me where I want to forums to exist to the outside world. I want them at http://www.mysite.com/forums. but I have no clue where it stuck them.
the mysite.com is running wordpress right on it. A lot of the helpo I have found involves editing PHP code. While im a net geek I cant read PHP greek speak.

Its a freash install so I dont need to worry about breaking thread links and the likes. Please help.
Topic: bbpress is broken?
Not understanding this….. (bbpress 2.0 rc4)
1) I installed the plugin.
2) I don’t have twenty ten installed and I got the error “bbPress (Twenty Ten) The parent theme is missing. Please install the “twentyten” parent theme.” This should be updated to use the latest version of WordPress theme 2011
3) Installed twenty 10
4) returned to themes.
5)bbpress theme is not showing its preview .png file most themes show.
6) Activating bbpress theme gives me:
Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.
The active theme is broken. Reverting to the default theme.
-> NOTHING was touched or changed. All I did was install bbpress plugin and install the twenty ten theme.
So I thought, what the hell lets create a forum and go to it:
1) forums
2) new forums
3) new: Test
4) Publish
5) view ->
This is somewhat embarrassing, isn’t it?
It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.
What am I doing wrong? Why is this not working at all?
Topic: help for a novice
Gday
sorry i am so lost not sure if i post this here? im trying to use the bbpress to create a water, sanitation and hygiene forum in the Solomon Islands.
i have trawled through this forum and the web but no luck. Internet is really slow here so it takes me literally hours!
I had a blog at .org (http://barefootengineer.wordpress.com/) So I transferred my blog over and installed the bbpress plugin. I am not confident to do the theme thingo with the .css and child theme so am using the stock bbpress theme. what i want to do is make it single column. i can do it with the home page/about. but when i do it for the blog and forum i get a sidebar with widgets. i have disabled these but they still appear? i moved the other widgets down the bottom and they work okay.
1. how do i make the blog single column. (or is there any bbpress compatible themes with wide single column?)
2. how do i get rid of these widgets? (search, archives, meta) they aren’t in the appearance panel?
(http://barefootengineering.org/?page_id=343)
Cheers
Topic: Simplifying my forums
I’m trying to make a really simple install of bbPress 2.0. I am using modified bbp-twentyten theme files with my WordPress theme. I have disabled topic favorites and subscriptions and would now like to disable all the user profile pages.
I realise that this will make it impossible for users to quickly review all the posts from a particular user, but this isn’t important to me. How can I remove this functionality — or at least remove the profile link every time a username is displayed?
I hope there’s an easy way to do this