Forums Sign Up Reply Search Statistics
Support Issues and Questions GraFX Software Solutions - Forum / Support Issues and Questions /

space.jpg image???

 
Author brent
Forums Member
#1 Posted: 21 Jan 2008 05:42:48
Reply 
In all of my pages I'm using in skin10 (K Skin) it is adding blank space or something to my pages. In firefox I do not notice this but in IE6 I do.

I see this also:

Image PATH for TITLE_TAG
publ_images/pages/space

What is this supposed to be doing? How do I stop it from using space.jpg

I deleted it from pages directory but then it messes things up even more. It will show a red X in IE6 pages. Also it re-arranges the text. In firefox it is fine. If I can somehow remove it from the php code I think it will be fine. I think it is coming from the index.php page from this code below:

"$first = $page->getFirstElement();
$ft->assign("TITLE_TAG", (empty($all_url_vars['page'])?html_entity_decode($ stringutil->cleanDescriptionForEditor($data[$first ]["title"])):html_entity_decode($stringutil->clean DescriptionForEditor($page->getTitle()))));
if (file_exists(INDEX_PATH."publ_images/pages/" . $all_url_vars['page'] . ".gif") || file_exists(INDEX_PATH."publ_images/pages/" . $all_url_vars['page'] . ".jpg"))
$ft->assign("TITLE_TAG_IMG", "publ_images/pages/" . $all_url_vars['page']);
else
$ft->assign("TITLE_TAG_IMG", "publ_images/pages/space");"

Please help

Thanks!!!
Author software
Admin
#2 Posted: 21 Jan 2008 08:06:55
Reply 
This is changed in version 2.0, wait until later today and update .
Author brent
Forums Member
#3 Posted: 22 Jan 2008 01:01:16
Reply 
It still happens in IE6.

Thanks.
Author software
Admin
#4 Posted: 22 Jan 2008 08:25:55
Reply 
Can we see the URL please?
If you get spacer.jpg or gif, it means we did not found the file for that page, please post the URL.
Author brent
Forums Member
#5 Posted: 26 Jan 2008 22:01:44
Reply 
It happens
Author brent
Forums Member
#6 Posted: 26 Jan 2008 22:02:50
Reply 
sorry wasnt finished typing the sentence...

It happens on every page, every template, EXCEPT the home page. In IE6 only that I have seen. You cannot see it in firefox.
Author software
Admin
#7 Posted: 27 Jan 2008 05:02:51
Reply 
We will try to see in IE6
Author brent
Forums Member
#8 Posted: 27 Jan 2008 21:13:31
Reply 
It wouldnt let me post a new topic so i have another q

I have this web stats program and for it to work I need to insert some HTML code in the homepage which will count vistors. Where would be the best place to put this? in the index.php file or in the template_firstpage.html files?

Thanks.
Author brent
Forums Member
#9 Posted: 30 Jan 2008 16:30:38
Reply 
Does anyone have any idea on this issues above?
Author software
Admin
#10 Posted: 2 Feb 2008 03:05:26
Reply 
If is JavaScript, in template_index.html and template_firstpage.html
If is PHP code, in index.php
Author brent
Forums Member
#11 Posted: 2 Feb 2008 10:56:18
Reply 
Thanks, exactly what I needed, also do you have any ideas on the space.jpg thing?
Author brent
Forums Member
#12 Posted: 2 Feb 2008 12:47:24
Reply 
I figured it OUT!!!!!!!

I removed this line:

<p class="image-right"><img src="{PAGES_PATH}{TITLE_TAG_IMG2}-ML.jpg" alt="" width="200" height="150" /></p>

from teplate_index.html
Author software
Admin
#13 Posted: 4 Feb 2008 14:55:13
Reply 
ok, thanx for leting to other people know.
 
Your Reply

» Username  » Password 
Only registered users are allowed to post here. Please enter your login/password details upon posting a message, or sign up first.