Search Results for '\"wordpress\"'
-
Search Results
-
Hey all. The “Next Page >>” & “<< Previous Page” links do not seem to be working correctly on the Forums page. We should have 2 pages of Forums, but instead have 11 and they all show the same first of the two pages. We are never able to see the second page (the Forums that begin with the letter toward the end of the alphabet: o, p, q, r, s…etc.). Any ideas about what could be causing this?
WordPress 3.7.1
bbPress 2.4.1After moving my bilingual 200,000 posts forum from Woltlab to bbPress, I realized, that the completely English forum with English forum descriptions etc. is too difficult for some of the German members, so I would like to somehow filter the German topics.
Already before importing, I created a custom field bbp_language and when creating the topic, they can chose a language, so that in the topic overview, you can see either of the flags – see http://deppheads.com/forums/new-posts/
With qTranslate, I can add German Forum descriptions, but maybe there is an easier possibility with just adding such a field to the Forum descriptions, not the whole site. I will have to write a little custom fields plugin for that.
I have no idea yet, how to set the languageâŚif to display one language only or all – if it is in the profile, Cookie, if it is a little extra-URL like /de/ or a drop down?!?
My bigger problem is, how can I make, in the sub forums, that only threads with German or only English threads will be shown? Is there some filter / hook that I can use?
Any file or function or short code?
Like in ânormal WordPressâ it would be<?php query_posts('meta_key=bbp_language&meta_value=Germanâ); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>Hello, is there any way for my forum members to click the topic and view it’s answer in a drop-down style below the topic/question itself(accordion style) ? I do not want the answer to show up on a different page. Either the answer slides down the question itself or shown in lightbox style upon click. Is this possible ?
I am asking this because my forum is not a discussion forum but Q an A forum where there is only 1 answer to the question asked by members.
Using latest wordpress and bbpress build
Kindly help.Topic: help me pls.. I'm stuck
hi,
I’m new on wordpress and just now i was trying to customise the theme and next thing i know is i couldn’t access to my website anymore.Fatal error: Call to undefined function frontier_option() in /home/palgadi1/public_html/web/wp-content/themes/frontier/functions.php on line 344
when i click into my website http://www.palgadingwisata.com/web that the line i get.
please somebody help me.
i have no idea at all what to do about itHey guys!
I have a little test site running for fun here.
As you can see, when you click on the forums page, bbPress is extremely light and does not fit in with the theme I am using.
Can I get any instructions on how to make bbPress sue the same style as my WordPress theme?
I am not extremely familiar with coding, so simple instructions would be the best!
Thanks!Topic: page templates
Just want to know how does bbPress include page templates (/templates/extras/….) into the WordPress page template dropdown which are available when creating new pages. Just want to know where the code exists in the codebase