Published on May 29th, 2014 by demonboy
A slightly different question to the last one about visibility. I’d like to make the one private forum’s TITLE and TOPIC COUNT visibile to everyone. If they try and click on it, they’re taken to a page which tells them it’s members only (that part I’ve got covered).
I thought when I first installed bbpress this was actually the default setting but when I log out I don’t see the forum title. Have I inadvertently changed a setting whilst piddling around with plugins, or did I just imagine it? Is this at all possible?
Published on May 29th, 2014 by fumbling
Hi there! I am using bbpress v 2.5.3 and wordpress v 3.9.1.
I would like to use an email for notifications from the forum, that is different then the one I’ve setup in wordpress settings. Is this possible? Its just different people in our organization will deal with the forum, and others with support on the contact page.
Any help would greatly be appreciated!!!
http://fumblingfitnesscom.fatcow.com/test/wordpress/
Published on May 28th, 2014 by Jerry
I am using themes and modifying bbpress.css. I figured out how to remove the roles of people making posts. I want to remove the topic authors only, but keep all authors of replies. Here are the changes I made to bbpress.css, which was to put “dislay: none;” under the forum and topic authors, but that has not worked.
#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author {
display: none;
}
#bbpress-forums div.bbp-reply-author {
float: left;
text-align: center;
width: 115px;
}
#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar {
display: none;
}
#bbpress-forums div.bbp-reply-author img.avatar {
border: none;
max-width: 80px;
padding: 0;
margin: 12px auto 0 auto;
float: none;
}
#bbpress-forums div.bbp-forum-author a.bbp-author-name,
#bbpress-forums div.bbp-topic-author a.bbp-author-name {
display: none;
}
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
margin: 0 12px;
word-break: break-word;
display: inline-block;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name {
display: none;
}
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
clear: left;
display: block;
}
#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
display: none;
// font-size: 11px;
// font-style: italic;
}
#bbpress-forums li.bbp-header .bbp-search-author,
#bbpress-forums li.bbp-footer .bbp-search-author,
#bbpress-forums li.bbp-header .bbp-forum-author,
#bbpress-forums li.bbp-footer .bbp-forum-author,
#bbpress-forums li.bbp-header .bbp-topic-author,
#bbpress-forums li.bbp-footer .bbp-topic-author {
display: none;
}
The only way I have found to remove the topic author is to insert “display: none;” under the topic-reply authors, but that removes the topic-reply authors as well, which I don’t want to do. Perhaps I need to get into a php file to do this? If so, can someone direct me to the correct file? Thanks.
Published on May 28th, 2014 by
Published on May 28th, 2014 by Anonymous User 13302461
Hi. Please can somebody tell me how to make the “Recent Topics” widget links, go to the most recent reply?
As it stands, the links take me to the first post in the topic. Many of my topics are dozens of pages long and people want to go to the most recent reply.
Many thanks for any help.
Published on May 28th, 2014 by Bolder Elements
I created a second wordpress site on my multi-site install of WordPress. All I want to do is copy everything, exactly as it is, from one site to the next. I’ve tried about 5 times now to do this and everytime something goes horribly wrong. I tried importing everything and then using the forum tools to reset the count thinking that would work, but all it did was remove every post from being assigned.
Depending on how I’ve tried to import them, sometimes forums are not linked to the appropriate category, but every time only a small percentage of topics & replies are appropriately linked. Why does this happen?! Why is it so difficult tomove bbPress from one site to another? Does anyone have a way that would work better than using the WordPress Import/Export feature?
Published on May 28th, 2014 by Anonymous User 13302461
Hi. Please can you see what my forum index looks like normally.
http://robssatellitetv.com/forums/
But then click on “General Forums” in the grey forum header area, you go to a forum category index.
Now it looks awful and there are no forum descriptions.
Has anybody got an idea why? It is quite confusing and to a viewer, those sub forums look like topics! Confusing for some website visitors!
Thank you.
Published on May 28th, 2014 by Nitro187
I just installed bbpress, and for some reason, my submit and reply buttons do not work. I activate the two thousand twelve theme, and they work… but not with the theme my entire site is based around, which right now is REPlay (http://themeforest.net/item/replay-responsive-music-wordpress-theme/3172436?WT.ac=portfolio_item&WT.z_author=themex)
The button is there… it just doesn’t do anything when you click it. Anyone here know what I can do to troubleshoot this?
Thank you very much!
Published on May 28th, 2014 by Dear_Maria
I have been searching for an answer to this, but so far been unlucky.
At the moment, when I mark a topic as sticky or super sticky, the containing box changes colour. The topic does not display the words Sticky or or an Icon to let my users know it is a sticky topic.
is there a way I can add this feature?
Published on May 28th, 2014 by yoosuke
Hello from Japan!
bbpress is great!
Well, I’m in trouble.
so I would appreciate if you help me.
1.
By default, an anchor tag is given to texts of “freshness“. like…
<a>2hours, 1minute ago</a>
To remove the anchor tag from freshness texts, which files should I modify ?
Could you please tell me a path to get to the file?
2.
By default, a comma is used in display of “freshness”. like..
2hours,(←here!) 1minute ago
I want to also remove the comma.
In this case, a file to be modified will be the same as the file described above?
Thanks for reading,
and I’m looking forward to your reply…
WordPress: ver3.9.1
bbPress: ver2.5.3