Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4267
Latest: ramiroelliot
New This Month: 2
New This Week: 3
New Today: 0
Stats
Total Posts: 43527
Total Topics: 7565
Most Online Today: 56
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 30
Total: 30

Author Topic: Contact Page Version 4.0  (Read 3665 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: 16557
    • 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: 16557
    • 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: 16557
    • 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: 16557
    • 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
55275 Views
Last post August 03, 2022, 09:45:42 pm
by Nicole
8 Replies
10858 Views
Last post May 19, 2008, 10:52:15 pm
by Skyview
0 Replies
4883 Views
Last post August 18, 2007, 03:01:18 pm
by Hefestos
2 Replies
5207 Views
Last post February 29, 2008, 01:18:32 am
by thekid
2 Replies
4511 Views
Last post January 14, 2010, 09:08:27 am
by Morfus

+- Recent Topics

quoting part of message by Lirorobert
Today at 03:21:40 pm

Gallery Pro reinstalation by SMFHacks
Today at 07:34:26 am

Does SMF Gallery support by SMFHacks
October 02, 2024, 06:14:26 am

Restoring a deleted photo by Monocero
September 28, 2024, 04:12:20 am

Item count on Gallery Tab shows double by SMFHacks
September 26, 2024, 12:59:20 pm

Forum post missing when image over 4000x pixels is uploaded to gallery by Michel68
September 24, 2024, 01:37:17 pm

Setting a photo as invisible by Monocero
September 17, 2024, 02:11:56 pm

Two gallery names by SMFHacks
September 15, 2024, 02:17:49 pm

Bar during the regeneration of miniatures by Monocero
September 15, 2024, 12:35:08 pm

Error on upgrade by SMFHacks
September 14, 2024, 09:54:07 pm

Powered by EzPortal