Search Results for '"wordpress'
-
Search Results
-
Topic: Help build forum
Hi,
Please can someone help make good looking forum, like these:
http://loreschool.com/forums/
or
http://teamoverpowered.com/forums/What and where I need to make changes to get something like that forums?
Im using bbpress Version 2.5.3 and WordPress 3.9.1 running Jarida theme.I am using wordpress 3.9.1, buddypress 2.0.1, and bbpress 2.5.3. I am using child themes. I cannot change the css for bbp-reply-content without changing bbp-topic-content. Around line 315 in bbpress.css, if I change something for bbp-reply-content, that changes the reply and topic content. For example, in the below changes nothing happens. I have background color set to white, and the background for repy-content is commented out. If I comment out topic-content and use the background change for reply-content, then all topic content and reply content will have a white background. I would like to be able to change the background on the reply content and NOT on the topic content. Anyone have any thoughts on this?
#bbpress-forums div.bbp-topic-content{ margin-left: 130px; padding: 12px 12px 12px 0; text-align: left; background-color: white; } #bbpress-forums div.bbp-reply-content { margin-left: 130px; padding: 12px 12px 12px 0; text-align: left; /*border:5px solid red;*/ /*border: 11px ridge #7D573A;*/ /*background-color: white;*/ }Topic: Default reply form behavior.
If i push “reply” on any post then default reply form push my post directly under that post. If i don’t push “reply” on any post then default reply form behaves as if I pressed the answer under the first post in the topic. Is it possible to change this behavior? I need this – if i don’t push “reply” then my post appears last in topic as if i pressed the answer to the last post of the topic.
WordPress 3.9.1
bbPress 2.5.3I’m looking for advice on how to display day of the week at “reply-post-date”.
In topic pages, “at” is used in the display of posting date. like…
2014/05/28 at(←here!) 00:21I want to replace the display from “at” to “(Sun)”.
In other words, I want to display a day of the week of posting time.I tried many times by using PHP function “preg_replace”.
However, it was too difficult for me. Code that I made is as bellow.function change_reply_post_date($output) { $output = preg_replace( '/at/' , "<?php echo get_post_time('D'); ?>" , $output ); return $output; } add_filter( 'bbp_get_reply_post_date' , 'change_reply_post_date');In this case, it did not result in an error.
However, “at” disappeared.What should I do?
Would you please advice me?WordPress: ver3.9.1
bbPress: ver2.5.3Our Club didn’t want forums in BBPress so I needed to uninstall it.
After the uninstall I was left with BBPress Roles such as Keymaster etc.Additionally, all Admin accounts aand other WordPress accounts other than mine now get a page “you are not authorised to access this page” when they log in. They can go back to the main page while logged in and can then access the Dashboard.
I’ve worked around this b copying the user privileges from my account to other admin accounts.
How can I “fix” this?
Hi all,
I am creating a course related membership site. I am using course ware plugin for course management. I also need forum for my registered members for course related discussion.
I google for best forum plugin for wordpress and found this bbpress plugin.
But I am confused, I am not sure whether it will work with my course post type or not because its custom post type.
What I actually want to do is: Suppose, I created 1 course say “bbpress installation” in course ware custom post type and I want to add 1 separate discussion board for this course. Is this possible with bbpress plugin ?
Let me know its really very urgent for me because my project is overdue. I really very appreciate quick and useful reply 🙂
Thank you in advance.
Hi all,
I am creating a course related membership site. I am using course ware plugin for course management. I also need forum for my registered members for course related discussion.
I google for best forum plugin for wordpress and found this bbpress plugin.
But I am confused, I am not sure whether it will work with my course post type or not because its custom post type.
What I actually want to do is: Suppose, I created 1 course say “bbpress installation” in course ware custom post type and I want to add 1 separate discussion board for this course. Is this possible with bbpress plugin ?
Let me know its really very urgent for me because my project is overdue. I really very appreciate quick and useful reply 🙂
Thank you in advance.
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!!!