Search Results for '+.+default+.+'
-
Search Results
-
In WordPress, there is an opportunity to select the template for each page (dropdown on Edit Page and Edit Post pages).
bbPress forum root, forums, topics and replies are custom post types.
It would be good to see in bbPress the ability to set the default layout (wrapper) for each of these.
Dropdown (like the one on Edit Page page), wherein the admin can select the layouts from among the active theme’s layouts shall be ideal.
(I understand that if after this the admin decides to change the theme, (s)he will need to select the default layouts for bbPress custom posts again – just like (s)he needs to do so for normal pages and posts)
So, for instance, while the rest of my site may use 3-column (2-sidebar) layout, for forums, I may decide to go with a single-column layout.
<div id="sub_header">
<?php
/***
* This conditional determines where exactly what page you are one.!
**/
if(is_home()){
/* Blog Page */
echo '<h1 class="page_title">';
echo 'Welcome to my Blog';
echo '</h1>';
echo '<h2 class="page_blurb">';
echo ' just another wordpress site';
echo '</h2>';
}else if(is_front_page()){
/* Landing Page */
echo get_post_meta($post->ID, "Landing Header", true);
}else{
echo '<h1 class="page_title">';
echo get_post_meta($post->ID, "page title", true);
echo '</h1>';
echo '<h2 class="page_blurb">';
echo get_post_meta($post->ID, "page blurb", true);
echo '</h2>';
}
?>
</div>This the default site of my bbpress forums:
http://localhost/mysite/forums/
And I try to make page for forum using the short code [bbp-topic-index] :
this is the link:
http://localhost/mysite/forum/
and I try to edit this code above:
}else if(is_page('forum')){
/* Forum Page */
echo '<h1 class="page_title">';
echo 'Forum Support';
echo '</h1>';
echo '<h2 class="page_blurb">';
echo 'Press community';
echo '</h2>';and it works fine only in page (forum) http://localhost/mysite/forum/
but when I click all the the content in the forums my Title and Blurb has gone.
WHat I want to do is my sub header page title and page blurb will appear in any page in forums.
ANYONE knows how to fix this or how to add code?
I’m just a beginners in wordpress
your reply is much appreciated,
Thank’s
Topic: Can't locate my forum
I installed bbpress for my wordpress site. (Organic Themes if it makes a difference) Then I saw this message:
Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.
I don’t even know what that means and what to do.
Secondly, while I can locate “forums” on the left side of my dashboard and even preview when I make a thread I can not locate it in my website. I even create a new page titled “forums” thinking that would do the trick, but nothing. What should i do?
Topic: What am I doing wrong?
I downloaded the bbpress plugin for wordpress. Now I’m receiving this message: Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.
How do I fix this?
My bbpress site is now being tested by joe public.
Every time one view’s a forum category and then chooses a forum from that category, it automatically takes them to a forum under a different category.
For instance, if I view…
Forums, North East, Country Durham, the breadcrumb trails shows that’s where I am, but when I click on the “schools” forum the breadcrumb trail changes to show I am in the schools forum but under a different category – and it’s always South West, Devon!!!
Why do all my forums default back to South West, Devon ??!!
When they were created, I chose the correct hierarchy and can view this is still correct from the Forum, All Forums in the dashboard.
You can see the issues here… http://lifeafterlondon.com/?page_id=973
I would really appreciate someones help with this – THANK YOU.
I am using the BuddyPress Default 1.5.4 theme for the website I’m trying to make:
http://www.fairdinkumpolitics.com/
I have BuddyPress installed with site wide forum (bbpress). I’m not sure if this is a bbpress question or a buddypress question, thought I would try here first.
In the header where there is a link “Forum”, it goes to:
http://www.fairdinkumpolitics.com/forums/
I want it to go to:
http://www.fairdinkumpolitics.com/forums/forum/political-machinations-5/
How do I control the destination of those buttons?
And about the above url, can I change it to:
http://www.fairdinkumpolitics.com/forum
And have my forum there instead?
Because the current url looks very messy to me. I’m only going to have one forum, with a few different categories. Can I get rid of the “/forums/forum” and just have “/forum”? And instead of “political-machinations-5” just “political-machinations”? I guess that is because I’ve been messing around creating and deleting categories.
Thanks!
Hello!
Files for Russian localization available at: http://translate.wordpress.org/projects/bbpress/plugin/ru/default
Instructions for downloading the current version of the plugin localization bbPress:
- Go to the resource: http://translate.wordpress.org/projects/bbpress/plugin/ru/default
- Bottom left click Export, the first field should be “all current” in the second field “mo”. Repeat this action by selecting the second box, “po”.
- Download both files in the “[root of your WordPress] wp-content plugins bbpress bbp-languages ”
Note: The exported files will include only the localization of the green line (current, that is approved by the current version). Yellow highlighted recent changes in the translation, pending approval. They transfer will not be included!
There you can offer your translation.
Important!
The resulting files should be renamed, for example: was the bbpress-plugin-ru.mo, was bbpress-ru_RU.mo.
Thank you all!
Инструкция для загрузки локализации текущей версии плагина bbPress:
- Перейти на ресурс http://translate.wordpress.org/projects/bbpress/plugin/ru/default
- Внизу слева нажать Export, в первом поле должно стоять “all current” во втором поле “mo”. Повторить это ltqcndbt, выбрав во втором поле “po”.
- Загрузить оба файла в “[корень Вашего WordPress]wp-contentpluginsbbpressbbp-languages”
Примечание: В экспортируемые файлы локализации будут включены только строки зеленого цвета(current, то есть утвержденная текущая версия). Желтым цветом выделены недавние изменения в переводе, ожидающие утверждения. Они в перевод включены не будут!
Там же Вы можете предложить свой вариант перевода.
Важно!
Полученные файлы нужно переименовывать, пример: было bbpress-plugin-ru.mo, стало bbpress-ru_RU.mo.
Всем спасибо!
Hi,
For some reason my forum index won’t show more than 5 forums. If I create 7, 2 are hidden.
Likewise, when I edit a forum post, the drop-down that lets me select which forum the post is in is also limited to 5.
If that post was in the 6th or 7th forum, it defaults to the 1st, meaning the post moves forums when edited.
Is this a known bug? Does anyone know how I can fix this?
Jamie