Facebook 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4290
Latest: JoshuaShoor
New This Month: 2
New This Week: 0
New Today: 0
Stats
Total Posts: 43790
Total Topics: 7602
Most Online Today: 57
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 63
Total: 64

Author Topic: Contact Page Version 4.0  (Read 3953 times)

0 Members and 1 Guest are viewing this topic.

Offline Binkie

  • Member
  • *
  • Posts: 5
    • View Profile
    • Seniors Worldwide
Contact Page Version 4.0
« on: September 09, 2017, 07:24:27 pm »
I see only a Guest must use the 'verification' how can I make it so 'everyone' using the Contact Page must use the 'verification'

Thanks

Ron.. ;D

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16673
    • View Profile
Re: Contact Page Version 4.0
« Reply #1 on: September 09, 2017, 11:40:04 pm »
You would need to modify Sources/Contact2.php

And remove checks for $context['user']['is_guest'] == true
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Binkie

  • Member
  • *
  • Posts: 5
    • View Profile
    • Seniors Worldwide
Re: Contact Page Version 4.0
« Reply #2 on: September 10, 2017, 08:26:41 am »
You would need to modify Sources/Contact2.php

And remove checks for $context['user']['is_guest'] == true

This is the part: if ($_REQUEST['sa'] == 'save')
      {
      
         if ($context['user']['is_guest'] == true)
         {   

So if I'm reading you correct, I remove the following: if ($context['user']['is_guest'] == true) or just remove the ( & ) at the beginning and the end..

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16673
    • View Profile
Re: Contact Page Version 4.0
« Reply #3 on: September 10, 2017, 09:09:50 am »
Yes that is part of it. There is one other spot
Change
Code: [Select]
$context['require_verification'] = (!empty($modSettings['reg_verification']) && $context['user']['is_guest'] == true);
To
Code: [Select]
$context['require_verification'] = true;
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Binkie

  • Member
  • *
  • Posts: 5
    • View Profile
    • Seniors Worldwide
Re: Contact Page Version 4.0
« Reply #4 on: September 10, 2017, 10:15:25 am »
Yes that is part of it. There is one other spot
Change
Code: [Select]
$context['require_verification'] = (!empty($modSettings['reg_verification']) && $context['user']['is_guest'] == true);
To
Code: [Select]
$context['require_verification'] = true;

I did remove the ( and ) from the first part. I also removed the text: $context['require_verification'] = (!empty($modSettings['reg_verification']) && $context['user']['is_guest'] == true); and replaced it with: $context['require_verification'] = true;

End up with a blank page when opening Contact Page.. What am I doing wrong here..

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16673
    • View Profile
Re: Contact Page Version 4.0
« Reply #5 on: September 10, 2017, 10:19:56 am »
for this part just set change to
if ($context['user']['is_guest'] == true)
To
if (1==1)
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Binkie

  • Member
  • *
  • Posts: 5
    • View Profile
    • Seniors Worldwide
Re: Contact Page Version 4.0
« Reply #6 on: September 10, 2017, 10:50:39 am »
Works, this is what I wanted..Thanks for helping me.

Thanks

Ron..

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16673
    • View Profile
Re: Contact Page Version 4.0
« Reply #7 on: September 10, 2017, 11:17:40 am »
Glad to help
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline Binkie

  • Member
  • *
  • Posts: 5
    • View Profile
    • Seniors Worldwide
Re: Contact Page Version 4.0
« Reply #8 on: September 10, 2017, 11:26:19 am »
Glad to help

I am glad you are around, and making good mod.'s for us..

 

Related Topics

  Subject / Started by Replies Last post
Contact Page

Started by SMFHacks « 1 2 3 4 » Latest Mods

49 Replies
56448 Views
Last post August 03, 2022, 09:45:42 pm
by Nicole
8 Replies
11078 Views
Last post May 19, 2008, 10:52:15 pm
by Skyview
0 Replies
4951 Views
Last post August 18, 2007, 03:01:18 pm
by Hefestos
2 Replies
5338 Views
Last post February 29, 2008, 01:18:32 am
by thekid
2 Replies
4631 Views
Last post January 14, 2010, 09:08:27 am
by Morfus

+- Recent Topics

[Mod]Cloudflare Turnstile for SMF by SMFHacks
May 08, 2025, 10:08:43 am

Disable "Notify me of Comments feature" by Kiwi
May 08, 2025, 02:04:16 am

Trying to access array offset on null by Michel68
May 05, 2025, 08:47:34 am

Default [Additional] Membergroups upon Registration by SMFHacks
April 30, 2025, 10:22:52 am

Sorted FTP Import Directory by SMFHacks
April 25, 2025, 05:11:22 am

Search results items per page? by SMFHacks
April 18, 2025, 04:12:23 pm

Suggestions and request by Senkusha
April 03, 2025, 02:30:43 pm

How does a member add a Classified Listing? by SMFHacks
March 28, 2025, 08:05:50 pm

Auto converting to webp or AVIF by [chrisB]
March 28, 2025, 01:46:00 pm

Thumbnail creation settings by SMFHacks
March 28, 2025, 12:42:51 pm

Powered by EzPortal