Search Results for 'code'
-
Search Results
-
Hey guys. I’m busy customizing my forum page.
I’m using WP Visual Composer Plugin to add some elements to the Forum Page, but every time I click update and reload the page they’re gone? Maybe they’re being overridden by css or bbpress code?
How can I fix this?
I’ve checked the bbpress shortcodes for visual composer but don’t think that will fix it. As I’m simply trying to add a header and footer image, plus a Custom header.
Thanks in advance.
Hi!
i set up a gallery in media uploader, inserted it in a topic i have in bbpres forum…
the gallery not work, instead of show the thumbnail and the image, show the gallery code:
[gallery link="file" ids="535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571"]the same code in article, pages etc, work just fine and visualize the gallery, only in bbpress pages seems to not work.
wordpress last version, bbpress last version.
In the php-template displaying the forums, I want to check if the current forum/topic/… displayed is below a certain bbpress subforum/category.
The purpose of this is to show different wordpress menus depending on if the user is looking at the english part or the german part of the forums.
My question is: Is there a php-code to handle this?
Like:
if (we are under the german category) display german menu; else display english menu;Thanks! 🙂
I’m trying to add sortable columns into the backend using
add_filter('manage_reply_posts_columns' , 'custom function');and
add_action( 'manage_reply_posts_custom_column' , 'custom function', 10, 2 );I was able to add thes columns to ALL custom post types except replies/topics.
Are Replies/Topics somehow handled differently than other Custom Post Types in WordPress?
Is there a workaround/fix/patch that I can use to get this working?Not mission critical, just curious and love learning how machines work:)
Thanks,
ChadHi there! I am completely new to bbPress and forums. Assume I know nothing.
What I would like to do is set up individual, forums between myself and a client. Let’s say I have 7 clients: A, B, C, D, E, F, and G. I’d like to create a forum between myself and client A, that clients B-G can’t see. And a separate forum between myself and client B, that client A and clients C-G can’t see. And so on. (And I’d like to have a main forum that all clients A-G can see, but I figure that’s much easier.)
How would I go about setting up a forum for each individual client, that no one else can see? Are there plugins I would need? Code to hack?
Thanks in advance for your assistance!