Jump to content

Flu

Members
  • Posts

    65
  • Joined

  • Last visited

Everything posted by Flu

  1. It's either: Song: Cut my Wings Artist: Seasick Steve Album: Doghouse Music or: Song: Last Po' Man Artist: Seasick Steve Album: Doghouse Music
  2. Metal, hard rock, certain R&B, rap, hip-hop.
  3. My views entirely. And btw, this post comes from a complete heterosexual. I have GF and love her to bits. But i also have some homosexual friends. Just because their "taste" is a little different to other people's doesn't mean they're disgusting people, I get on very well with a homosexual and he's a great mate. Just because he fancies men doesn't mean he wants to get into every man's underwear. I know for a fact that he doesn't fancy me, in pretty much the same way my gf knows i don't fancy her best mate even though we're friends.
  4. Get a non-stationary screensaver like the bouncing ball things too. Screen burn is caused by stationary images being emitted by the screen for long periods of time, so a non-stationary screensaver reduces that risk ;)
  5. Saw a Rock Slug on there. Reminded me of my sister.
  6. I wrote it as a replacement for the banner, which on some forums can look quite out of place. It also free's up a bit of space in the side panel for you to use for MODs like the custom title MOD etc.
  7. http://www.runevillage.com/ThePub/viewt ... &sk=t&sd=a so i leave RV for bit to get my head sorted out and i'm literally run out of it before i can even say why i'm leaving. So heh, looks like i'm here to stay :|
  8. just copy-pasted out of the staff lounge of RV. I've quit from RV so i don't care if this is leaking or not, and anyway i wrote it :P So, how to get it to work: (all file locations are respectibe of the root directory) open viewtopic.php find: 'S_ONLINE' => ($poster_id == ANONYMOUS || !$config['load_onlinetrack']) ? false : (($user_cache[$poster_id]['online']) ? true : false), after, add: 'ONLINE_TXT' => ($poster_id == ANONYMOUS || !$config['load_onlinetrack']) ? '' : (($user_cache[$poster_id]['online']) ? $user->lang['ONLINE'] : $user->lang['OFFLINE'] ), 'ONLINE_COLOR' => ($poster_id == ANONYMOUS || !$config['load_onlinetrack']) ? '' : (($user_cache[$poster_id]['online']) ? "green" : "red" ), open language/en/common.php find: 'STATISTICS' => 'Statistics', after, add: 'STATUS' => 'Status', save/close all files. go into admin panel; styles; templates; edit template open viewtopic.html in the styles edit thing: Delete: {postrow.ONLINE_IMG} find: after, add: {L_STATUS}: {postrow.ONLINE_TXT} commit the changes. voila. Colours are included with it, but are a seperate variable because i'm lazy. You can preview it here here's an image: i'f you want to use on these forums, feel free ;) But it's free code for anyone to use if they wish
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.