Search Results for 'code'
-
Search Results
-
I’m looking for a widget or a php funcion for listing
latest repliesincludinglatest topicswidth its topic text.Because of limited space I don’t want two separate listings for recent created topics and then recent replies. For me the topic text is also some kind of reply to the topic title.
Hi,
This seems very simple to do but I couldn’t get it working. I want the default bbpress theme but wrapped with my theme.I added the CSS file in my theme and I added a forum index shortcode in the main forum page. Right now the forum index renders OK (the forum index is the content, everything is correctly wrapped by my theme, interpreted by page.php I guess).
But as soon I get to a topic page, it’s the single.php or page.php that is used, without any bbpress template file (no breadcrumbs, etc., there is only the post).
I don’t want to customize bbpress, just want the bbpress template to appear in my theme content templates. Any way to do this easily? I would like to avoid customize all pages one by one and keep built it theme integrity…
Topic: Remove search bar
I found the following code being suggested to remove the forum search bar:
/*Remove forum search above forum */
.bbp-search-form {
display:none;
}It works on some themes, but not my current theme at villagepca.org. Any other suggestions?
Thanks!
Topic: Latex in topics
I tried many latex plugins but they work with normal posts and pages. I want to use latex code in topics and forums.
Wordpress Version 3.5.1
bbPress Version 2.3.2Topic: bbp-topic-tags – Not working
In my forum here http://systemsfortraders.com when I insert the short code bbp-topic-tags it works fine – As you can see it displays my tag cloud but when I click on one I get an error – e.g. http://systemsfortraders.com/forums/topic-tag/infographics/
Please can someone help here ?
Hi everyone
I’m one of those novice newbies i’m afraid.
Trying to create a simple forum site.
Have selected great theme – Spun
Using bbPress as forum plugin.
When I redirect the permalink for post selected to contain the forum I get this view: but when I use the shortcode for the forum index it displays just as I’d like Though this isn’t navigable.It looks to me like it’s trying to fit the forum in one column. Could anyone tell me what code I’d need to create what I see using the shortcode on the /forums page so it’s usable? Or is there a way of running the forums using the shortcodes?
Many thanks
I don’t know if this is possible, but I was wondering if there was some way to automatically “close” or “hide” threads/posts after a certain period of time with no activity. I currently have about 8 pages of threads/topics on my site, sorted by freshness, and some of the older ones haven’t had a new comment/post in over a month.
Instead of manually closing or trashing all of the older posts, I would love it if there was a piece of code that would automatically do that.
*I found a way to do this by age of the topic, but not by freshness.
(All up-to-date)
Wordpress 3.5.1
bbPress 2.3.2
BuddyPress 1.7.1Topic: Activity Widget?
hello,
i want to remove a search bar from header can i delete this code from my website ( http://dramasonlinetv.com ).
<div id="top-search"> <?php get_search_form(); ?>Hi.
I am having the blank page issue. I tried adding a shortcode to it, but it stayed blank.
I am using Widezine theme with a BBpress Child theme.
website: westcoastnomads.com
Can someone help, please?
I’m a coding newbie, so please dumb it down. π
Jill
I added a
bbpresssubdirectory to my theme and got a blank screen. I was using a “silence is golden”index.phpfile in the subdir and removing that fixed it. I guess the subdir acts as a subtheme or something (though it has no style.css file).Interesting thing is I could also fix it by dropping in the files from
plugins/bbpress/templates/default/extrasto my main theme directory, following the instructions here: `http://codex.bbpress.org/theme-compatibility/Posting this in case it helps anyone else.