thepageman
Forum Replies Created
-
Forum: Plugins
In reply to: [Registration Options for BuddyPress] Line breaks for approval/denial emails?Haha very close;
<p>Dear PageTest, </p>
<p>Thank you for your application to the 13th MEU. Your account is currently pending approval. You will need to undergo an interview before your application can be approved. Please direct yourself to our Teamspeak no more than 48 HOURS from now, or else your application will be DENIED.</p>
<p>Teamspeak Address: ts.13thmeu.co.uk <br />
Room: Looking for a recruiter</p>
<p>Best Regards,<br />
S1 – Administration and Personnel</p>Dear PageTest,
Your application to the 13th MEU has been reviewed by S1 – Administration & Personnel and has been DENIED. Unfortunately we are not able to give you a reason in this email as it is a generic denial message. Please direct yourself to our Teamspeak if you want more details on why you were denied.
We appreciate your interest in the 13th MEU.
Best Regards,
S1 – Administration and PersonnelThere is something inherently different between pending and denial/approve messages. Pending emails with
wpautop()
displays all the HTML tags as well. I revertedbp_registration_options_send_pending_user_email()
back to$args['message']
instead ofwpautop()
and now all emails display the way they should.https://gyazo.com/9b134093c1d859e10de53b77323a40f4
https://gyazo.com/903453e67ecabdfaef440f9e9288c5ba
https://gyazo.com/5788618e07975f27381701472a187485Not sure if the inherent difference between the emails being sent is related to the plugin, but something behind the scenes seems to
wpautop()
the pending emails already. Either way, thanks for the help!Forum: Plugins
In reply to: [Registration Options for BuddyPress] Line breaks for approval/denial emails?No unfortunately that fix has broken the pending email line breaks as well. Rightfully so since that line only changes pending email behaviour? I’m not that comfortable with PHP nor wordpress, but I would imagine removing that new filter from the other functions would solve that?
Forum: Plugins
In reply to: [Registration Options for BuddyPress] Line breaks for approval/denial emails?As for the email issue, the problem is on our end then. I’ll see what I can find out and keep you informed if I find a solution for it.
Forum: Plugins
In reply to: [Registration Options for BuddyPress] Line breaks for approval/denial emails?Dear [username],
Your application to the 13th MEU has been reviewed by S1 – Administration & Personnel and has been DENIED. Unfortunately we are not able to give you a reason in this email as it is a generic denial message. Please direct yourself to our Teamspeak if you want more details on why you were denied.
We appreciate your interest in the 13th MEU.
Best Regards,
S1 – Administration and PersonnelDear [username],
Thank you for your application to the 13th MEU. Your account is currently pending approval. You will need to undergo an interview before your application can be approved. Please direct yourself to our Teamspeak no more than 48 HOURS from now, or else your application will be DENIED.
Teamspeak Address: ts.13thmeu.co.uk
Room: Looking for a recruiterBest Regards,
S1 – Administration and PersonnelForum: Plugins
In reply to: [Registration Options for BuddyPress] Line breaks for approval/denial emails?Pending: https://gyazo.com/646563198c485554829535eb5cb4ca55
Denial: https://gyazo.com/19a109946ed1e54c9ee559a617b75a25As for the notifications… huh…
The settings panel for notifications is pretty bare, not sure why it doesn’t produce any emails. https://gyazo.com/80d6b13e62e1739736e708d27ca919e3
Forum: Plugins
In reply to: [Registration Options for BuddyPress] Line breaks for approval/denial emails?Additionally, is there any way of getting email notifications just like the buddypress notifications? Admins of my site would like to receive an email when a new user has applied.
Forum: Plugins
In reply to: [bbp style pack] Alternate Forum template 1 not workingUpdate: Ended up just removing and readding the forum. It fixed the issue. And that resolves this question.
Forum: Plugins
In reply to: [bbp style pack] Alternate Forum template 1 not workingUpdate: Through searching, I found https://www.rewweb.co.uk/alternate-bbpress-index-page/ and copied it over. It split the sections more or less correctly but strangely one of the forums refused to split. https://gyazo.com/f82681c20d72fd78bd041447f1d03513
Going to play around with it, see if I can fix that.
- This reply was modified 7 years, 6 months ago by thepageman.
Forum: Plugins
In reply to: [Collapse-O-Matic] Horizontally aligned expandsubs?Hey Twinpictures,
Unfortunately Simple Org Chart isn’t exactly what I am looking for. The second link I posted shows multiple people in a squad and, additionally, I don’t really need an entire user card for each person. Org Chart seems to use people for every node where as here I would like to use the abstract “1ST SQUAD” as a parent node for all the members (of 1st squad).
To answer your questions:
1. If you mean the list should be below the 1ST SQUAD then yes.
2. Stylistically, I wouldn’t like to have anything more than 2 expands away, simply to reduce clicks.
3. I am not sure. Personally my users won’t be bound by smaller viewports so it wouldn’t be too big of an issue if everything broke on smaller viewports. I imagine you guys will come up with a far better solution than anything I could suggest ??Hopefully this provides you with enough of a challenge and thanks for being so willing to help, it is a very pleasant surprise!