Search Results for 'register'
-
Search Results
-
Topic: Taxonomies for Topics
Hello,
I’m looking for some help adding taxonomies dropdown selectors for Topics (in frontend).
I understand I can treat Topics as custom post type. So I added my taxonomies with register_taxonomy() without any problem.Now I need to add these taxonomies selectors in frontend form (in New Topic Form / Edit Topic form)
Can anyone give me some help please?
So the warning raised was:
> Undefined index: latest-user
The code flagged was:
"%LATEST_USER%" => $this->stats["latest-user"]
I did a bit more research and stumbled upon:
`
if( $this->parent->option[‘last_user’] === “on” ) {
$HTMLOutput[“last_user”] = $this->section_latestuser();
}
`
At first I thought that
latest-user
needed to be changed tolast_user
, or vice-versa. But I continued the research of the code and arrived here:`
array(
‘id’ => ‘last_user’,
‘label’ => __( ‘Latest Registered user’, ‘bbpress-improved-statistics-users-online’ ),
‘description’ => __( ‘Display the latest user to register to the site?’, ‘bbpress-improved-statistics-users-online’ ),
‘type’ => ‘checkbox’,
‘default’ => $this->defaults[‘last_user’],
‘class’ => ”
),
`
I decided to have a look at my bbPress Advanced Statistics settings and this was actually unset. I have now switched it on:
Now the warning does not display. Also, it then occured to me that the code has this line:
$this->stats = $this->stats_extra( $activity );
That function does this:
`
private function stats_extra( $activity ) {if( $this->parent->option[“bbpress_statistics”] == “on” ) {
// Add the bbPress Statistics
$activity[“bbpress”] = $this->get_formatted_statistics();
}if( $this->parent->option[“last_user”] == “on” ) {
// Get the HTML latest usser
$activity[“latest-user”] = $this->get_latestuser( true );
}if( $this->parent->option[“most_users_online”] == “on” ) {
// Get/set the most users ever online, users the active online users
$activity[“most-users”] = $this->get_mostusers( $activity[“count”][“active”] );
}return $activity;
}
`
Therein is the problem. This function is conditionally populating the
stats
array based on user options. Makes sense, but, this function, makes assumptions:`
private function allowed_tags() {
// Store all of the strings currently replace
$this->_tags = array(
“%MINS%” => $this->parent->option[‘user_inactivity_time’],
“%COUNT_ACTIVE_USERS%” => $this->stats[“count”][“active”],
“%HOURS%” => $this->parent->option[‘user_activity_time’],
“%COUNT_ALL_USERS%” => $this->stats[“count”][“inactive”] – $this->stats[“count”][“guests”],
“%COUNT_ALL_GUSERS%” => $this->stats[“count”][“guests”],
“%COUNT_ACTIVE_GUSERS%” => $this->stats[“count”][“guestsa”],
“%USER_USERS%” => _n(“user”, “users”, $this->stats[“count”][“active”], ‘bbpress-improved-statistics-users-online’),
“%GUEST_GUESTS%” => _n(“guest”, “guests”, $this->stats[“count”][“guestsa”], ‘bbpress-improved-statistics-users-online’),
“%ALL_USER_USERS%” => _n(“user”, “users”, $this->stats[“count”][“inactive”] – $this->stats[“count”][“guests”], ‘bbpress-improved-statistics-users-online’),
“%ALL_GUEST_GUESTS%” => _n(“guest”, “guests”, $this->stats[“count”][“guests”], ‘bbpress-improved-statistics-users-online’),
“%USER_RECORD%” => $this->most_users( “record” ),
“%USER_RECORD_DATE%” => $this->most_users( “date” ),
“%USER_RECORD_TIME%” => $this->most_users( “time” ),
“%LATEST_USER%” => $this->stats[“latest-user”]
);// Apply any filters that may have been applied to the list of existing tags
if( has_filter(‘bbpas_replacement_tags’) ) {
$this->_tags = apply_filters( ‘bbpas_replacement_tags’, $this->_tags );
}
}
`
I will be upfront here – I don’t know how to adjust the code so that it will not raise a warning when the Last Registered User setting it not checked. As a result I switched it on.
I just thought i would throw my findings out here as someone might be able to provide the tweak to make it correct.
have a good day!
This is the third time I’ve posted this as the first two have not shown up on the forums (I do apologise if they all show up at once now)
I need to edit css for the ‘Register here’ and ‘forgot password’ pages as they look terrible in responsive view when logged out, I can use CSS Hero for this..
However, I am unable to do this because being logged into wordpress (to enable me to edit css) means that I only see the ‘logged in’ view of the ‘register here’ and ‘forgot password’ pages. Whereas it’s actually the ‘logged out’ view I need to edit.
If you type https://findgyms.co.uk/forgot-password/ into:
you should hopefully see what my dilemma is, as the unlogged in view should come up.
I hope this makes sense?
Any help would be greatly appreciated,
Tim
WordPress V. 5.4.2
BBPress V.2.6.5
Theem: AstraAt the bottom of my forum page I am using the Advanced Statistics plugin and it shows the following statistics:
I wanted to try and display this widget in my second sidebar but for some reason it refused to display. So I thought I would try the bbPress Statistics widget instead in my aisebar and that works:
I don’t understand some of these statistics though.
Registered Users – the same 189
Threads – the same 163
Topics / Replies – I understand this to be the split down equivalent of Pots 556.
Forums – why does it say 2?Does not make sense.
Am importing users to WP using the fabulous ‘Import Users from CSV’ plugin, which so many others use happily too.
While that plugin can be used automatically to subscribe imported users to a BuddyPress Forum, does anyone know if it’s possible to do the same, but for bbPress fora, and if so how?
Perhaps I should be using BP fora instead? My bbPress fora are already nicely formatted with ‘TinyMCE’, ‘post-post edit’ and ‘attachment upload’ functionality. (Not sure if that’s possible with BP fora.)
Thank you.
—
WP v.5.4.2
bbPress v.6.0.0Hi,
Can you help me figure out how to add a Register button beside the login button? I’m not talking about a rightside bar widget.
I’m talking about the default view when someone tries to view a forum and is not logged in.
Thanks
Hi – I have a WordPress site that has been operational for 5 years.
I wanted to add a Discussion Forum using bbPress, and I have been successful in installing the bbPress plug-in.
Using the bbPress Shortcode Codex, I wanted to create a requirement for people to log into my new Discussion Forum using
[bbp-register] – Display the register screen.
[bbp-lost-pass] – Display the lost password screen.However, when I test these two options, it appears that these two options actually create a new WordPress account – with no connection to my existing WordPress site at all. When I test the Register facility, a new page opens with the WordPress create account box (create username and password).
What is wrong with the Shortcode usage, please?
WordPress 5.4.1 running Enterprise theme.
bbPress Version 2.6.5Hi. I am not sure if this is the right place to post this, but I need some help getting started with BuddyPress and BBPress. I just created my first website, which is a community for people living with multiple disabilities. I am hoping to turn this into a nonprofit organization. I have installed both BBPress and BuddyPress, so I will be posting this in both forums. The website is livingwithmultipledisabilities.org, and I have WordPress version 5.4.1, BBPress version 2.6.5, and BuddyPress version 6.0.0. I have BBPress set up with several forums I created, and I think I’m going to use BuddyPress to allow users to create groups. I have a few questions. Is there anything I should do to make BBPress and BuddyPress work well together? Second, how do I set up the register and activate pages for BuddyPress to use? These pages seem to exist, but I think they are blank since I do not see anything when I edit them, and trying to review them redirects me back to my website’s homepage. Finally, is there anything else I might not know about that I need to do to set both plugins up? Thanks.
Hi, all the forum members will need approving, so is it possible to change this text please. It is on the page people see as soon as they have signed up:
“Create An Account
You have successfully created your account! To begin using this site you will need to activate your account via the email we have just sent to your address.”also, can I change the email that is sent out automatically? It is confusing.
“Thanks for registering!
To complete the activation of your account, go to the following link and click on the Activate button:”
I installed bb press on my wordpress site, created the register screen, however when the user enters in the username and email there is no email received.
It is not in the junk email and all my other wordpress emails seem to be working. The only thing not working is the bbpress activation email
Topic: Broken links in forum
Hello all,
A new problem has arisen, probably as a result of plugin upgrades as there have been a lot recently.
I am using:
BBpress 2.6.4
Advanced noCaptcha & invisible Captcha 5.7.1
bbP private groups 3.8.3
bbp style pack 4.5.3
bbPress Login Register Links On Forum Topic Pages 3.0.1
bbPress Messages 2.0.9.1
LoginPress – Customizing the WordPress Login 1.4.4
WP User Avatar 2.2.6
plus a lot of others not pertinent to the forum (I hope)Forum is at https://signalbox.org/the-blower/ but I suspect these issues are only visible to registered users.
Underneath the poster’s avatar is a link to the user’s profile. I limited this (for privacy) through bbp style pack to only show the user’s own profile and not that of others. This did work, but now it gives Error 404. I tried setting it to not show any profiles but the link remains active and still goes to Error 404. It is trying to link to https://signalbox.org/the-blower/users/username/
Same occurs if you click on Send Message
Other possibly related issue:
I seem to be getting notifications for postings I have posted in but haven’t subscribed to, I don’t think that happened before. As yet I have had no complaints so am not sure if ordinary users are similarly affected.All of the above was definitely working at one time. I can’t figure out what has broken it. I can’t find any other mention of these issues in this forum so assume this is peculiar to my site – maybe conflicts between plugins?
Best regards,
John