Published on October 28th, 2014 by FrancescoR
Hi, I have some problems to create my custom layout.
In practice, the problem is that my theme has the feature to create templates through pages.
Now, when I create a new page and use
shortcode, I see the page themplate like I want, but when I click on a topic, the layout change.
This, probably, because URL changes, in fact topics always follow root forum setted on forum settings. And, if i leave the check (that one that set root default root for all contents) I got a 404.
Instead, if I set forum root like page permalink the layout is the standard one.
Maybe is my theme, but the code is really hard to understand, so I just need that all contents follow the page url and template.
my page code:
<?php get_header(); ?>
<?php
$layout_obj = new C5_theme_layout();
$layout_obj->build_layout('page');
?>
<?php get_footer(); ?>
I hope that someone can help me, thanks and sorry for my english
Published on October 28th, 2014 by zitaoli
hi, sorry,i am new to bbpress, we just set up a wordpress for our support center with bbpress installed for Q&A purpose(not as a forum). that’s why we wondering how to show topics in bbpress home page instead of forums(to make it more like a Q&A and save the hassle) or even create topics without forums.
your help is really appreciated!thx
Published on October 28th, 2014 by hiniguez
Hi,
I have protected wp-admin area with .htpasswd and .htaccess. That’s what I did with all my websites.
Some plugins are using admin-ajax.php. So, in .htaccess I added a line for this file.
It looks like bbpress uses other files of the wp-admin area (on the user point of view – front office). This shouldn’be, should it ? Can anyone tell me which files of wp-admin are neccessary ?
Thanks a lot,
Hervé
Published on October 28th, 2014 by jjstevens
Hi, there!
I am new to WordPress and I’m wondering if i need any text editor like Notepad++ in order to create a website. This might be a dummy question, but I really need to know. Can I build a website with WordPress without coding? Thanks in advance!
Published on October 28th, 2014 by babulalsmit
Please suggest me the cheapest hosting company!! thank you in advance.
Published on October 27th, 2014 by jacques268
So I cannot view any replies.
All the slugs are set to defualt and my permalinks are saved as ‘Post Name’ (I have re-saved this as well).
I have made various replies from using different accounts. When I navigate to the topic, it says “This Topic contains 3 replies, has 3 voices …” but then I am unable to click on the replies to actually view them.
When I go into the back-end click into replies and get the shortlink of a particular reply, it will take me to the correct page but I have no idea how to navigate there without knowing the URL (which each get saved as “…/intranet/?p=366” with a different number for each reply).
Please help!
Published on October 27th, 2014 by Matt Cromwell
We are allowing Akismet to handle spam on our forum. But for the past few months we’ve noticed that very often (maybe always) when a new user submits a ticket and they put a url in it, they automatically get moved to spam. I don’t see any settings in bbPress settings, Akistmet, or the “Discussion” settings that would cause this.
Any insight would be greatly appreciated.
Published on October 27th, 2014 by albnaldo
Hello all,
So I finally managed to get bbPress up and running. As suggested, I copied all the template files inside bbPress plugin directory to my active theme. However, I want something better.
I came across this website http://bbshowcase.org/forums/view/available-themes and I really like the first template. I downloaded and extracted it. There are many .php files and one style css. Can I do the same thing and copy these files to bbPress folder of my theme?
Published on October 27th, 2014 by Sherry22
Does anyone know why this error happens?
Warning: substr() expects parameter 1 to be string, array given in /home/homewo31/public_html/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php
I deleted groups and forums and recreated and this is showing for my 2nd group.
Published on October 27th, 2014 by emrphy
I’m trying to set up bbPress, but I’m not using the postname permalinks (for SEO reasons), which is causing problems. So I tried setting it up using Method 2 in the setup guide, which is basically just setting up a page with
on it. That works, but now none of the non-index forum pages work. Just 404 pages.
What should the Forum Root Slug and Single Forum Slugs be? I’m thinking that may be the problem. I’ve been messing around with them but haven’t been able to fix them yet. Thanks for any help!