Search Results for 'bbpress'
-
Search Results
-
Hi, I tried again to post this bug on track, but I got a “you have not ticket privileges”, so I’ll try to report it here since it can be a very general issue.
My blog is set with a permalink structure like %category%/%postname% WITHOUT a trailing slash. But on bbpress file ajax.php on function bbp_get_ajax_url() the url is generated with a trailingslashit( $wp->request ).
WordPress sends back a redirect whene there is a trailing slash and the subscription fails with an alert “undefined”. Removing the trailingslashit(…) everything works fine.
There is a specific reason for that use of trailingslashit()?
Thank you, Kasi.
Hello,
I have 2 inquiries:
1- I would like to know how to change buttons texts (subscribe, favorite, submit) in forums and topics lists?
2- How to change/remove some reply links (Stick , merge ..etc)How can I do this on my child theme, is it by copying the php files to my child theme? if yes, which files are they? OR I should have a function file created by me to do that ?
Thanks
I’m using the Cafe Pro Genesis child theme and the latest version of bbpress. I would like to add a border to the text boxes on the topic and reply forms but can’t find the bbpress css in Genesis. Anyone know where to find it?
I have gone through the prior threads on this issue and I still can’t change the text in the Oh Bother box.
My site is appletechtalk.com. If you click on the Forums taband look at the bottom of the page, you will see the Oh Bother! text.
I have modified the feedback-no-forums.php file so that the text line reads “Please select a topic”. I thought that would be easier than trying to remove the box completely (which is what I would rather do).
I placed the file into my child theme. First I put it in the root of the bbpress directory and that did not help. I also recreated the directory structure in my child theme:
bbpress/templates/default
and that didn’t help either.
I am new to WordPress and bbPress as well as css and php files so I have a bit of a learning curve but I’m wondering if you have any thoughts on why this isn’t working.
Thanks,
David
Topic: Bulk-move bbPress topics
could we possibly to have Bulk-move bbPress topics soon?
users post on wrong forum all the time, we really need function
Topic: Language files are ignored
Hi,
I have problem with translation Polish Plugins BBpress. I use plugin translation loko.
Example:
Translate no problem headline, while there is a problem translation other elements.
Screen:
http://www.fotosik.pl/zdjecie/be5ef86aeb3e93b8It is not affected while the change
Exapmle:
http://www.fotosik.pl/zdjecie/7bd91fc5748b0c84Please, help me! How to translate all the elements?
Topic: Registering member to forum
Hi, I am new to WordPress and bbPress, I have recreated my blog using WordPress, and i want to have a forum on my blog for my students to participate in discussion. However, I don’t seems to get the member registration for my forum. Any idea whats going on?
Hello,
We are a nonprofit organization providing permanent supportive housing for individuals who use to be homeless (and are now productive citizens). We have 39 buildings and we are creating a WordPress site for the tenant community. We want to have a Bulletin Board and Calendar that is exclusive to EACH building.
Can I use bbPress in such a way that when a tenant logs in, he/she will be able to participate on the Bulletin Board that is unique to his/her building?
Is there detailed documentation anywhere that can help me with this? I’d love to read it and have feedback on how to do this.
Thanks very much,
CyndiWhen I’m in a group and turn on forums for the group, this is what happens:
Warning: substr() expects parameter 1 to be string, array given in /home/workou23/public_html/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 776
Warning: strpos() expects parameter 1 to be string, array given in /home/workou23/public_html/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 783
Warning: explode() expects parameter 2 to be string, array given in /home/workou23/public_html/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789
Warning: Invalid argument supplied for foreach() in /home/workou23/public_html/wp-content/plugins/buddypress/bp-forums/bbpress/bb-includes/class.bb-query.php on line 789
– See more at: http://workoutanywhere.net/community/fit-healthy-mommas-challenge/forum/#sthash.3xBUV0H9.dpufDoes anyone know how to fix these errors?
Thanks,
Topic: User can’t see forums
I am having issues with the forums, I can’t see the forums. No matter what I set the forum user role too; even moderator. The forums are public and open. My administrator account can see the forums but not the moderator account. I am using buddypress with about 15 other plugins I figured it may be a plugin conflict so I disabled all the plugins except bbpress and buddypress. but I still don’t see the forums. Also on a side note my site has been doing weird stuff. I have all the latest versions of wordpress and bbpress. I was wandering if there is a way to clear the server side cache as this may be the problem not just with the forums not showing up but with the other issues as well
Hi
we just found that default bbpress search function does not honor hidden forum setting at all
If you set a forum to be “hidden”, then you go to search for thread contents inside that hidden forum, search results still show those info under “hidden forums”.We are using default bbpress search function, not wordpress search
hope this could be fixed soon
thanks for great plugin
Topic: move content in bottom
hello..anyone can help me..
i’m sorry if my english so bad.my topic look like this in mobile.

my bb content look ugly. can i move bbp author on top and my bbp topic content on bottom ? or bb content lock full witdh.
help me pleaseMedia Queries
————————————————————–*//* =Standard Mobile Landscape
————————————————————– */
@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {
-webkit-text-size-adjust: none;
}
@media only screen and (max-width: 480px) {
#bbpress-forums div.bbp-topic-tags {
clear: left;
float: left;
}
div.bbp-search-form input,
div.bbp-search-form button {
font-size: 11px;
padding: 2px;
}
li.bbp-forum-info,
li.bbp-topic-title {
width: 45%;
}
li.bbp-forum-topic-count,
li.bbp-forum-reply-count,
li.bbp-topic-voice-count,
li.bbp-topic-reply-count {
width: 15%;
}
span.bbp-reply-post-date {
float: left;
}
span.bbp-reply-post-date+p {
clear: both;
}
span.bbp-admin-links {
clear: left;
float: left;
}
#bbpress-forums .bbp-forums-list li {
display: block;
font-size: 11px;
}
#bbpress-forums .bbp-body div.bbp-reply-author {
margin: -15px 10px 10px;
min-height: 100px;
padding-left: 80px;
position: relative;
text-align: left;
width: 100%;
}
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
clear: none;
display: inline-block;
margin-left: 0;
word-wrap: break-word;
}
#bbpress-forums div.bbp-reply-author img.avatar {
position: absolute;
top: 15px;
left: 0;
width: 60px;
height: auto;
}
#bbpress-forums div.bbp-reply-author .bbp-author-role {
font-size: 12px;
font-style: normal;
}
#bbpress-forums .bbp-body div.bbp-reply-content {
clear: both;
margin: 10px;
padding: 0;
}
#bbpress-forums div.bbp-reply-content p {
margin-bottom: 1em;
}
div.bbp-submit-wrapper {
float: left;
}
#bbpress-forums fieldset.bbp-form {
padding: 0 10px 10px;
}
#bbpress-forums #bbp-user-body {
clear: both;
margin-left: 0;
word-wrap: break-word;
}
}