Forum Replies Created
-
In reply to: Allowing Line Spacing in Forum Description
Is it possible to allow spacing in the BBpress Forum description? Right now, even when you created different paragraphs for the description, the spacing will disappear and the paragraph will be squished together in the shown forum description.
Is there a way to get different paragraphs to seperated when thr forum description is shown?
Is there a code snippet that I can add? I don’t know how to code but I would love this to work.
If you want picture examples, I will be more than happy to provide!
In reply to: Adding Image in front of Forum Index.topic #subscription-toggle {
display: none;
}This is for people who want to turn off the topic subs and only have the forum subs 🙂
I found it dude: https://www.satollo.net/hide-the-subscription-toggle-on-bbpress-forums
.forum #subscription-toggle {
display: none;
}This will only change the CSS design and does not mess with the core functions of the theme 🙂
In reply to: Hide the “Subscribe” link in the topicI found it 🙂
.topic #subscription-toggle {
display: none;
}This is if you want to hind the topic subscription-toggle.
.forum #subscription-toggle {
display: none;
}This one is for hinding the forum the subscribtion-toggle.
In reply to: Hide the “Subscribe” link in the topicI can’t find the solution on the page this time :((
In reply to: Hide the “Subscribe” link in the topicIs it possible to hide the link? What is the code. Differently from killer_x10, I would like to hide the topic subscribtion link (I only want forum link). Is this possible to just hide it?
In reply to: “Subscribe” link customization (Make it bigger)Never mind, I found and edit the code already… if you wanna know my code:
#bbpress-forums > #subscription-toggle{
float:right;
}#bbpress-forums div.bbp-reply-content a.subscription-toggle,
#subscription-toggle a{
font-weight:bold;
padding: 8px 8px 4px 8px;
border: 0px solid #66FF33;
background-color: #66FF33;
color: white;
}#bbpress-forums div.bbp-reply-content a.subscription-toggle,
#subscription-toggle a:hover{
background-color: #00FFFF;
color: white;
}#bbpress-forums div.bbp-reply-content .is-subscribed a.subscription-toggle,
#subscription-toggle .is-subscribed a.subscription-toggle{
border: 0px solid #e6e6e6;
background-color: #e6e6e6;
padding: 2px 4px 2px 4px
}In reply to: Line spacing in bbpress forumsThank you @myndphunkie for a great CSS code. Works very well!!!
In reply to: Disable Text Editor and use of HTMLThank you so much!!!!
In reply to: Subscription Email?I got it working already from Stephen Edgar’s plug-in. Thank you everyone!!
(It seemed that I had fixed all the issue my just researching this forum lol. None of my post had anyone replied in hahaha.)
In reply to: Subscription Email?I don’t know how but I edited those emails before somehow. Is a plugin needed to achieve this action??
In reply to: Making Texts in the post Uncopyable?@robin-w would you mind helping me with this issue too?
In reply to: Making Texts in the post Uncopyable?Thank you Robin hahaha.
It is alright :))In reply to: Changing the word 'Forum'I really really recommend using the plugin called “WP Override Translation.” It works perfecty… you will then be able to change “Forum” to “Newsroom.”
Hope this helps because the plugin helped me so much!!!
In reply to: Not Blocking Bad-Words??It did it guys with two codes :))
Holy!!! @ajtruckle. You, my dude, have all the gratitude I can give. This is working now all because of you.
I hope you have a great day.. no weeks… no have the greatest life anyone every lived!!!!!!!
In reply to: Forum Subscribtion Email Notification SettingHey, thanks for the answer!! However, I did not installed BBpress messages so there is no setting for that. Thanks for the answer though :))
In reply to: Forum Subscribtion Email Notification SettingPlease help me 🙁
In reply to: Making Parent Forum Unnecessary??No one at all? :((
I really wish this project will work out but I guess that it would never come to life now
In reply to: Allowing only the Forum creator to add the Topic??By default, I mean letting the forum creator create the topic but not others (for every forums!!)
Is that possible??
In reply to: Allowing only the Forum creator to add the Topic??Oh THank you for the reply!!
There will be many forum creators!! (Every user are free to create a forum of their own!) Is it possible to make the setting a default for every forum??
THanks!!
In reply to: Allowing only the Forum creator to add the Topic??I use User Role Editor to allow subscriber to add Forums. Then, I put the Forum creating shortcode on a page.
I’m using bbpress not buddypress.
However, I want to restrict the Topic creator to only be able to create a Topic inside of the Forum they created. Is there a way to do that?? Thanks!!
In reply to: Allowing only the Forum creator to add the Topic??Please help me, I really hope that my project will succeed and it wouldn’t without the help of you guys :((
Thank you in advance!!