Search Results for '+.+default+.+'
-
Search Results
-
Hi everyone. I’ve seen this come up a lot after having googled these issues but didnt find a consistent answer (e.g. some were from like 2009-2010 dealing with older versions.
I’ve tried numerous things and I still get the common messages at the bottom of this post when going to Appearance/Themes from WP admin.
1. This was a clean bbPress plugin install, latest version, done just a few days ago.
2. Immediately after install, I saw the messages below when clicking the Themes link. I had not moved/changed anything. Seems this comes up, strange that the default bbpress plugin install creates these two error messages by default?
3. I’ve tried copying the files/subfolders from the bbp-twentyten theme to the root directory of my custom theme and adding **add_theme_support( ‘bbpress’ );** (minus asterisks) to the functions.php of my custom theme. That got rid of the first error message, but the forum appearance was screwed up and definitely not correct, and the second error message about a Broken Theme was still there.
4. I did not overwrite the style.css in my custom WP theme folder when I copied the bbp-twentyten files over. I assume I DO need to copy that stylesheet somehow, but how do I do it without overwriting my WP theme’s stylesheet?
5. I do have key master and file/directory permissions are fine.
6. Copying bbp-twentyten to the my-templates subfolder within the bbpress plugin directory (and of course bbp-twentyten was 755 I checked) still yielded nothing, the two messages at the end of the post still appeared.
Sorry if this is are common issues. I’ve tried some of the suggestions I saw in past posts and they are not working. Any help appreciated. Thanks.
ERROR MESSAGES BELOW:
“Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.”
“Broken Themes
The following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
bbPress (Twenty Ten) The parent theme is missing. Please install the “twentyten” parent theme.”
I’m trying to make a topic creation form in a single page all by itself for a specific forum I created.
So I created a shortcode function using the code below.
bbp_get_template_part(“bbpress/form”,”topic”);
and when I put this code into the page, I was able to make the topic creation form all by itself as I wanted.
But my question is how can I set a specific forum to write?
I see there’s a dropdown menu I can select the forum I want to write. But in default the dropdown menu selector set to the very first forum.
I want to have a specific forum selected as a default. Or if I can get rid of the dropdown forum selector and specify which forum I want to write, that’s fine too.
So I looked at the codes but I couldn’t figure out how to specify a specific forum to write.
I found the following code from form-topic.php and I guess I have to change the code somehow to specify the default selected forum.
<?php bbp_dropdown( array( ‘selected’ => bbp_get_form_topic_forum() ) ); ?>
Does anyone know how to do this?
Thanks in advance.
Topic: Members default settings
I recently installed bbpress and then Members so I could restrict some content only to people who have signed in.
What doesn’t make sense to me is that I have a forum that is locked to certain user roles. But if a member posts a topic in that forum, the topic is public and I have to manually restrict its access.
Same thing with a reply. The forum is restricted – the topic has been manually restricted but the reply to that topic is public.
I looked in settings and didn’t see anywhere to change the default settings so that everything is restricted unless I open it to the public (which would be the easy fix for this).
Is there anyway to a) make everything restricted by default or b) make the settings on a topic and reply match the forum it’s in?
Topic: Error when posting URLs
When ever I try and post a URL, such as – http://www.youtube.com/watch?v=RJC28DUQcZs&feature=g-vrec&context=G2026267RVAAAAAAAABg – I get the following error.
Forbidden
You do not have permission to access this document.
Web Server at crankyoldmen.com
feel free to register an account at http://www.CrankyOldMen.com and test it out. I have tried 3 accounts so far and they all do the same thing.
Things I have tried already:
– turn off all non-core plugins
– switch to default theme
– sign in and post with accounts of varying privileges
– tried posting from my Android Phone and Tablet
Hello,
Install 2.1 version on few days back and it works good and used my custom theme without any issues.
But when i saw the Titles in the forums
its outputs before like…
Forums – site name
Forum: (forum name) – site name
Topic: (topic name) – site name
1) So what i want is move them to right or complete remove the later two, can some one point what to edit to achieve this.
2) And want the members to img code so image displays when topic is submitted, how to achieve this, what should i set default user to?
3) So if i use the admin account to post in forums it uses admin username directly in url, so how to hide this out… so as not to give out the admin username
I’ve set in buddypress a full avatar width/height size as 150px (full sized).
My bbpress 2.x forum installation, however, has set by default 80px forum avatar images
How can I set the avatar size for the forum threads to be the same as buddypress?
thank you
