Username:    Password:        Click Here To Signup     Forgotten Password
Main Menu
Online
Members: 0

Guests: 14

119.63.x.x news
119.63.x.x forum
175.44.x.x forum
198.56.x.x forum
199.15.x.x forum
204.12.x.x forum
216.152.x.x forum
220.181.x.x lgsl
36.248.x.x forum
36.248.x.x forum
5.63.x.x news
54.235.x.x forum
66.249.x.x forum
81.52.x.x forum

Last Seen

ksjd Wed 23:03
Dodgeitorelse Wed 20:01
qwas Wed 19:14
Wussie Wed 13:43
game_stats.eu Wed 11:58

Newest Members

Forums
Screenshots @ Rwar
Demo
Wed Jul 20 2005, 03:10PM
Guest I want to add screenshots in Rwar but this line doest work:
< IMG SRC="http://www.server.com/picture.jpg"> = <IMG SRC="http://www.server.com/picture.jpg">If I use this line it responds:
http://(picture)

My site = http://www.freeclan.nl/nl/e107_plugins/rwar_menu/details.php?id=4

I know i must use a link but i prefere a picture that you can see directly

Does anybody know a solution?
Demo
Wed Jul 20 2005, 03:12PM
Guest Sorry I mean:
<IMG SRC="http://www.server.com/picture.jpg">
Rich
Wed Jul 20 2005, 03:38PM
Posts: 1700
Joined: Wed Nov 26 2003, 04:30PM

You would have to modify the code to get it to directly display the pictures.

Its more sensible to have a link since as many screenshots are 1024x768 and this would warp the sites layout.

Even if you were to set a width, you would be downloading images you many not want to see, and even if you did, you would need to open them in a new window to be able to see the detail, such as the scores.
Website
Demo
Thu Jul 21 2005, 12:02PM
Guest no my pictures are really small.. only scores and screens of anti-cheat.. just small pictures around 150 x 50 or something
but if i use the code above i get "HTTP://" in front of the picture
Rich
Thu Jul 21 2005, 12:15PM
Posts: 1700
Joined: Wed Nov 26 2003, 04:30PM

If you really want this, edit the details.php

and at the bottom change the code


foreach ($mysql_row[screenshots] as $key => $value)
{
$text .= "
<tr><td class='forumheader3'><a rel='external' href='$value'>$value</a></td></tr>";
}


To


foreach ($mysql_row[screenshots] as $key => $value)
{
$text .= "
<tr><td class='forumheader3'><a rel='external' href='$value'><img src='$value' /></a><br /><br /></td></tr>";
}



[ Edited Thu 21-07-05 17:15 ]
Website
 

Jump:     Back to top


You are not logged in - Click Here To Signup

Username:    Password:   

Mini Buttons

.... © GreyCube.com - Richard Perry - Powered by e107.org