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: 186
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 192
Total: 192

Author Topic: How to create space between Overall Header and Menue Line  (Read 5331 times)

0 Members and 1 Guest are viewing this topic.

Offline AGWoodard

  • Member
  • *
  • Posts: 6
    • View Profile
How to create space between Overall Header and Menue Line
« on: March 05, 2013, 10:07:31 pm »
Is there a way to add a little space between the menu line and the position of the Overall Header location? And if so, how would I go about it?

Thank You!

Al

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: How to create space between Overall Header and Menue Line
« Reply #1 on: March 05, 2013, 10:26:24 pm »
I would open up the index.template.php of the theme and search for overall header which is labeled as such for adseller pro in that file.

Then just insert an extra <br> tag in the header location.
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 AGWoodard

  • Member
  • *
  • Posts: 6
    • View Profile
Re: How to create space between Overall Header and Menue Line
« Reply #2 on: March 06, 2013, 06:38:43 am »
Well, I'm not any smarter than a 5th grader I suppose and don't really know where to put the <br> tag.  I get an error when I try different places.   This is what I have, would you be so kind as to tell me where that <br> should go?   Thank You!!

// Show the menu here, according to the menu sub template.
   template_menu();
//Begin Ad Seller Pro Location - Overall Header
global $sourcedir;
include_once $sourcedir . "/adseller2.php";
$adSellerAdData =  ShowAdLocation(1);
if ($adSellerAdData != false)
{
   echo $adSellerAdData;
}

// End Ad Seller Pro Location - Overall Header

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: How to create space between Overall Header and Menue Line
« Reply #3 on: March 06, 2013, 06:44:50 am »
Change that code to
Code: [Select]
//Begin Ad Seller Pro Location - Overall Header
global $sourcedir;
include_once $sourcedir . "/adseller2.php";
$adSellerAdData =  ShowAdLocation(1);
if ($adSellerAdData != false)
{
  echo '<br />';
   echo $adSellerAdData;
}

// End Ad Seller Pro Location - Overall Header
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 AGWoodard

  • Member
  • *
  • Posts: 6
    • View Profile
Re: How to create space between Overall Header and Menue Line
« Reply #4 on: March 06, 2013, 07:12:28 am »
I now have this

//Begin Ad Seller Pro Location - Overall Header
global $sourcedir;
include_once $sourcedir . "/adseller2.php";
$adSellerAdData =  ShowAdLocation(1);
if ($adSellerAdData != false)
{
       echo '<br />';
   echo $adSellerAdData;
}

// End Ad Seller Pro Location - Overall Header


and it makes no difference.   The banners didn't move.......Told you I wasn't smarter than a 5th grader.   

Offline AGWoodard

  • Member
  • *
  • Posts: 6
    • View Profile
Re: How to create space between Overall Header and Menue Line
« Reply #5 on: March 06, 2013, 07:17:12 am »
Never mind, I think I have it now.   I had to put in an extra break, the first one might have moved it so slightly it did not register for me.   With two breaks, it seems to have moved it down enough.   Thank you very much for your help.   We now have your classified, gallery and ad programs on our forum and could not be happier with the performance and the support.    Again, thank you!

Al

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: How to create space between Overall Header and Menue Line
« Reply #6 on: March 06, 2013, 07:17:50 am »
Awesome glad to know you have it working how you wanted
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/

 

Related Topics

  Subject / Started by Replies Last post
4 Replies
7582 Views
Last post October 20, 2006, 06:15:21 pm
by TeamVTEC
0 Replies
4172 Views
Last post April 03, 2007, 07:26:59 am
by SMFHacks
4 Replies
6731 Views
Last post January 09, 2010, 12:27:12 am
by petesky
4 Replies
5563 Views
Last post June 11, 2011, 05:27:49 pm
by bruno
0 Replies
2481 Views
Last post January 01, 2014, 11:52:52 am
by stumpimario

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 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