Search Results for '+.+default+.+'
-
Search Results
-
In using bbstyle pack, when I have it set to have edit profile in the menu, it refers to this link…
/users/*username*/edit
… but I end up with an error page…
“Sorry, This Page Is Gone.
The page you are trying to view no longer exists or has been moved. You may try the search form below to find it.”I also tried the bbstyle pack shortcode [bsp-profile] and same result as above.
You asked on another thread…
What have you got set for dashboard>settings>forums>forum user slugs>user base ?
It is set to the default… I never changed it…
usersI found an old plugin as a workaround, but I would rather not add another plugin, especially one that is not updated for the past two years…
/plugins/bbp-profile-link-shortcode/When I use that plugin, it works fine for profile edit… I put their shortcode in a sidebar widget… and it refers to this link…
/users/*username*/
… this link works to reach Profile.Here is the problem…
I have my wp in a sub folder of the domain, WordPress Address (URL).
And, the Site Address (URL) is the domain root.bbstyle pack is using the WordPress Address (URL) … adding the folder to the link string … and not the Site Address (URL)…like this…
/domain/folder/users/*username*/edit
… this will not work… “Page is Gone”/domain/users/*username*/edit
… this works.Is there a way to change the setting for bbstyle package to use the Site Address (URL) as opposed to the WordPress Address (URL)?
Thank you for making it 2.6!
However, there was a problem after the update.I use bbpress in Japanese.
In ver.2.5, a code that sets the topic title to 20 characters in Japanese was added to functions.php and it worked properly.
This is the code.function title_max_length ($ default) { $ default = 20; return $ default; } add_filter ('bbp_get_title_max_length', 'title_max_length');
But after 2.6, it didn’t work.
For example, if default = 20, only 6 characters will be reflected in the title in Japanese. If it is half-width alphanumeric characters, up to 20 characters are correctly reflected.I know this is a multibyte issue, but I don’t know how to deal with it. Can I change the limit on the number of characters in a title even with multibyte?
I hope to find a good solution.I am not good at English. I’m sorry in terrible English. thank you for reading!
Topic: Custom logout page?
We have shortcodes for the login and password reset process.
The login form has a logout button that avoids the confirmation prompt.
The default logout experience asks the user to confirm.
What would be nice is ability for a logout shortcode that we can put on our own page so that the question is asked consistent with the theme.
I am using My Theme Login plugin so I can specify what page to use for logout.
As mentioned, the login form is avoiding the prompt but it would be nice if it was optional to show the prompt and that it could be done on our own page.
Topic: User Avatar
WP Version 5.2.4
bbPress Version 2.5.14
bbp style pack Version 4.3.2With bbp style, I have tried the Gravatar option for User’s avatars.
It seems it will be too complicated for many.What is the best option to setup self-uploads for avatars for the forum?
And, to change out the default avatar for the forum with a custom one?Hi,
I have never edited any of our users’ roles. Some users have the bbp_participant role, but not all.
When does this (default) role get assigned?
How can I set all those that have no bbp role?
The checkbox “Automatically give registered visitors the PARTICIPANT forum role ” is checked.Wordpress 5.2.4.
BBPress 2.5.14So we have the login/register widget.
– User clicks Register
– It then shows the custom Register page
– Fill in detailsWhen a user clicks the “Register” button it then takes you to the default wordpress login page with a small message in the middle saying the registration is complete and to check email.
This is confusing to the user and provides an inconsistent experience. Is it possible in any way to either redirect them to another custom page with the “results” or display it on our page own register page?
Is it possible to download or install the same or similar code as this bbpress support form layout has? I like the layout, and would like to incorporate it on my site. Not sure if this is a possibility? Thanks.