Welcome, Guest. Please Login or Register.
November 17, 2024, 05:38:24 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Graphics and Templates  |  Adding Words Next To Images « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Adding Words Next To Images  (Read 895 times)
HyperLithium
Noobie
*
Posts: 11


I'm a llama!

Adding Words Next To Images
« on: April 22, 2002, 12:29:04 AM »
Reply with quote

http://www.ut2k3.net/yabbse/index.php

I need to know how to add text next to the images at the top.  Such as "Home" next to the picture of a little house.  I prefer these images better than the YaBBSE ones, and they will work fine if i know how to add the text.  

I was able to find the strings for the some of the other stuff but cant find those ones =(


Thanx
Logged
HyperLithium
Noobie
*
Posts: 11


I'm a llama!

Re:Adding Words Next To Images
« Reply #1 on: April 22, 2002, 01:31:13 AM »
Reply with quote

am also getting this error on the "edit profile page"  It loads 3/4 down the page


2: OpenDir: No such file or directory (errno 2)
(/home/virtual/site114/fst/var/www/html/yabbse/Sources/Profile.php ln 195)
Logged
Delinquently insane
Foolish One
YaBB God
*****
Posts: 529


The One Surpassed By God!!!!

Re:Adding Words Next To Images
« Reply #2 on: April 22, 2002, 02:46:24 AM »
Reply with quote

seems to me you dont have a defined directory..Is It A Image Dir? post the line its asking for and maybe someone can assist you  ;)
Logged

ALL MODS Cancelled projected terminated
mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:Adding Words Next To Images
« Reply #3 on: April 22, 2002, 03:14:44 AM »
Reply with quote

if you want add text next to your menu images search this code in subs.php

$yymenu = "<a href=\"$scripturl\">$img[home]</a>$menusep<a href=\"$helpfile\" target=_blank>$img[help]</a>$menusep<a href=\"$cgi;action=search\">$img[search]</a>";
   if($settings[7] == 'Administrator') { $yymenu = $yymenu.$menusep."<a href=\"$cgi;action=admin\">$img[admin]</a>"; }
   if($username == "Guest") { $yymenu .= $menusep."<a href=\"$cgi;action=login\">$img[login]</a>$menusep<a href=\"$cgi;action=register\">$img[register]</a>";
   } else {
      $euser = urlencode($username);
      $yymenu .= "$menusep<a href=\"$cgi;action=profile;user=$euser\">$img[profile]</a>";
      if($enable_notification) { $yymenu .= "$menusep<a href=\"$cgi;action=shownotify\">$img[notification]</a>"; }
      $yymenu .= "$menusep<a href=\"$cgi;action=logout\">$img[logout]</a>";
   }

the error is because you have a wrong avatare path in Settings/Preferences!

medi
Logged

mainComm Dev Team
HyperLithium
Noobie
*
Posts: 11


I'm a llama!

Re:Adding Words Next To Images
« Reply #4 on: April 22, 2002, 03:19:19 AM »
Reply with quote

d00d Mediman, i love yoU!!    ;D  Thanx a lot man!
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Graphics and Templates  |  Adding Words Next To Images « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.045 seconds with 20 queries.