Search Results for 'code'
-
AuthorSearch Results
-
July 29, 2014 at 4:56 am #149833
In reply to: How to: bbPress moderation
Stephen Edgar
KeymasterThere are some details on what and why different status’ are reported depending on if the result is due to “Comment Moderation” or “Comment Blacklist” here:
Depending on time, improved support for this may land in bbPress 2.6.
July 29, 2014 at 4:29 am #149828In reply to: user profile link giving a 404 error
nolimit966
ParticipantI’ve figured it out the problem now, the URL is removing the space from in between the first name and surname so instead of being:
http://MYURL.co.uk/forums/users/Stephen%20Wright/
Its becoming:
http://MYURL.co.uk/forums/users/StephenWright/
Im not sure how to fix it though, ive had a look at the function its calling in the loop-single-forum.php file & it seems to be:
<?php bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'size' => 14 ) ); ?>July 29, 2014 at 4:15 am #149825In reply to: How do your members register?
Kris35
ParticipantSktrader, thanks for posting your site. I had a coder set everything up for me a few months ago and I remember the BBPress register/login area looked really naff. Maybe he wasnt such a good coder? We decided to use User Pro, but I didnt like it in the end. We had a User Pro PM plugin and I just remember having so many problems with everything, I took it down in the end and members joined my closed FB group. Am going to look into this more. Not sure what happened with mine but yours looks professional and smart. Thanks a bunch for this.
July 29, 2014 at 3:19 am #149817In reply to: Full Width Forum Help
Robin W
Moderatorok, you are using the oxygen theme as well?
@watstyl08 never came back and said that the code worked, and is now using a three column forum, so don’t know.Ok, I’d go back to the original fix, that is copy the oxygen full width template as @watstyl08 did in their very first post, and then take out the three lines as I suggested.
Once you have done that, come back, and I’ll look at your website.
July 29, 2014 at 3:11 am #149815Topic: How to: bbPress moderation
in forum Installationttmt
ParticipantHi all
I have bbPress installed and everything is working fine.
I would like to use wordpress’s moderation tools.
This post states that bbPress uses the same moderation tools as WordPress.
I have entered test words in the moderation text box:
Dashboard > Settings > Discussion > Comment Moderation
If I use these words in a post nothing happens and the post is added to the forum.
I’m logged in as admin and the words are used in the post not comments.
Does the user effect the moderation?
Is the moderation only on comments?
July 29, 2014 at 3:04 am #149814In reply to: customizing bbpress admin links
Robin W
Moderator@robkk – yes just saw the other thread. Let us know what the resultant code looks like 🙂
July 29, 2014 at 2:53 am #149813In reply to: Full Width Forum Help
aussiestar14
ParticipantHey,
I am having the same problems with my oxygen theme as mentioned above!!
I created a forum page with shortcode and choosed there the fullwith template.
This works great:
http://www.curlyhorse.info/forum- I’ve copied my “page-template-fullwidth.php”
- renamed it as “bbpress.php”
- installed bbPress WP Tweaks
- tried the code for the bbpress.php of Robin W (above)
But the whole forum doesn’t work now anymore with the new code, if you click on a forumpage like “dies-und-das”
Can anyone help??
Thanks a lot!!!!July 28, 2014 at 10:51 pm #149810In reply to: Delete "no categories" on forum.
cybarmitzvah
ParticipantI have noticed a new problem on the forum, astronomertalk.com,
you need to join to see it, but I changed the submit button,
using this code:
#bbpress-forums .submit {
background-color: #000073;
color: #FFFFFF;
float: center;
vertical-align: middle;
border-radius: 2px;
height: 35px;
width: 80px;
font-size: 18px;
}but it also influenced the update profile button which now looks screwed up…
You need to join to see it, but it looks bad.
Does anyone know a fix.
Thank You,
JBJuly 28, 2014 at 10:22 pm #149808In reply to: customizing bbpress admin links
Robkk
Moderatorturns out there is this theme that has this function working
check out https://wordpress.org/themes/wp-knowledge-base
put it on a test site and see that i has what i need in that theme
now all i need is to scrape that code out and i think wrap it in an
if user is logged infunction and thats itafter that this topic should be done.
July 28, 2014 at 8:35 pm #149798Robkk
Moderator<a href="http://yoursitename.com/new-topic/">New Topic</a>this should work after you have done everything in
New Topic Button at top of topic, and Topic Creation on Separate Page
July 28, 2014 at 8:31 pm #149797MarximusMG
ParticipantThank you, but what would the actual line of code that should be entered there look like? Again, I apologize for the basic question, and I truly appreciate your help! 🙂
July 28, 2014 at 8:28 pm #149796In reply to: Delete "no categories" on forum.
Robkk
Moderator.content, #right-sidebar { padding-top: 0 !important; }this should do it , you shouldnt make everything at the top super cozy though.
July 28, 2014 at 8:19 pm #149794In reply to: Showcase-bbpress admin talk
Robkk
ModeratorNow i am think what the point of having this forum because Mostly Webmaster talks about code and customization and i have limited knowledge regarding that. i think i should abort this forum.
sorry about that,
but how did you get the actions button on each post if you didnt know much about code?
like how did you get a quote link in there??July 28, 2014 at 8:04 pm #149793MarximusMG
ParticipantThank you SO much robkk.
At the risk of sounding like a complete newbie (which I definitely am), I’m getting stuck at placing the link in loop-forums.php. What would that line of code look like, using the sample New Topic URL?
July 28, 2014 at 7:57 pm #149791In reply to: Delete "no categories" on forum.
Robkk
Moderatorfor sidebar, also replace that .content code with 5px padding top with this
.content, #right-sidebar { padding-top: 0 !important; }and
#right-sidebar { float: right; width: 28%; padding: 0 0% 0%; }July 28, 2014 at 7:54 pm #149789In reply to: Showcase-bbpress admin talk
sktrader
ParticipantI whole idea of having this forum is having a common place where admin of bbpress forum can chit chat about managing the forum. i appreciate that you guys have provide genuine feedback. Now i am think what the point of having this forum because Mostly Webmaster talks about code and customization and i have limited knowledge regarding that. i think i should abort this forum.
July 28, 2014 at 7:49 pm #149788In reply to: Delete "no categories" on forum.
Robkk
Moderatorwell you shouldnt use that code.
especially this
#post-entry article.post-single .post-content {
font-size: 1.25em;
margin-top: -85px;
padding-top: 0px;
line-height: 2.00em;
}because if you go to your about page, there is text colliding with each other
and never go negative.July 28, 2014 at 7:32 pm #149784In reply to: Delete "no categories" on forum.
Robkk
Moderatorit should have but i mean there is space created by different objects.
try this
#post-entry article.post-single .post-content { font-size: 1.25em; margin-top: 0px; padding-top: 0px; line-height: 1.4875em; }if you want to lose more space try this
.container-wrap, footer .ftop { float: left; margin: 0; padding: 0 2% 0 2%; width: 96%; background-color: white; }after that there isnt any more you can delete.
July 28, 2014 at 7:24 pm #149780In reply to: Delete "no categories" on forum.
Robkk
ModeratorI will say there is a bit of a gap now, between the forum, and the title of site/description, would you know how to make that smaller?
try this, but if you see some weird looking css throughout the rest of your site in that area remove it, Or try to find an alternative.
.content { padding-top: 5px !important; }search forum and topic icons in bbpress search then go from there
July 28, 2014 at 7:08 pm #149778Robkk
Moderatorthey use , the bbpress shortcode for the new topic form.
[bbp-topic-form] – Display the ‘New Topic’ form where you can choose from a drop down menu the forum that this topic is to be associated with.
more shortcodes https://codex.bbpress.org/shortcodes/
create a page , lets say “new topic”
add that shortcode, and save
place an html link in loop-forums.php
the link should look like
<a href="http://sitename.com/new-topic/">New Topic</a>style it with css with
a.bbp-new-topic-button { background:#009375; color:#fff; }July 28, 2014 at 6:26 pm #149773In reply to: Showcase-bbpress admin talk
Robkk
Moderatorsaw your site , and see that you have an actions button on each post
i assume you are doing the same thing as my dropdown list for bbpress admin links, or that you took the code from my topic. I think its a great idea , and more help would be great.
As for your site , right now all i can see is that its doing the same thing as this sites support, but i guess if you can come up with some cool ideas and code or i guess some custom themes you could in the future be for bbpress as buddydev.com is for buddypress if you develop some features for bbpress users.
July 28, 2014 at 5:55 pm #149767In reply to: Change email for notifications
Robkk
Moderatorheres for sent from name
// Change the Mail Sent from NAME add_filter( 'wp_mail_from_name', 'email_sent_from_name' ); function email_sent_from_name( $name ) { return 'YOUR COMPANY'; }credit goes to jordan boston for both functions
July 28, 2014 at 5:51 pm #149765In reply to: Delete "no categories" on forum.
Robkk
Moderator#1 try
li.cat-item-none { display:none; }#2 if its the subforums??
a.bbp-forum-link { font-size: 16px; font-weight: bold; }#3 if you really wouldnt mind it being gone for all pages then
#post-entry article h1.post-title { display: none; }July 28, 2014 at 5:34 pm #149764In reply to: Display total board Posts and Topics on index
Robkk
Moderatoryou could output the bbpress statistics shortcode like this , its in that reply
July 28, 2014 at 3:49 pm #149763In reply to: Problem with register page
gold1
Participanti get that post comment page on firefox, it looks fine in chrome, but my brother tried from his computer and he gets page not found in chrome, works fine in IE and firefox. Can it be a setting in the browser or something? I put the shortcode on my register page in pages -> edit page
-
AuthorSearch Results