Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 177
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 185
Total: 185

Author Topic: smf store as index  (Read 3567 times)

0 Members and 1 Guest are viewing this topic.

Offline moomoo

  • Member
  • *
  • Posts: 7
    • View Profile
smf store as index
« on: July 01, 2016, 01:08:23 pm »
Hi wondering if the default order could be rectified as the smf store as the index.

i.e:  when someone visits my domain.com - the store is the first viewed.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: smf store as index
« Reply #1 on: July 01, 2016, 01:25:43 pm »
Yes it can be changed. You can change the SMF forum to replace board with the store index requires one change.
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 moomoo

  • Member
  • *
  • Posts: 7
    • View Profile
Re: smf store as index
« Reply #2 on: July 01, 2016, 02:17:30 pm »
could you show me please, i have already worked out that subs.php contains the menu order, i just need help with the default action being the store.

thanks in advance.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: smf store as index
« Reply #3 on: July 01, 2016, 02:25:04 pm »
It would be in in the index.php file in root file
two changes

Find
Code: [Select]
// Action and board are both empty... BoardIndex!
if (empty($board) && empty($topic))
{
require_once($sourcedir . '/BoardIndex.php');
return 'BoardIndex';
}

Replace with
Code: [Select]
// Action and board are both empty... Store index!
if (empty($board) && empty($topic))
{
require_once($sourcedir . '/Store2.php');
return 'StoreMain';
}




Find
Code: [Select]
// Fall through to the board index then...
require_once($sourcedir . '/BoardIndex.php');
return 'BoardIndex';

Replace with
Code: [Select]
// Fall through to the store index then...
require_once($sourcedir . '/Store2.php');
return 'StoreMain';
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/
Agree Agree x 1 View List

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
3928 Views
Last post March 27, 2009, 02:52:42 pm
by dry3210
1 Replies
3648 Views
Last post May 14, 2009, 01:52:46 pm
by propyl
4 Replies
4159 Views
Last post August 26, 2012, 08:22:00 pm
by FrizzleFried
8 Replies
13267 Views
Last post December 04, 2012, 08:45:52 pm
by SMFHacks
1 Replies
3745 Views
Last post September 03, 2015, 12:03:16 pm
by SMFHacks

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

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

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal