Forum Replies Created
-
In reply to: User Permission
Oh. Where do I place this code. Sorry still newbie to all these codes thing 🙂
In reply to: User PermissionRobin, you are a champion. I never knew this feature exist. good job!
by the way, the top of the page display tools incl new forum/topic and reply. That’s great. But how to hide the ‘WordPress’ icon on the top left corner? because the wp icon has links to ‘about wp’ document, feedback etc. I’d like to hide that too if possible.
Thanks again. You are very helpful.
In reply to: Change font size range for tag cloudPerhaps fonts shown in different colors will be even better.
In reply to: Change font size range for tag cloud@hbombs86, you are good! thank you. This is what I did…
// Output the topic tags wp_tag_cloud( array( 'smallest' => 11, 'largest' => 20, 'number' => 80, 'taxonomy' => bbp_get_topic_tag_tax_id()
however, the font size only show 11 on all – same size. Did I do something wrong? I thought it would randomly display 11 to 20?
In reply to: TagsHi Stephen, I like to have it at the ‘sidebar’ please. I tried the code but I must have done it wrong (wrong paste) nothing happens 🙁 help appreciated.
Is there a plugin suitable for this?In reply to: TagsI tried but seem to have no success with this ‘tags’ 🙁
1) on the default ‘topic tags’ widget, how to increase the number of tags display e.g. up to 100 tags?
2) I tried this plugin “Simple Tags” set up, but nothing is displaying. Perhaps I didn’t set up correctly? or any plugin that might work better?Thank you so much for your help.
In reply to: TagsThanks Stephen. that’s great. Now, I’m still a bit newbie to this coding thing. Would you kindly guide me where (which field) to add this code to?
<?php wp_tag_cloud( array( ‘smallest’ => 12, ‘largest’ => 16, ‘number’ => 16, ‘taxonomy’ => bbp_get_topic_tag_tax_id() ) ); ?>
Thank you so much.
In reply to: TagsIn this tag widget, the tag font sizes – are they random sizes? or admin can assign font sizes to different tag word?
https://www.dropbox.com/s/map86g1o2jbibb0/tags.jpgIn reply to: TagsThanks Stephen. You’ve been helpful!
In reply to: increase font sizeYou are a champion! Thanks Robin.
In reply to: what theme/styleThank you very much. Stephen.
In reply to: what theme/styleThanks Robin.
I could see something… /wp-content/plugins/bbpress/templates/default/js/editor.js?ver=2.5.3-5249what does this mean? which theme/template they use?
In reply to: increase font sizeThanks Robin. You have been a great help.
I read through and tried https://codex.bbpress.org/bbpress-styling-crib/
What I did,
1. installed Simple Custom CSS plugin – all ok
2. insert the below code. and changed the font-size: 1.1em; to 1.6em#bbpress-forums div.odd, #bbpress-forums ul.odd { background-color: #fbfbfb; } #bbpress-forums div.even, #bbpress-forums ul.even { background-color: #fff; }
IF post is sticky or super sticky, then
.bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky { background-color: #ffffe0 !important; font-size: 1.1em; }
but the rest doesn’t seem to work…especially
Number 5. Various textsbbpress-forums .bbp-topic-content p, bbpress-forums .bbp-reply-content p { font-size: 12px;
I change the font-size: 20px
nothing happens. 🙁
what did I do wrong? basically I wanted to increase font size for all forum section from 1 to 8. How please.
Thank you in advance
In reply to: Order of Topics@Stephen, newbie here. How and Where to add the above code please. Thank you so much.
In reply to: Bar usersI meant ‘ban’ users…
In reply to: theme – front endThanks again, Robin.
In reply to: Any youtube tutorial on bbPress?Thanks for that. yes, I’ve been doing a lot of reading and watching other youtube tutorial. so much to learn. 🙂
In reply to: theme – front endYou are a champion Robin! it works. Thanks.
Now, this is to existing users though, what about preset to all users (including new users) to have restrict access to the wp backend? and is possible to preset on all users except ‘Admin’ and ‘Moderator’?
Thank you in advance
In reply to: bbPress theme and pluginIn reply to: bbPress theme and pluginok. Can you tell me a bit more about ‘styling’? thanks.