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

Author Topic: Little Problem  (Read 4901 times)

0 Members and 1 Guest are viewing this topic.

Offline Tundergun

  • Member
  • *
  • Posts: 3
    • View Profile
Little Problem
« on: August 03, 2009, 02:26:50 pm »
First of all, i would like to say that this website is really good.

Now here's my small problem, i recently installed the Download System mod. Had some problems at first, but got it to work. But now if u see in the picture "Logout" Moved underneath "Downloads" and the font is different too.



I tried looking in the codes but i couldn't find anything.

I hope you guys can figure this small problem for me. :)

Thanks in advance
_T
« Last Edit: August 03, 2009, 03:02:58 pm by Tundergun »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Little Problem
« Reply #1 on: August 03, 2009, 02:35:54 pm »
Attach your index.template.php for your theme
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 Tundergun

  • Member
  • *
  • Posts: 3
    • View Profile
Re: Little Problem
« Reply #2 on: August 03, 2009, 03:05:24 pm »
Alright. done that.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Little Problem
« Reply #3 on: August 04, 2009, 07:11:15 pm »
Change
Code: [Select]

// the [Downloads System] button
if ($context['allow_downloads_view'])
echo ($current_action == 'downloads' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '">&nbsp;</td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'downloads' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '?action=downloads">' , $txt['downloads_menu']  , '</a>
</td>' , $current_action == 'downloads' ? '<td class="maintab_active_' . $last . '">&nbsp;</td>' : '';
To
Code: [Select]
if ($context['allow_downloads_view'])
echo '
<li><a href="', $scripturl, '?action=downloads">' , $txt['downloads_menu'] , '</a></li>
<li class="mainnavDivider"><!-- /--></li>';

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 Tundergun

  • Member
  • *
  • Posts: 3
    • View Profile
Re: Little Problem
« Reply #4 on: August 05, 2009, 10:10:47 am »
Thank you so much, it works like a charm :)

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
3095 Views
Last post February 17, 2012, 09:43:19 am
by SMFHacks
4 Replies
4086 Views
Last post March 16, 2013, 11:30:45 am
by SMFHacks
4 Replies
1934 Views
Last post July 24, 2020, 01:25:08 am
by Hatshepsut
3 Replies
2570 Views
Last post November 26, 2020, 09:13:20 am
by SMFHacks
14 Replies
3251 Views
Last post April 08, 2021, 09:08:58 am
by Panoulis64

+- 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