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

Guests: 12

123.125.x.x forum
123.125.x.x forum
14.104.x.x news
175.42.x.x forum
175.44.x.x forum
198.56.x.x forum
36.248.x.x forum
36.248.x.x forum
36.251.x.x forum
66.249.x.x forum
72.44.x.x forum
78.98.x.x download

Last Seen

xMin Sat 21:27
TacTicToe Sat 21:07
Dodgeitorelse Sat 20:50
game_stats.eu Sat 20:32
Wussie Sat 17:07

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