Search Results for 'code'
-
AuthorSearch Results
-
July 28, 2014 at 8:31 pm #149797
MarximusMG
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
July 28, 2014 at 3:21 pm #149762Topic: Display total board Posts and Topics on index
in forum ThemesEne Marius
ParticipantHi, I’m trying to display the total posts and topics count on the index page (content-archive-forum).
I know that this works inside a forum, but is there something similar that counts the totals posts / topics ?
Thank you.
July 28, 2014 at 1:42 pm #149754In reply to: bbPress Theme for Spin?
Robin W
Moderatorand look at the styling crib
July 28, 2014 at 1:40 pm #149752In reply to: Problem with register page
Robin W
Moderatorok, the register in the login in the sidebar works fine.
On what page and where did you put the shortcode?
July 28, 2014 at 1:33 pm #149746In reply to: How to use bbpress for designing forum – Tom Kalili
Robin W
ModeratorI can only suggest that you start by setting up a forum, and then come back with any questions you have.
to start you should follow the guides in the documentation
July 28, 2014 at 1:21 pm #149744In reply to: How do your members register?
Kris35
ParticipantOk thats great – thanks. I was using User Pro but I didn’t like it. I kinda remember the BBPress login widget was a bit rough looking but am sure I can get a coder to make it look pretty. Do either of you know if most people with a BBPress forum also use the BBPress login widget or do they use something else?
July 28, 2014 at 1:04 pm #149742Robin W
Moderatorno, we can carry on here !
I have to say I’m not sure whether it can take two, the codex seems to think it can be passed 2in the examples.
https://codex.wordpress.org/Function_Reference/add_shortcode
However you are passing an array $attr to the function, so why cant you just pass two elemenstb within that array
$attr[‘id’]
and
$attr[‘id2’]July 28, 2014 at 11:14 am #149740In reply to: Importing From PhpBB3 Questions
PinkishHue
ParticipantYes support is a little short here but we just have to deal with that. I think support will improve as the plugin becomes more and more popular but it’s just taking a while ๐
As bbpress is a WP plugin, your question is more WP specific, so – as you’ve mentioned – you just need to use the WordPress Codex to find out how to do things like move your installation. This is a valuable tip for everyone – if you’re having trouble finding an answer here, try the WordPress Codex or support forums as many answers can be found there.
July 27, 2014 at 11:33 pm #149725In reply to: How do your members register?
sktrader
Participantbbpress uses wp user database and bbpress plugins comes with login widget to enable login on the sidebar. you can enable registration on the frontend by putting bbpress shortcode on the page
July 27, 2014 at 11:13 pm #149723In reply to: Change email for notifications
Robkk
Moderatori found this code but i dont know if it helps
// wp_mail altered for bbPress (Mail sent from address) add_filter( 'wp_mail_from', 'email_sent_from' ); function email_sent_from( $email ) { return 'noreply@sitename'; }July 27, 2014 at 11:09 pm #149721In reply to: How do your members register?
Robkk
Moderatorif one registers to wordpress they also are capable of posting on forum topics.
all registration is around wordpress.
bbpress may come with a register shortcode to place on a page ,but all the information still goes to wordpress.
-
AuthorSearch Results