-
Kristian Yngve replied to the topic Emails showing WordPress in the forum How-to & Troubleshooting 5 years, 2 months ago
AH I found the solution!
Here for anyone else needing it:
https://www.wpbeginner.com/plugins/how-to-change-sender-name-in-outgoing-wordpress-email/
// Function to change email address
function wpb_sender_email( $original_email_address ) {
return 'tim.smith@example.com';
}// Function to change sender name
function wpb_sender_name(…[Read more] -
Kristian Yngve replied to the topic Emails showing WordPress in the forum How-to & Troubleshooting 5 years, 2 months ago
Another screenshot showing the site as a sender “wordpress”
Screenshot Link: https://prntscr.com/p9bz89
-
Kristian Yngve started the topic Emails showing WordPress in the forum How-to & Troubleshooting 5 years, 2 months ago
When a user replies to one of my updates within the activity section, it shows as if it is coming from wordpress – this is not how I have configured it in the emails section of the dashpanel for buddypress as everything is like:
[{{{site.name}}}] {{poster.name}} mentioned you in a status update
And that works, but not for where it’s coming…[Read more]
-
Kristian Yngve replied to the topic Site Notices body text to be aligned left and able to have paragraphs in the forum How-to & Troubleshooting 5 years, 7 months ago
And thank you again for helping me out with the ticket thing. 😉
-
Kristian Yngve replied to the topic Site Notices body text to be aligned left and able to have paragraphs in the forum How-to & Troubleshooting 5 years, 7 months ago
Ah, thanks…
Okay, all done. Trac ticket is: #8079
-
Kristian Yngve replied to the topic Site Notices body text to be aligned left and able to have paragraphs in the forum How-to & Troubleshooting 5 years, 7 months ago
Oh! about the other thing:
So, I’ll raise a ticket for you to add the information as a suggestion to the devs.
Where do i post this said ticket? or do I just post it as a separate question (like I did this one) but with the correct category and tags?
-
Kristian Yngve replied to the topic Site Notices body text to be aligned left and able to have paragraphs in the forum How-to & Troubleshooting 5 years, 7 months ago
Ah the p…
couldn’t get yours to work for some mad reason, but after adding your p idea to my crazy idea, I ended up with:
#bp_messages_sitewide_notices_widget-2 p, strong {
text-align: left !important;
}Can’t believe it, but it WORKED!
Definitely couldn’t of done that without you. you even beat Google after I pumped…[Read more]
-
Kristian Yngve replied to the topic Site Notices body text to be aligned left and able to have paragraphs in the forum How-to & Troubleshooting 5 years, 7 months ago
Ahh! I think I know what it is, but it’s not the theme – tried 2019 and as ugly as it displays, still stuck in center.
Okay, let me tell you, it’s the widget I’m using to place it in a certain place on a page (amr shortcode any widget). The shortcake is: [do_widget id=bp_messages_sitewide_notices_widget-2]
So, i used your CSS and tinkered it a…[Read more]
-
Kristian Yngve replied to the topic Site Notices body text to be aligned left and able to have paragraphs in the forum How-to & Troubleshooting 5 years, 7 months ago
Venutius, hi.
So I tried that (as to align it left as it’s actually stuck on center position), but sadly it doesn’t work at all.
I tried many variations too: for example #bp-sitewide-notice strong…
Thank you as always, but on getting this CSS right, any other ideas, my friend? -
Kristian Yngve started the topic Site Notices body text to be aligned left and able to have paragraphs in the forum How-to & Troubleshooting 5 years, 7 months ago
WP Version: WordPress 5.1.1
BP Version: Version 4.2.0Relates to Site notices found in Users, Site Notices:
How to have the message text entered left while keeping the topic title centered.
and also to be able to breakline to make another paragraph where one is made.
-> At the moment, all the body text gets clumped together and centered.
-
Kristian Yngve replied to the topic Not having to activate the activation key after the registration link in the forum How-to & Troubleshooting 5 years, 9 months ago
Hi Venuitus,
Thanks for getting back with me with a suggestion.
The thing is, I still want the email activation – to then that being it after clicking it.
This plugin (old & very outdated), simply enable skipping the email completely, and just offers instant approval after the reg form -as it oversteps the email link (which I still want).
-
Kristian Yngve replied to the topic Not having to activate the activation key after the registration link in the forum How-to & Troubleshooting 5 years, 9 months ago
Simply, I am looking to not need to activate an activation key after accessing the registration link.
For example: the link directs you to a page with a customized text of: “registration complete, you are now able to login in.”
How do I go about that, anyone?
-
Kristian Yngve replied to the topic Deny access to admins profile not working in the forum How-to & Troubleshooting 5 years, 9 months ago
Test this, and it works! @shanebp, thank you for all your help in this – finally a resolution to this issue spanning 5 -6 years!
Thanks again.
-
Kristian Yngve replied to the topic Deny access to admins profile not working in the forum How-to & Troubleshooting 5 years, 9 months ago
It all works, thank you so much @shanebp!
so if there are more than one admin profiles, i can just use commas?
for eg:
function bpfr_hide_admins_profile() {
[Read more]
if( bp_is_user() && bp_displayed_user_id() == 1,2,3 && bp_loggedin_user_id() != 1,2,3 ) {
bp_core_redirect( site_url() );
}
}
add_action( 'bp_ready', 'bpfr_hide_admins_profile',… -
Kristian Yngve started the topic Not having to activate the activation key after the registration link in the forum How-to & Troubleshooting 5 years, 9 months ago
Hi there,
This is about: Not having to activate the activation key after the registration link:
After registering, I am sent an email that I must click to confirm and complete the registration.
How do I get that to be the end of the confirmation / activation process, rather than having to activate the key via a button? – (basically the key auto…[Read more]
-
Kristian Yngve started the topic Deny access to admins profile not working in the forum How-to & Troubleshooting 5 years, 9 months ago
Even after removing all probably issues in my plugins, functions and bp-custim.php, I can’t seem to get the ‘Deny access to admins profile not working’ to work:
//deny access to admins profile. User is redirected to the homepage
[Read more]
function bpfr_hide_admins_profile() {
global $bp;
if(bp_is_profile && $bp->displayed_user->id == 1 &&… -
Kristian Yngve replied to the topic Register Button be like Login Button in the forum How-to & Troubleshooting 5 years, 12 months ago
Thank you for this advice! I’ll give this route a go I guess.
-
Kristian Yngve replied to the topic Register Button be like Login Button in the forum How-to & Troubleshooting 5 years, 12 months ago
I started googling stuff from your message, and I got this:
It looks super brain surgery style complex, and I was hoping it would of been more like “Use this code, and put it here…” Kinda thing?
-
Kristian Yngve replied to the topic Register Button be like Login Button in the forum How-to & Troubleshooting 5 years, 12 months ago
Oh, sorry I misunderstood.
No, I don’t even know what an access overload is.
I’m just using ‘amr shortcode any widget’ to put what goes in the page side panel into the main page and then having it has full width.
How do I get started with this ‘overload file’?I have to install it as a plugin?
-
Kristian Yngve replied to the topic Register Button be like Login Button in the forum How-to & Troubleshooting 5 years, 12 months ago
Yeah. But it sucks as the register button is shown pretty insignificant to the Login button.
Any ideas on how to get them having the same style of buttons?
- Load More
@kristianngve
Active 3 years, 6 months ago