Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic No text, just icons (Read 1889 times)
chimped
Guest


No text, just icons
Mar 4th, 2003 at 1:28am
Print Post  
How do you just get the pictures and not the text on the stuff that says home, help, search, etc.?

Thanks,
BB
  
Back to top
 
IP Logged
 
ironwing
God Member
*****
Offline


I love YaBB 1 Gold!

Posts: 2330
Location: Sonoran Desert
Joined: Nov 20th, 2001
Re: No text, just icons
Reply #1 - Mar 4th, 2003 at 2:33am
Print Post  
You can edit the english.lng file.  Down near the bottom of the file there are a bunch of entries that look like this:

Code
Select All
$img{'admin'} = qq~<img src="$imagesdir/admin.gif" alt="$txt{'2'}" border="0"> <font size="1" class="imgmenu">$txt{'2'}</font>~; 



You can modify them to look like this:

Code
Select All
$img{'admin'} = qq~<img src="$imagesdir/admin.gif" alt="$txt{'2'}" border="0"> ~; 



Otherwise you can install the MenuItems mod which has an option for this.  The latest verion is 1.5b_ and is available on the beta board above.

Dan
  

Please include your forum address in all requests for assistance.  It greatly speeds things along.
Back to top
WWW  
IP Logged
 
ProgramFiles
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 2
Joined: Dec 9th, 2006
Re: No text, just icons
Reply #2 - Feb 4th, 2007 at 10:41pm
Print Post  
how do i do the above with Yabb 2.1 i cannot find the 
Code
Select All
$img{'admin'} = qq~<img src="$imagesdir/admin.gif" alt="$txt{'2'}" border="0"> ~;  

code in any of the .lng files
  
Back to top
 
IP Logged
 
ThM
God Member
*****
Offline



Posts: 585
Location: Germany, Nds.
Joined: May 21st, 2006
Gender: Male
Re: No text, just icons
Reply #3 - Feb 5th, 2007 at 8:21am
Print Post  
In YaBB 2.1 there is these Files in Folder Variables

- menu0.def
- menu1.def
- menu2.def
  

Greeting ThM
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint