Search Results for 'code'
-
Search Results
-
Hello everyone, I am new to bbpress and slowly working my way around lol
I’ve modified template.php to add the text “You are here:” to the breadcrumbs to match the breadcrumbs for the rest of my site, but I’d prefer to use a function to make these changes instead. The problem is I cannot wrap my head around the proper code and nothing I have found through searching has worked so far.
Can someone help me with this please?
My site: http://www.lissyhunnybee.com/discussions/I have the latest versions of both wordpress and bbpress and am using the Darling theme which is a child theme of Genesis/Studio Press.
Thanx in advance 🙂
I have just re-installed bbPress after looking at several alternatives as although it was the first I tried it seemed to be incompatible with the custom template I am having to use.
I looks to me that the forum needs a wider page in order to organise its components properly as they are jumbled up. The forum does work in that I can enter text – it is just a bit of a mess. I might even suggest styling is very minimal
I have tried making a full width page (no sidebars) and then substituting page name into ‘Forum root’ and it seemed to work BUT the forum was loaded with sidebars as before so no improvement.
I have read of a somewhat complex solution involving child templates and monifying style sheets but that seems dreadfully long winded and prone to error for a WP non-coder such as myself.
Is there an easier way to prevent sidebars from loading?
Or is there a way I can generate a page eminating from a different template on which I can load bbPress? The latter might give me a nicer forum styling too.
Is there a way to load the forum into an existing page via html/Js code for example – as an iFrame perhaps?Thanks for any help – if it has to be the most difficult way then please say!
Hey,
My site and forums were working fine, but then the specific forum pages started getting a 404. I reset permalinks through backend and then manually, but it is still happening. I shut off all plugins and turned on one by one, but same issue. If I use the shortcode on a post it works. I tried s different slug as well, but no luck. Any ideas what I am missing? My site is http://www.capecodchatter.com
The forum index is http://capecodchatter.com/forums/ which works fine, but all the specific forums are 404. I appreciate the help.WP: 4.3.1 bbPress: 2.5.8 Theme: Jolene
Hi Folks,
I’m trying to tweak the colours of a site I’m building as a “learn WP” excercise and I cant find out how to change the colour of the Search button on my forums page.
I have Custom CSS installed and I’ve entered this to control the Up and Over states of the SUBMIT button:#bbpress-forums .submit { background-color: #1e73be; color: #FFFFFF; float: center; vertical-align: middle; border-radius: 4px; height: 35px; width: 120px; font-size: 14px !important; } #bbpress-forums .submit:hover{ background-color: #82D646; color: #FFFFFF; float: center; vertical-align: middle; border-radius: 4px; height: 35px; width: 120px; font-size: 14px !important; }I’ve also got this to control the colour of the SEARCH button but adding the
:hoverat the end of a copy of the original CSS, at the end of the id name doesn’t work.#bbpress-forums #bbp-search-form input[type=submit], #bbpress-forums #bbp-search-form input[type=submit] { text-indent: 0; background: none; background-color: #1e73be; color: #fff; width: auto; height: auto; border-radius: 0; margin-top: 0; }Any Ideas greatly received. The Forums page is here if MEMBERS PAGES password requested it is… ccc
Topic: Need help with wp-query
I understand the concept of WP_Query but am not anywhere near enough of a coder to write one. I need help writing a query that will call up all the replies in a certain month and year, and include the topic and forum the reply is attached to. Can anyone help me with that?
I just transferred the whole site, which is housed under a non-bbpress-like CMS package, into bbpress by the built-in tool.
Every thing looks fine.
But I have yet to put them in production because of one reason:
Let’s think about the following:
- a visitor landed my home.
- he/she went to a forum.
- the forum shows topic index and a paginator on top or bottom of topic index box, based
- on the max of lines configured.
- the visitor travelled back and forth in site the forum by clicking the paginator. for ex, if the forum has 100 topics and max line is configured as 15, then paginator links would be 1,2,3,4,5,6,7.
- supposed that the visitor clicked 3-pgnator before clicked 5th topic.
- that is, the visitor is reading the 35th topic and replies if any.
- at this time the vistor changes mind to go to 2nd page.
so the visitor go back to the previous topic index before clicking 2-pgnator link.
Now the visitor grumbles. the topic view page(the one described at 6.) shoud have got the topic index and paginator below the topic view. So we dont need to do extra clicks.
This scenario is totally from the customers’ view point. Unfortunately, there are some tools in the world prviding such features, and they asked the site builder to implement that feature.
Because old system has it and the bbpress out of box does not, i do not think the request is wrong.
I have tried to find a solution, but not. for ex, i put
echo do_shortcode(‘[bbp-single-forum id=$f_id]‘);
at the bottom of conent-single-topic.phpThen looked great, but problem is:
In case that said above 6., the 3th topic index should be shown but shows 1st page, which is not getting sync’ed with the current topic’s position.
so i have to look into source code.
As far as I learned from it, bbp-single-forum short code is the very candidate, I guessed. But no clue to me.
display_forum function is out of control by myself, I guess.
Hopefully, some help or idea is in need. Or, let me know what I missed or overthought.
Thanks.
How can I change the freshness parameter of Recent Topics in the Forum Index, which appears by pasting the shortcode [bbp-forum-index]?
Right now it says No Topics for all the forums I have (please see link: http://mavipamumb.ns36.interactivedns.com/forum/ ). I want it to show the date of the last topic or post in that forum.
Please let me know if it can be done.
Thank you.
Topic: bbPress Sidebar Widget
