Search Results for 'code'
-
Search Results
-
I am a new WP (version 3.5.1) user, and I don’t know much about html and other codes. I have set up WP with help from firends, and I have managed to create a forum myself with bbPress (version 2.2.4).
It looks good, but my problem is that when I return from a topic to my main forum page the title of the page changes to the first topic in the list.
As a work-around I found a solution that suggested creating a new wp page and adding “[bbp-forum-index]“. This works and looks good, but when I click on Forum to go back to my main forum menu, I am returned to the bbPress main forum menu where the title is wrong. How can I return to my own WP forum page after visiting a topic?
Is there and address or a code string I can add somewhere in the plugin program? – or perhaps it isn’t that easy? Can anyone please help me?Topic: Adding Login Form To Header
I am having trouble adding a login form to my header. I do not have my site up yet as it is on a dev environment only right now. Can someone help me understand where exactly in a header I need to put code for the login form? Also which code am I putting? Other than creating a new div class in my css, is there anything else I need to do in css? (aside from styling etc)
Thanks!
Topic: Redirects back to Post
Hi there,
I installed bbpress for a Service and Therapy Dog programs for certain Therapy Volunteer members to communicate with each other in this type of forum. I’m tightening up the nuts and bolt on this forum, but one of the members has point on a matter.
This is what she (Heather a.k.a. mheather54) said,
“.…i can go straight to the post from my email link (email notification), i still need to log in if i want to post (which is a good thing), but it would be nice if, when i log in, it redirects me back to the post i was reading, or at least to the therapy volunteer forum. instead, it takes me all the way out to my word press profile.“
Reply link to T.V. member mheather54: http://pawsteams.org/tv-forum/forums/topic/forum-placement/#post-95
Is there a way that I can re-direct the user back to the post when they log-in to reply to topic??? Also, I noticed that when I log-in, it sends me to my dashboard instead of the actual forum.
What I have running under the hood of WP:
- WP version 3.5.1
- bbPress version 2.2.4
WP Theme: Twenty Twelve version 1.1
WP Plugins that are active:
- Akismet version 2.5.7
- bbPress version 2.2.4
- bbPress Notify version 0.2.1
- Captcha Code version 2.1
- Hello Dolly version 1.6
- Login LockDown version 1.5
- Ultimate TinyMCE (free) version 4.1
- WordPress Importer 0.6
Here’s the link to the landing page: http://pawsteams.org/tv-forum/
I would greatly appreciate your help! 🙂
Warmest Regards,
David G
Topic: Forum Dashboard problem
Hi everyone
I’ve bee banging my head for a couple of days with my bbpress forum. There is a problem with the sidebar on the forum page as you can see here http://tricksforaffiliates.com/?post_type=forum . The sidebar location is before the main page instead of next to it. It works ok everywhere else.
I’ve tried to find where the problem lies. At first I called the forum via a page with the link to option and could remove the sidebar from page.php but of course that made it disappear everywhere else too. I checked the bbpress php files and usually appears before the footer call not after header. I don’t know if that tells me anything.
I also tried finding something with firebug but to no avail. I am able to remove the dash and the page looks ok, but the problem is cause I can’t figure out which document the code refers to and don’t know where to search for a problem.
Any help would be greatly appreciated.
Wordpress version: 3.5.1
bbPress version: 2.2.4
Site: tricksforaffiliates.comWordPress version: 3.5.1
bbpress version: 2.2.4
http://cchfh.org/testI created a user role called Board using “members” plugin and assigned all roles shown here for participant (http://codex.bbpress.org/bbpress-user-roles-and-capabilities/#participant)
I set the WordPress General settings, New User Default Role, to Board.
I set the Default role for the Forum to Participant.
I created a test user account which is set to Board and Participant. When I login with that account and go to the test page the forum doesn’t show up. But it does show up with my Admin role account.
What am I doing wrong?
Well here’s what i’m trying to do..
I want to show an images below usernames in my bbpress forums, based on the WordPress role of each forum poster.
Here’s what i figured out so far:
– I found out that i need to edit loop-single-reply.php to show something under username.
– I figured out (i think :P) that bp_get_reply_author_id() is the string that gets the details of the bbpress poster.Now here’s what i got so far:
global $current_user;
bp_get_reply_author_id();
switch (true) {
case ( user_can( $current_user, “subscriber”) ):
echo ‘image’;
break;
case ( user_can( $current_user, “contributor”) ):
echo ‘image’;
break;
case ( user_can( $current_user, “administrator”) ):
echo ‘image’;
break;
}My code doesn’t work. I cannot get it to show an image based on the WP role (not bbpress) of the user. Can anyone help?
Hello,
I would like to add, let’s say a link, at the top of all bbPress pages. In which file can I do this so I don’t have to be adding the same piece of code in every file manually, and only in the bbpress, not throughout the actual site.
Thanks,
My goal is to share one DB between wp and bbpress, one registration, seamless for users. The process of accomplishing this seems to have changed.
There’s all sorts of documentation on this topic and I’ve spent the last five hours trying to find my answer before bothering the good people of the internet, so I would greatly appreciate a hand now. It would appear that in recent changes, bb-config.php no longer exists? Installation process where you can fill out DB details in an easy form process seems to be gone?
So the settings must be in a config file somewhere! This infamous “WordPress Integration” section must be somewhere!
I’m using WordPress 3.5.1 and BBpress 2.2.4
Thanks.