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

Guests: 18

109.101.x.x request
112.111.x.x forum
175.44.x.x forum
185.19.x.x forum
199.21.x.x forum
222.77.x.x forum
36.251.x.x forum
46.137.x.x news
5.63.x.x news
50.112.x.x news
50.19.x.x forum
54.225.x.x news
54.232.x.x news
54.249.x.x news
54.251.x.x news
54.252.x.x news
66.249.x.x forum
77.75.x.x forum

Last Seen

Dodgeitorelse Thu 07:32
BYTM Thu 06:05
LPmrOsWDGl Thu 06:03
game_stats.eu Thu 06:01
Zipps Thu 04:14

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