Welcome, Guest. Please Login or Register.
October 04, 2024, 09:30:57 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  |  Bye Bye Image? « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Bye Bye Image?  (Read 558 times)
morr0lan
Full Member
***
Posts: 110


I'm ate llama!

Bye Bye Image?
« on: February 16, 2003, 01:45:57 AM »
Reply with quote

Well i hit a wall again LoL, my question is how does one get rid of the images which show up beside the posts.

For instance when one clicks graphics and templates it shows a sticky note or folder so on, to the right of it there is another image which could be a paper a cheesy smile so on. I am trying to know if i can get rid of that area but not get rid of the ability for people to use the smillies and so on. Mainly just so it doesnt show on the until you actually open the post. THank, not sure explained it good enough but hopefully. Thank u
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Bye Bye Image?
« Reply #1 on: February 16, 2003, 01:59:19 AM »
Reply with quote

this code is for 1.5.1RC1:

open MessageIndex.php
search for
               <td class="titlebg" bgcolor="' . $color['titlebg'] . '" width="10%" colspan="2">
                  <font size="2"> </font>
               </td>


replace with
               <td class="titlebg" bgcolor="' . $color['titlebg'] . '" width="10%">
                  <font size="2"> </font>
               </td>

thats for removing the colspan, and now search and delete these 2 lines
               <td class="windowbg2" valign="middle" align="center" width="4%" bgcolor="' . $color['windowbg2'] . '">
                  <img src="' . $imagesdir . '/' . $micon . '.gif" alt="" border="0" align="middle" /></td>
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
morr0lan
Full Member
***
Posts: 110


I'm ate llama!

Re:Bye Bye Image?
« Reply #2 on: February 16, 2003, 02:43:21 AM »
Reply with quote

Thank you, i tried it even though i am using 1.5.0, it didn't remove them though. If you have any other ideas I would greatly appreciate it. Also Spaceman I wanted to make sure I thanked you, you have been extremely helpful since I started around here.
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Bye Bye Image?
« Reply #3 on: February 16, 2003, 02:57:21 AM »
Reply with quote

do u want to remove just the 2nd column, or both of those columns?
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
morr0lan
Full Member
***
Posts: 110


I'm ate llama!

Re:Bye Bye Image?
« Reply #4 on: February 16, 2003, 03:29:06 AM »
Reply with quote

the second column which shows the smiles or question marks in it or so on. too neaten up my board a bit. Please
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Bye Bye Image?
« Reply #5 on: February 16, 2003, 04:41:55 AM »
Reply with quote

for 1.5.0:
open MessageIndex.php
search for the string colspan="2"
delete that (just the string, not the whole line)

then search for these 2 lines:               <td class="windowbg2" valign="middle" align="center" width="4%" bgcolor="' . $color['windowbg2'] . '">
                 <img src="' . $imagesdir . '/' . $micon . '.gif" alt="" border="0" align="middle" /></td>


and delete those two lines
« Last Edit: February 16, 2003, 04:42:58 AM by Spaceman-Spiff » Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
morr0lan
Full Member
***
Posts: 110


I'm ate llama!

Re:Bye Bye Image?
« Reply #6 on: February 16, 2003, 04:53:22 AM »
Reply with quote

Space your fricken awesome, thank you so so so much.
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Graphics and Templates  |  Bye Bye Image? « 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.057 seconds with 21 queries.