Forum Replies Created
-
In reply to: Topics accessible to certain users only
Yeah that sounds way too complicated
any post posted by the admin suppose to show up automatically on the LATEST POST in d home page
Most of the time this is for blog posts, unless you set up bbPress for your front page??
In reply to: Tackback spam in ForumIt might be that some comment form data is on the template that bbPress is inheriting.
You can create a bbpress.php and remove any comment code , or you can install this plugin and disable comments and trackbacks on bbPress post types.
In reply to: How can I redirect to /forum after login?May the force be with you.
And with you 🙂
In reply to: How can I redirect to /forum after login?Peter’s Login Redirect plugin should work for what you want to do.
I am guessing since you are saying “forum page” and you made that private , that you created a page and put the forum index shortcode in it.
Well since you chose to make that page private , it makes sense that Admin rights can only see it.
https://codex.wordpress.org/Content_Visibility#Private_Content
What you should do is just redirect to yoursite.com/forums and whatever forum you want private
make the forum private by editing the forum and setting it to private there.
So I’m looking for a Plugin or Code that can make the Topic Closed for comments from everybody, except the Author of the Topic.
There is no such plugin or snippet of code that I know to achieve this yet
In reply to: Fresh install, php warning on all pages in sitealright thanks for telling me, I guess I will keep a look on this then.
In reply to: I have a problem with importing Kunena Forumsee if the note left here can help.
and also if this topic helps.
In reply to: Fresh install, php warning on all pages in sitehmm I might have to report a bug.
before you fixed it, what did the url of your site look like (you can of course not put your actual site link)?? I am wondering if this could cause any issues that are at least similar to users having trouble installing on a local development installation.
In reply to: How do I create sections for my forums?instead of this on single forums
bbpress.org/forums/forum/pimp-your-press/
you would have this.
bbpress.org/forum/pimp-your-press/
And if you create a category for some forums you could have
bbpress.org/forum/design/pimp-your-press/
In reply to: How to list the moderators of a forum?not yet but there are plans to include something to list moderators
In reply to: How do I create sections for my forums?I think they just removed the forum root slug in settings > forums and created categories for each forum.
In reply to: Fresh install, php warning on all pages in siteAre you on a local development enviroment like XAMPP??
In reply to: Problem on installationYou can add a custom link to your forums in the menus section.
it should be yoursite.com/forums by default.
try this solution in this post
Top WooThemes Canvas Code Snippets for Customizing Your Website
In reply to: WP Users Links on BBPress ForumsYou can try flushing your permalinks and see if that works
How to install bbPress.
The search box I am not sure what you are after really, bbPress comes with its own forum wide search though.
In reply to: bbPress login widget causes internal errorread this first while I test out the login widget.
https://codex.wordpress.org/Common_WordPress_Errors#Internal_Server_Error
In reply to: CSS..?I got notified right when you replied, on Sunday no less! And was SO excited! Thanks for responding on your personal time.
Football season is over haha
This article provided a snippet example that showed me the correct statement to put into
Yep that is exactly how to do it.
Here’s how it’s looking so far
You pretty much got it from what I can see.
I still haven’t figured out how to place the post count into an icon font. I did it with css for now. Know any good tutorials for that?
I can’t think of any guides at the moment, but using the image you have now works too.
Sorry about that last Reply, the option to Edit it again wasn’t available.. ? I would like to clean it up, I didn’t realize certain tags wouldn’t work.
fixed it
In reply to: Problem on installationHow did you setup the forum index on your front page.
And since your theme is free I will try what you did and see if I can find the issue.
In reply to: Crooked User names & rolesIn reply to: Symbols in front / ForumEmail me a link to your site and create me a subscriber/participant account
I bet could get this fixed fast with some CSS.In reply to: Crooked User names & rolesYour theme is causing the issue , especially its styles for WordPress comments.
Try this custom CSS
#bbpress-forums .reply a { font-size: inherit; line-height: inherit; margin: 0; padding: 0; float: none; color: #c1052c; } #bbpress-forums .reply a:hover { color: #42a202; }
Also in your CSS your links do not really have a defined color to them. There is this CSS, but it should be something like this
#c1052c
p a, a { color: c1052c; }
In reply to: i dont want to use bbpress on wordpressI decided to install bbpress without wordpress
I am not seeing bbPress at all.
You can contact the plugin author or edit the plugin to change the topic link to the freshness link of the topic.