PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > General Forums > General Discussion

General Discussion General use discussion forum for PhotoPost products.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old January 18th, 2008, 06:01 PM   #1 (permalink)
Member
Verified Customer
 
Join Date: Oct 2007
Posts: 172
Another Off Topic/Product: Display Error!

Okay, so I have zero experience when it comes to coding, but follow directions very well.

So heres the deal... I'm running vBulletin 3.6 interated with PP Classifieds and Photo Gallery. I have several mods installed as well, along wth one commercial style in used to make the site a bit more appealing.

Earlier today, I entered/copied/manipulated code to display a placer image if you will, that has my sites logo, along with the words "your banner here", on my forums home page. On the left side (sidebar) there's a block labeled "Advertisements" so this is where I placed the image. Afterwards, the "ad" displayed perfectly, along with the hyperlink attached. * No other mods, hacks, scripts or various forms of manipulation has occurred after I inserted this code.

Now the issue I'm facing is, once I got home and checked the site, the image has disappeared... completely. I have reviewed the code on the 'forumhome' template, and nothing has change since I first applied it. I have swapped it out with text, and the text displays fine.

My sites address:

http://www.reptilejunction.com/forums

This will bring you to the forum home page.

The image that should be displaying is on the left hand side of this forum homepage, under the 'Advertisements' block is (click to view image):

http://www.reptilejunction.com/banners/gen_ad_01.gif

So with that said, does anyone here have a clue as to what could have happened? This has really took me by surprise as I mentioned, no other manipulation - on my part anyways - has taken place since the code was was inserted.
doc1975 is offline   Reply With Quote
Old January 19th, 2008, 09:20 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
well look at your code for that block you have a comment out code in there like so

<a href='http://www.reptilejunction.com/forums/index.php'><!--
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 19th, 2008, 01:09 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Oct 2007
Posts: 172
Chuck you have to excuse me, but I have no clue what you just meant by that...
doc1975 is offline   Reply With Quote
Old January 19th, 2008, 07:19 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
From what I see your code ends at the comment out code which means apparently you have commented out code <!-- and your code is surpressed from there.

I can tell you this unless you post your code here no one is going to be able to suggest what your issue is unless they see the code.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 20th, 2008, 07:27 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Oct 2007
Posts: 172
Here's the code:

<table width="183" border="0" cellspacing="0" cellpadding="0">
<tr><td>
<img src="$stylevar[imgdir_misc]/tad.gif" border="0" alt="" class="nopm" /></td>
</tr>
<tr><td class="lftbox">
<a href='http://www.reptilejunction.com/forums/index.php'><img src='http://www.reptilejunction.com/banners/gen_ad_01.gif' width='130' height='200' alt='' title='' border='0'></a></div></td>
</tr>
<tr><td>
<img src="$stylevar[imgdir_misc]/tbot.gif" border="0" alt="" class="nopm" /></td>
</tr>
</table><br />

Above is the code that directly corresponds with my issue, hope this helps.
doc1975 is offline   Reply With Quote
Old January 20th, 2008, 07:49 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
That code looks fine so you might need to check elsewhere in vbadvanced to see what might be affecting this. I dont know too much about vbadvanced to assist with how to create blocks other than all that block needs to be is a straight html block. Looking at your html source of your page as noted there is a comment out code appearing which is affecting this. Try removing the style class calls in your td and see if that helps.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 20th, 2008, 10:12 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Oct 2007
Posts: 172
Additionally...

Not sure how relevant this is, but I did attempt to swap the image with two others for testing, and both worked. I used both the logo images found on the main (intro) page of the site, as well as the logo image located at the top left hand corner of the site, next to the navbar links. They both worked without issue... just seems not to lilke this image?
doc1975 is offline   Reply With Quote
Old January 21st, 2008, 08:37 AM   #8 (permalink)
Member
Verified Customer
 
Join Date: Oct 2007
Posts: 172
Hmmmmm....

Okay, to mix it up even more, I have realized that I can view the image from my work pc, but it's not being displayed on my home pc? Does that help any?
doc1975 is offline   Reply With Quote
Old January 21st, 2008, 10:29 AM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
I would suggest looking at the image and try converting it and saving it for web with some graphics program if others work.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 21st, 2008, 10:30 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
You can also ask for assistance from vbadvanced since you are dealing with trying to display an html block on their product.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 21st, 2008, 10:49 AM   #11 (permalink)
Member
Verified Customer
 
Join Date: Oct 2007
Posts: 172
I have posted the question at forummonkeys.com as this is where I bought the style from. I have alos posted it at both vbadvanced & vbullentin.com. So I will see what is advised.
doc1975 is offline   Reply With Quote
Old January 21st, 2008, 10:53 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Yeah I was just pointing out your having issues with trying to make an html block on vbadvanced which deals with their product so they would be able to assist you with their product.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 21st, 2008, 11:26 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Oct 2007
Posts: 172
one of the administrators that have responded to my question at vbulletin.com, has suggested clearing my cache from my home pc, as it may be pulling the website/page from the cache... just not sure what cache he's referring to, or how to clear it...

Is this the same as "temporary internet files"?
doc1975 is offline   Reply With Quote
Old January 21st, 2008, 12:19 PM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Yes clear those as well as all cookies and try again. I suggest you also install and alternate browser to see if things look right

http://www.mozilla.com/en-US/firefox/
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 21st, 2008, 12:44 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Oct 2007
Posts: 172
I thought of the additional browser last night as well, and installed it. Same results though. Once I get home, I will attempt to clear the cookies and temporary internet files, etc... and post the results then.
doc1975 is offline   Reply With Quote
Old January 21st, 2008, 03:39 PM   #16 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
Okay as stated you might want to get help from vbadvanced since this issue deals with some html block your setting up there.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old January 21st, 2008, 05:07 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Oct 2007
Posts: 172
Situation, somewhat corrected...

Well, a member from the forummonkeys.com did suggest that my spyware/antivirus was blocking it and after changing some options it is now displaying properly... in IE that is.

Now the image is showing left of center when I view the site with firefox...

Any suggestions?
doc1975 is offline   Reply With Quote
Old January 21st, 2008, 07:40 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,698
check your html and style properties and make sure you have align="center" in your html or that your style class does not align things to left.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Way Off Topic But... doc1975 General Discussion 4 January 15th, 2008 05:24 PM
Product page display problem Joanne86 ReviewPost Bug Reports 33 December 23rd, 2007 08:20 PM
Off Topic? doc1975 General Discussion 3 December 6th, 2007 11:09 AM
ReviewPost Thumbnail/Product Image Display WB ReviewPost How do I...? 2 July 27th, 2005 02:25 PM
[Off Topic] Search for a Rallye Gallerie Spike05 General Discussion 0 March 31st, 2005 02:42 AM


All times are GMT -5. The time now is 04:19 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0