Forum Replies Created
-
you will most likely need a filter to do this, but this is kind of not really necessary so all i can say is dont really worry about this.
In reply to: Making bbPress look like other forumsread some of this
In reply to: Help with styling cssyeah just remove the “topics” and “posts” words in the header by the “latest post” word
it should be in loop-forums.php
the rest i guess you can look at the default bbpress stylesheet and use that to help you get it looking right.
In reply to: Text Color and Fontno problem, but hey if i figure out how that function works ILL update this.
It wont be really soon, because i have to learn about that function and how it works a little bit more.
In reply to: Inconsistent fontno idea its actually kind of weird though.
i thought it was just the signature , but yeah kind of weird
In reply to: The BBpress Support Forums Do Not Work…enhancements should most likely go to freelancers , if its something somebody can find out in a less than ten minutes why not share it with the rest of the bbpress community.
if its something that might take time , then it will take time.
you dont always get your question answered in an hour of posting it might take more time.
so it is dumb to start complaining on how you dont get your questions answered lightning fast.
In reply to: Hide author/admin#post-entry article div.post-meta { display: none; }
i dont know how to only hide it on forums, but you can figure that out.
In reply to: The BBpress Support Forums Do Not Work…Ok, The BBpress.org support forums are pretty useless
this picture should sum up how i feel about your entire topic.
and try to know the difference between a problem and an enhancement.
Forum search in menu is an enchanement.
adding color coordinated user roles is an enhancement
post rating only on certain subforums is an enhancement
custom styled submit button is an enhancementIn reply to: My impressions so faras im reading this all i can think is that bbpress better not turn into the jetpack of forum software.
it could have a bunch of features but all im going to do is just deactivate more than half of them.
and then later ILL be thinking will this slow down my site.
i think some features should really be considered if it should go into plugin territory or be part of the core.
In reply to: Help with styling csslook at the bbpress default stylesheet , then look at your stargazer child themes bbpress stylesheet and see what you need.
heres some code that you might need …i dont know right all that you need
#bbpress-forums div.bbp-reply-content {
margin-left: 130px;
padding: 12px 12px 12px 0;
text-align: left;
}#bbpress-forums div.bbp-reply-author {
float: left;
text-align: center;
width: 115px;
}In reply to: Text Color and Fontonly thing i can do now is i guess suggest something else ,
https://wordpress.org/plugins/bbpress-post-toolbar/
it has font style, and font color .
but it hasnt been updated in years and adds 2-4 seconds extra loading time to your site.
it would be a great plugin still if it was updated or forked on github.
In reply to: Text Color and Fontyou can go ahead , but i seriously do not know much about this so i can barely help here.
In reply to: Help with styling cssyeah most likely css
In reply to: Pop-Up user registrationany modal login plugin with a shortcode or link to call it should work
https://wordpress.org/plugins/wp-modal-login/
https://wordpress.org/plugins/modal-links/search for more
https://wordpress.org/plugins/search.php?q=modal+login&sort=
In reply to: Help with styling cssif its just how the replies content looks like on a topic , i guess just copy loop-single-reply.php from the bbpress plugin templates and put it into your bbpress folder in your child theme.
there might be some css from your bbpress stylesheet in your child theme that might make it look weird though.
In reply to: Help with styling cssi guess this might work.
li.bbp-header ul.forum-titles li.bbp-forum-info a.bbp-forum-title { color:#fff!important; }
In reply to: Topics Ordering in a forumI want (topic 2) and any newer one to to be above previous topic
okay bbpress already does this.
so if i comment on topic 1 or topic 2 , topic 2 will be at top until a new topic is created??
In reply to: Topics Ordering in a forumokay i create a new topic called topic 1, its the only topic in my forum
if i create another one called topic 2 where do you want it to be below or above the previous topic
(bbpress has it where the newest topic is at the top, as long as no other activity has happened)
In reply to: Help with styling csshmm this looks rough , i guess remove the words in li.bbp-forum-reply-count, and li.bbp-forum-topic-count
to leave just to latest post.
and
add some red or white to the category forum title
In reply to: Topics Ordering in a forumHow can I display the published date ?
i dont know at the moment , but i know its possible , because in the backend in topics>all topics you see it shows the created date.
as for example if a post is new and another one is old, and if a comment is posted on the old one, the arrangement will change such that the old will be on the top of the newer one !!
But I think still the arrangement will be based on (last activity date) !?
yeah bbpress arranges topics by latest activity
In reply to: Help with styling cssif you mean like this http://thefastdiet.co.uk/forums/
follow this topic https://bbpress.trac.wordpress.org/ticket/1958
and read tharsheblows posts and take his code
or read Bob1nz and go to his pastebin links and take his
In reply to: Topics Page templatei need pictures to understand this
In reply to: Turn off the Email to Admin for New RegistersThis is a wordpress thing than a bbpress thing.
you can see on settings>general in the wordpress backend when you go to email its says right below it
This address is used for admin purposes, like new user notification.
to disable that add this plugin
https://wordpress.org/plugins/disable-new-user-notifications/
more info here
http://www.wpbeginner.com/plugins/how-to-disable-new-user-notifications-in-wordpress/
In reply to: Social Sharing on Replies on various threadsim able to do this all using a child theme and copying bbpress templates into my child theme of course, so that i am safe when a new bbpress upgrade happens.
In reply to: Topics Ordering in a forumbbpress does exactly what your talking about.
the only thing you want is just to display the published date , while not showing latest activity at all??