Forum Replies Created
-
In reply to: Modify login/logout/register
not really used any registration plugins so can’t really help further beyond
10 Best WordPress User Registration Plugins to Power Up Your Site
In reply to: BBPRESS Last Post not updatingwhich version of bbpress?
In reply to: bbpress log in processyou should note that under the code above, if in
dashboard>users>edit user
you set the forum role to ‘no role for these forums’ it will simply add them back as participant when they next log in
In reply to: Subscriptions versus my subscribed topicsso what is the difference you are seeing ?
In reply to: bbpress log in processyou are right ! Looks like it change on 2.6.
It now does it on register
so to change back to how it used to work
in
dashboard>settings>forums untick Automatically give registered visitors…etc
Then put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
add_action('wp_login', 'rew_add_role'); function 'rew_add_role' () { $user_id = $user->ID ; $role = bbp_get_user_role( $user_id ); if (empty($role)) { bbp_set_user_role( $user_id, 'bbp_participant' ); } }
This code is untested, but should work, if not come back
In reply to: Modify login/logout/register🙂
In reply to: resize login/register menugreat – glad you are fixed
In reply to: BBPRESS not showing all Sub Forumsok, not sure what is happening there, but come back if you need further help
In reply to: Vbulletin to bbpressdashboard>tools>forums>import forums and complete the form
In reply to: resize login/register menuput this in your themes custom css
a.bbpressloginurl, a.bbpressregisterurl, a.bbpresslostpasswordurl { font-size : 16px ; font-weight: bold; }
In reply to: Modify login/logout/registerI can’t say – I’ve not used that plugin- suggest you post on the Login/Signup Popup by XootiX support forum
In reply to: bbpress log in processstill works like that as far as I know. what do you want to customise.
In reply to: BBPRESS not showing all Sub Forumsok, let us know how you get on
In reply to: Modify login/logout/registerbbpress just uses wordpress login, so any wordpress login popup will log them into bbpress as well.
Lots of WP login plugins around, so yes find one that suits you
In reply to: I was unsubscribed from all forums…can’t say…sorry !
not heard it as a problem
In reply to: BBPRESS not showing all Sub Forumsok, so can you give me a hierarchy that does not work eg
category x has 2 sub forums y and z and z does not show
ie something I can build on my test site
In reply to: BBPRESS not showing all Sub Forumsso without style pack the list shows correctly ?
In reply to: Help In Configuring BBpresshttps://teameurope.group/forumss/ – just shows a 404 and
https://teameurope.group/forums/ – just shows a loginIn reply to: notifcation: “bbp_new_reply” without hyperlink@solydee if you get an answer, do please come back and let us know !
In reply to: First Post of Forum Topic On Pageif it is not working, then 1. remove the norepy part and 2. make sure you type in thne line rather than copy it, as otherwise the apostrophes tend to get changed
as above you have ’1′ not ‘1’
In reply to: Help In Configuring BBpressProbably a theme issue, so do you have the shortcode [bbp-forum-index] in your forums page ?
In reply to: First Post of Forum Topic On Pagethere is a short code in my style pack above that does this as stated above 🙂
In reply to: First Post of Forum Topic On Pagebit confused – the shortcode I gave you without the noreply should do what you require
what is the exact shortcode you are using?
In reply to: First Post of Forum Topic On PageI think my style pack plugin might do what you want
then use
[bsp-display-topic-index show=’1′ forum =’10’ template = ‘short’ show_stickies=’true’ noreply=’true’]
see
dashboard>settings>bbp style pack>shortcodes for how to use
In reply to: private forum that people can post onand enable topic permissions