Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 251
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 100
Total: 100

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

+- Recent Topics

Please Help! by SMFHacks
Today at 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal