Elliot_Sowersby
Forum Replies Created
-
Forum: Plugins
In reply to: Members only page with redirect to last page?I mean if they are logged out, they can not view that page, and instead theres a login box, then when they login they are directed to the page they was on before.
Forum: Plugins
In reply to: Members only page with redirect to last page?Help please?
Forum: Plugins
In reply to: Contact form with logged in usernameThread may now be closed, once again thank you for the support.
Forum: Plugins
In reply to: Contact form with logged in usernameSorted, thanks alot for your support.
What I did to fit my needs if anyone else would like to do the same:
– Download, install and activate: https://www.ads-software.com/extend/plugins/si-contact-form/
– Create the fields you would like in form 1, then save.
– Download PHP Execution plugin: https://www.ads-software.com/extend/plugins/php-execution-plugin
– Enter the following code into a page:<strong><span style="color: white;">Forum Username:</span> <span style="color: gold;"><?php global $current_user; if ( isset($current_user) ) { echo $current_user->user_login; } ?></span> (Please use this account for team updates)</strong> [si-contact-form form='1']
– This will then display there username above the form, as well as the username sending in the form.
– Go into Editing si-contact-form/si-contact-form-process.php
– change the code to:[Huge chunk of code moderated as per the Forum Rules. Please use the pastebin]
This will then send the form and username only in the email.
Forum: Plugins
In reply to: Contact form with logged in usernameTheres got to be one like the grunion contact form but has more options? Theres so many contact forms but cant find one that matches my needs. Any help please?
Forum: Plugins
In reply to: Contact form with logged in usernameI tested it and no username was in the footer?
Forum: Plugins
In reply to: Contact form with logged in usernameNo it doesnt. I need one where it sends there username with the form, and they can not change it, unless they sign into a new account. Ill just make the page only viewable when logged in so thats not a problem, just need it so I can view there username and they cant change it.
I found a plugin: Grunion Contact Form – https://www.ads-software.com/extend/plugins/grunion-contact-form – that displays there usename when logged in, but the changing of fields is very hard (Not possible) and just has 1 box: https://team-vanity.com/tournaments/aaaaasdasd213 (See there for test/example).
Any idea’s or other plugins?
Forum: Plugins
In reply to: Contact form with logged in usernameMike, thank you for the reply. Does it allow users to edit the username if they are logged in? If so I dont want it to.
Ill take a look now.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Auto-display username in contact form@rmkbow i need that too, did you work it out?
Forum: Plugins
In reply to: Contact form with logged in usernameHelp please?