Forum Replies Created
-
In reply to: How can users create topics via the toolbar?
read this to enable the visual editor and also show the buttons from tinymce advanced.
as to your
+ New
button, i dont know how to help with that , if you already created it maybe add a conditional to the function to only show it to Admins/Mods , but im not sure.thanks for sharing
In reply to: How allow all users create new topickit should be by default , you probably installed a plugin that caused this issue or you messed with some users capabilities.
follow the basic troubleshooting in this topic
if you did read those already you might need @netweb’s help since he knows more about this stuff.
or you could hire a developer to do this for you,
post a job at http://jobs.wordpress.net/ if you do this route come back with some kind of information to hopefully help out other users.
In reply to: Importing Large Xenforo Forumwhy did you avoid the Recalculate the position of each reply option??
and you might also have to split our import file into pieces if you haven’t already.
other than that @netweb maybe would chime in to help out.
or you could hire a developer to do this for you.
post a job at http://jobs.wordpress.net/ , if you do this route comeback with some information to hopefully help others.
In reply to: reformatting ALL CAPSFriendlyCase should work, i tested with some default themes.
it works in twentytwelve , twentythirteen , and twentyfifteen.
link to your site so i can check on it maybe there is some CSS messing it up or something else.
In reply to: only paying users can reply topicsyou could remove some capabilities from some user roles
https://wordpress.org/plugins/members/
this guide will help find the user capabilies ( what they do is self explanatory)
https://codex.bbpress.org/bbpress-user-roles-and-capabilities/
as for a membership plugin s2 member and pmpPRO (its free) with its bbPress addon should be two good candidates.
In reply to: Forum overlapped by sidebar, width problemsorry want on the past day
this looks like the wrong CSS to use if the topic was too wide to me.
.bbp-reply-content p { width : 580px !important ; }
remove it so i could check it out.
then i will be able to fix this issue and other one.
please read these two guides first , and hopefully they will help you
https://codex.bbpress.org/import-forums/
https://codex.bbpress.org/import-forums/simplepress/In reply to: Different classes/Id’s for “Subscribe” links?should be very familiar to the other subscription link
span#subscription-toggle a.subscription-toggle
In reply to: how to mention a user through display_name?@mentions are not from bbPress , i assume you also have BuddyPress installed??
go to their support
In reply to: having problembut when I try to register it direct me to my wordpress login page
ive looked into this and its normal, its because the register form functionality isnt really finished
https://bbpress.trac.wordpress.org/ticket/2137
you can use the default WordPress registration pages if you want they are fine for user registration for all your users, and you could customize the default WordPress registration pages with some other plugins too.
if you want dedicated front-end forms use a plugin like this
https://wordpress.org/plugins/theme-my-login/
our login shortcode [bbp-login] works fine though.
In reply to: Additional Fieldsthe post rating plugin in that topic is broken.
there are better alternatives of the plugins in that topic though
have a search here
We also want to be able to add different categories and/or tags to each post.
your can put forums in categories, and topics can have tags already . Are you looking for something different??
In reply to: Most popular signature plugin (with HTML limiting?)i think this plugin limits html , cant remember though.
In reply to: Email notification for admins on new postsif you subscribe to a topic you can get notificiations of new replies.
if you want a notificatin for all replies/topics created
i would suggest this plugin. But the other are fine.
https://wordpress.org/plugins/bbpress-notify-nospam/
sorry it is not
In reply to: Translation doesn't work.it seems to work find on my end.
i didnt manually add da_DK to the wp-config.php file though i just went to settings > general and changed the language.
are you sure you did it correctly??
make sure to follow these guides
https://codex.bbpress.org/bbpress-in-your-language/
https://codex.bbpress.org/bbpress-in-your-language/danish-dansk-da_dk/if you need any additional help reply back.
haha
alright since i think all of your support topics are done for now, you can go ahead and delete the user i created to check out your site.
In reply to: Forum overlapped by sidebar, width problemthe theme actually works pretty well by default
is there any CSS rules you added to customize bbPress for your site??
it might be conflicting with that section.
You really are helpful, robkk!
just going down the list haha
span#favorite-toggle a.favorite-toggle
span#subscription-toggle a.subscription-toggle
make sure you have favorites and subscriptions activated in settings > forums
In reply to: Redirect from page to profile url (menu link)you might have to make a copy of the login widget , and customize it to how you want it.
This part of the guide shows you how to add custom links to their profile and also an edit link.
if you copy the edit link and just change the last slug in the url you could get to most of your profile sections.
so in the end you might have
<p><a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>edit" >Edit Profile/Change password</a></p>
<p><a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>" >View Profile</a></p>
<p><a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>topics" >Topics Created</a></p>
<p><a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>replies" >Replies Created</a></p>
<p><a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>subscriptions" >Subscriptions</a></p>
<p><a href="<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>favorites" >Favorites</a></p>
In reply to: Sub Forums Stylingtry this
#bbpress-forums ul.bbp-forums-list li.bbp-forum a { display: inline !important; }
In reply to: Can’t seem to make login short code workalright
well just so you know the bbpress login form and woocommerce login form would work together
they would just sign the user into your WordPress site.
They dont have to sign in twice , but they can sign in multiple places , don’t recommend that but yeah they can use either one.
where is your favorite and subscribe links??
they should by default be in your bbPress topic header.
more of a WordPress thing, as the biographical info doesn’t allow line breaks by default.
you can create a new topic but at the WordPress support forums if you really need this type of thing
In reply to: Widgetsoh yeah thats all custom stuff for this site
this plugin gets some of them
https://wordpress.org/plugins/bbpress-info-widgets/
more advanced search template and functions that would put in your child theme.
https://github.com/MateuszNowicki/bbpress-Advanced-Search
only thing missing is forum info
i think there is some article on some site to get every widget in a function like this site.
dont know where it is.