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

Author Topic: [SOLVED] Miissing Text/Links  (Read 3490 times)

0 Members and 1 Guest are viewing this topic.

Offline jacci

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
    • maths made easy
[SOLVED] Miissing Text/Links
« on: March 28, 2010, 07:00:43 am »
I just upgraded my forum to 2.0RC3 and updated the downloads pro, and everything seems to be fine, with one problem.
I have set my theme to display buttons instead of text for navigation, but it has carried over into the downloads area as well.  (see attached png)
This had not happened in earlier versions and i am baffled as to how to solve it.

Is there a way i can either make some buttons, which i am quite happy to do, to fill in the gaps, and if so, how do i get them in?

Or even better, how can I get the text to show, without it interfering with my buttons in the rest of the theme?

thanks
« Last Edit: March 28, 2010, 06:17:30 pm by jacci »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: Miissing Text/Links
« Reply #1 on: March 28, 2010, 09:07:17 am »
There are no images defined with downloads pro since we don't have any created for the tabs/buttons but we do have a fix to show the normal text links

Open Sources/Downloads2.php
Find
Code: [Select]
function DoToolBarStrip($button_strip, $direction )
{
global $settings, $txt;

if (!empty($settings['use_tabs']))
{
echo '<td>';
template_button_strip($button_strip, $direction);
echo '</td>';
}
else
{
echo '<td>';

foreach ($button_strip as $tab)
{
echo ' <a href="', $tab['url'], '">', $txt[$tab['text']], '</a>';

if (empty($tab['is_last']))
echo ' | ';
}

echo '</td>';

}

}
Change to
Code: [Select]
function DoToolBarStrip($button_strip, $direction )
{
global $settings, $txt;


echo '<td>';

foreach ($button_strip as $tab)
{
echo ' <a href="', $tab['url'], '">', $txt[$tab['text']], '</a>';

if (empty($tab['is_last']))
echo ' | ';
}

echo '</td>';




}
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 jacci

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
    • maths made easy
Re: Miissing Text/Links
« Reply #2 on: March 28, 2010, 06:17:00 pm »
Thank you, that fixed it just nicely!!!

 

Related Topics

  Subject / Started by Replies Last post
6 Replies
9537 Views
Last post April 01, 2007, 06:43:31 pm
by VAKEMP
9 Replies
7648 Views
Last post January 02, 2008, 03:42:19 am
by syntax
3 Replies
5431 Views
Last post May 12, 2008, 10:25:18 pm
by SMFHacks
5 Replies
5609 Views
Last post June 01, 2008, 08:36:10 pm
by bposner
0 Replies
4366 Views
Last post January 25, 2009, 03:37:27 am
by darklord

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