View Full Version : Current Image on other page
tymanrocks
09-29-2005, 03:50 AM
Hi,
I've been fooling around with this for a while and I can't get it to work.
I'd like to have an intro page that shows only the image (kind of like what www.quarlo.com does from time to time) then I'd have a link to the main index.php page.
Right now I have an intro_template.html file in my templates folder that is formatted correctly to display an image when index.php?x=intro is called. However none of the pixelpost template tags work when it is called.
My site is www.tyman.net and the index.html file is just a FRAMESET containing a frame source of index.php?x=intro.
Any help is appreciated greatly.
As long as it isnt popup it should to work and parse all PP tags (also this from addons).
Joe[y]
09-29-2005, 03:47 PM
what tags are you using in the intro template?
tymanrocks
09-29-2005, 08:51 PM
Here is my entire source code of the intro template.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta name="PBO.auth" content="12e40878e41ae8c3f6007506942c8650" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta http-equiv="imagetoolbar" content="false" />
<!-- Link for ATOM feed autodiscovery -->
<link rel="service.feed" type="application/x.atom+xml" href="http://tyman.net/index.php?x=intro&x=atom" title="tyman.net"/>
<!-- Link for RSS feed autodiscovery -->
<link rel="alternate" type="application/rss+xml" title="tyman.net - RSS feed" href="/index.php?x=rss" />
<title>tyman.net</title>
<link rel="stylesheet" type="text/css" href="templates/v2/main.css" />
</head>
<body>
<table align="center">
<tr>
<td id="container-main" width="<IMAGE_WIDTH">
<div id="image">
<center>
<a href="index.php"><img src="images/<IMAGE_NAME>" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>" /></a>
</center>
</div>
<div id="footer">
all images and content copyright tyler ball
<br />
</td>
</tr>
</table>
</body>
</html>
So I'm using <IMAGE_HEIGHT>, <IMAGE_WIDTH> and <IMAGE_NAME>.
Joe[y]
09-29-2005, 09:28 PM
right now you haven't even got the template folder present:
Error:
No template folder exists by the name of "v3" or the file image_template.html is missing in that folder.
Make sure that you have uploaded all necessary files with the exact same names as mentioned here.
tymanrocks
10-01-2005, 04:15 AM
oops, it seems that I messed up. the photoblog is installed at http://www.tyman.net/pixelpost/index.php?=intro.
However this doesnt fix the problem, and the image still doesn't show.
Joe[y]
10-01-2005, 09:28 AM
i can see the image fine....
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.