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

Guests: 11

173.199.x.x forum
175.44.x.x forum
180.109.x.x news
180.76.x.x request
199.21.x.x forum
36.248.x.x forum
42.62.x.x guestbook
50.19.x.x forum
61.241.x.x forum
66.249.x.x forum
66.249.x.x forum

Last Seen

Zipps Fri 02:36
oIQsN5i8vx Fri 01:32
nott Fri 00:27
Xsfd (M.D.A) Thu 20:09
Rich Thu 18:52

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