Welcome, Guest. Please login or register.

ShoutBox!

Scrubmeister

2024-04-19, 10:32:40
Good to see the site back faster than ever. :)
 

Skhilled

2024-04-18, 21:09:09
I've upgraded the server...more resources. ;)
 

Ken

2024-04-18, 20:57:10
Now that you mention it...  :D
 

Skhilled

2024-04-18, 20:47:19
...and, you should notice that the site is much faster.  :o
 

Ken

2024-04-18, 20:31:37
Hey Steve.
 

Skhilled

2024-04-18, 17:56:10
Re-read the message below...
 

Skhilled

2024-03-31, 15:22:06
Oh yeah, you need to upgrade the site first...
 

Ken

2024-03-30, 09:54:54
Whoops! I forgot that the SMF install here on OFF is out of date!  :'(
 

Ken

2024-03-30, 09:44:48
 Conga-Rats Steve!  :thumbup:
Me gonna install it here just for the fun of it!  :)
 

Skhilled

2024-03-29, 22:15:23
Released!  :D

Recent Topics

TP Articles


Search in titles
Search in article texts

Author Topic: Me Did It!!!  (Read 2008 times)

0 Members and 1 Guest are viewing this topic.

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11670
  • Gender: Male
  • View Gallery
Me Did It!!!
« on: March 04, 2014, 09:05:04 PM »
After thrashing around in the navigation bar code for a couple of days I finally read the correct guide and got it right. Now we have a 'Gallery' button on the top navigation bar.  :happy1:
Adding tabs to SMF 2.0


...the code is in  Sources / Subs.php

After:
Code: [Select]
// --- end PmxBlog
Add:
Code: [Select]
// --- cpgGallery

'gallery' => array(
'title' => 'Gallery',
'href' => 'http://www.ourfamilyforum.org/cpg_gallery/index.php',
'show' => true,
'sub_buttons' => array(
),
'is_last' => true,

),

// --- end cpgGallery
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11670
  • Gender: Male
  • View Gallery
Re: Me Did It!!!
« Reply #1 on: March 04, 2014, 09:54:21 PM »
And a button for the aStore.  :disturbed:
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.

Offline Skhilled

  • Administrator
  • *
  • Posts: 8998
  • Gender: Male
  • All of my passwords are protected by amnesia...
  • View Gallery
    • Buildz Hosting
Re: Me Did It!!!
« Reply #2 on: March 05, 2014, 07:28:02 AM »
Didn't know you needed the gallery button or I could have told you how to do it. LOL

Offline Ken (OP)

  • Vietnam Era Veteran
  • Administrator
  • *
  • Posts: 11670
  • Gender: Male
  • View Gallery
Re: Me Did It!!!
« Reply #3 on: March 05, 2014, 08:18:09 AM »
 :happy1:
"Not all who wander are lost."-Tolkien
Yesterday When I was Young.