1 (edited by doughnut 2007-05-07 23:25)

Topic: how do i puting a image for online and offlone?

how do i puting a image for online and offline?  |  SORRY if the img is to big!!!

Proceed2Die.clanservers.com

http://www.proceed2die.clanservers.com/images/help.gif

[img]http://ads.gameservers.com/banner/8.jpg[/img]
If you like hit me up on my forum  http://assassinkings.clanservers.com/forum/
NOTE: site is in the works.... Sorry!

Re: how do i puting a image for online and offlone?

Take a look here:
http://wiki.punres.org/Add_online/offli … s_to_posts

Re: how do i puting a image for online and offlone?

hey ty that worked but now how do i get the txt online and offline out i have pics that say that!!!

[img]http://ads.gameservers.com/banner/8.jpg[/img]
If you like hit me up on my forum  http://assassinkings.clanservers.com/forum/
NOTE: site is in the works.... Sorry!

4

Re: how do i puting a image for online and offlone?

edit your /lang/English/topic.php file

5 (edited by doughnut 2007-05-08 15:25)

Re: how do i puting a image for online and offlone?

yemgi wrote:

edit your /lang/English/topic.php file

and do what?
add the url to the img

<?php

// Language definitions used in viewtopic.php
$lang_topic = array(

'Post reply'        =>    'Post reply',
'Topic closed'        =>    'Topic closed',
'From'                =>    'From',                // User location
'Note'                =>    'Note',                // Admin note
'Website'            =>    'Website',
'Guest'                =>    'Guest',
'Online'<--- url gos here?  -------->            =>    'Online', <--- OR here?  -------->
'Offline'<--- url gos here?  -------->            =>    'Offline', <--- OR here?  -------->
'Last edit'            =>    'Last edited by',
'Report'            =>    'Report',
'Delete'            =>    'Delete',
'Edit'                =>    'Edit',
'Quote'                =>    'Quote',
'Is subscribed'        =>    'You are currently subscribed to this topic',
'Unsubscribe'        =>    'Unsubscribe',
'Subscribe'            =>    'Subscribe to this topic',
'Quick post'        =>    'Quick post',

'Link separator'    =>    ' | ',    // The text that separates links in posts (website, e-mail, report, edit etc.)
'Mod controls'        =>    'Moderator controls'

);

do i need to add code to it or what iam some a newb to forum code!!! sorry sad

[img]http://ads.gameservers.com/banner/8.jpg[/img]
If you like hit me up on my forum  http://assassinkings.clanservers.com/forum/
NOTE: site is in the works.... Sorry!

6

Re: how do i puting a image for online and offlone?

change

'Online'<--- url gos here?  -------->            =>    'Online', <--- OR here?  -------->
'Offline'<--- url gos here?  -------->            =>    'Offline', <--- OR here?  -------->

by

'Online'            =>    '',
'Offline'            =>    '',

Re: how do i puting a image for online and offlone?

k ty i will try it !

[img]http://ads.gameservers.com/banner/8.jpg[/img]
If you like hit me up on my forum  http://assassinkings.clanservers.com/forum/
NOTE: site is in the works.... Sorry!