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 > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro Bug Reports

Photopost Pro Bug Reports Post post installation PhotoPost Pro problems here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old February 16th, 2008, 11:50 AM   #1 (permalink)
Member
Verified Customer
 
Join Date: Jan 2008
Posts: 35
Header....

please tell me what shall i do?!

vbdesigns told me, thats a old bug from ppro

thanks for support


please look: www.taeb.de/galerie/index.php

in the top on the left corner the blackline
taeb.de is offline   Reply With Quote
Old February 16th, 2008, 01:12 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
Thats a style issue and bug with the style and vbulletin. They insist on using relative image paths in there coding and style. It essentially does not deal with any photopost bug in any way. It will happen with any program you try to load the vb header on that does not exist in the forum directory because they do not properly use full urls to images etc. You must correct in that style any relative paths to full urls and you should not have any issue.
__________________
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 February 16th, 2008, 02:14 PM   #3 (permalink)
Member
Verified Customer
 
Join Date: Jan 2008
Posts: 35
hi

i had a discussion about ppro and what you told me and the coder from vbdesigns.de who coded the harmonystyle for my vbulletinboard

i´m a beginner... BUT i think, he has right what he told me...

example from the headercode original:
<a name="top"></a>
<div id="border_left">
<div id="border_right">
<div id="border_top_left">
<div id="border_top_right">
<div id="header_bg">
<div id="logo"></div>
<div id="header_right">
<div id="hr_top">
<div id="searchfield">
<form action="search.php?do=process" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<div>
<div id="search_bg"><input id="search_bg_input" type="text" class="bginput" name="query" size="25" value="$vbphrase[search]" onfocus="if(this.value=='$vbphrase[search]')this.value=''" onblur="if(this.value=='')this.value='$vbphrase[search]'" /></div>
<input style="float:left;padding-left:3px;" type="image" src="/designs/harmony/search_submit.gif" value="$vbphrase[go]" tabindex="1004" />
<span id="navbar_search"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow"><img style="float:left;" src="/designs/harmony/search_more.gif" alt="$vbphrase[search]" border="0" /></a></span> <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search",1); </script> </if>
</div>



if i go to

http://www.taeb.de/galerie/index.php

the headercode changes to:

<div id="border_left">
<div id="border_right">
<div id="border_top_left">
<div id="border_top_right">
<div id="header_bg">
<div id="logo"></div>
<div id="header_right">
<div id="hr_top">
<div id="http://taeb.de/forum/searchfield">
<form action="http://taeb.de/forum/search.php?do=process" method="post">
<input type="hidden" name="do" value="process" />
<input type="hidden" name="quicksearch" value="1" />
<input type="hidden" name="childforums" value="1" />
<input type="hidden" name="exactname" value="1" />
<input type="hidden" name="s" value="" />
<div>
<div id="http://taeb.de/forum/search_bg"><input id="http://taeb.de/forum/search_bg_input" type="text" class="bginput" name="query" size="25" value="Suchen" onfocus="if(this.value=='Suchen')this.value=''" onblur="if(this.value=='')this.value='Suchen'" /></div>
<input style="float:left;padding-left:3px;" type="image" src="/designs/harmony/search_submit.gif" value="Los" tabindex="1004" />
<span id="navbar_search"><a href="http://taeb.de/forum/search.php" accesskey="4" rel="nofollow"><img style="float:left;" src="/designs/harmony/search_more.gif" alt="Suchen" border="0" /></a></span>
</div>


you can see.... ppro puts the url bevor the file (red marked)

thats the reason for

1. the searchbox is not available in the top of right corner (here you can see this box: http://www.taeb.de/forum/index.php )
and
2. the blackline in the top of the left corner comes....because the searchbox is away....



i dont wanna be a middleman between two companys.... but i´m a customer of both and every company have to make there own homeworks... = so the customer can smile
... i hope you understand what i wanna told you.... - i told the same to the coder from vbdesigns.de ...


best wishes

Peter

ps: What shall i do know?
taeb.de is offline   Reply With Quote
Old February 16th, 2008, 02:31 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
well we use an auto rewrite to correct relative vb links which is there bug. It has been years and everyone with vb and anyone who writes vb mods is so intent on using relative links everywhere when every other program uses full urls. So the correct action that I see since you have conflicting style names would be to change the style class names for the ones that conflict like so

searchfield

search_bg

rename them to say

srchfield

srch_bg

then in your header code replace the div id class statements only for those two with the new style classes. Your href link is valid and should be rewrote to find search.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 February 16th, 2008, 07:30 PM   #5 (permalink)
Member
Verified Customer
 
Join Date: Jan 2008
Posts: 35
it doesnt work correct...

(its so bad for me as the customer to translate in fifty languages just because the company dont work togehter...wtf - sometimes i ask myself which person pays the money)

i do what you told me

this happend in the galerieindex... under www.taeb.de/galerie
1. the blackline is away
2. the searchbox is there
3. the searchbox have no backgroundcolor
4. the searchbox from the mainsite www.taeb.de/vbcms.php dont work anymore

what shall i do?!

Last edited by taeb.de; February 16th, 2008 at 08:54 PM.
taeb.de is offline   Reply With Quote
Old February 16th, 2008, 11:48 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
Did you do as instructed. We work with vbulletin just fine. We can not control what other people or companies write for vbulletin there. If you change those two style classes in that stylesheet to another name in that stylesheet and then correct that header to the new style names you should have no conflicts. I dont see any black line anymore so it seems fixed to me as thats the only issue you reported. Nothing I suggested you do would have any issue with number 4 so that would have to be some change you made above and beyond what I stated as all you did was rename a few style class names which is a very easy thing to do.
__________________
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 February 17th, 2008, 04:52 PM   #7 (permalink)
Member
Verified Customer
 
Join Date: Jan 2008
Posts: 35
thanks for the fast answer


could you tell me what happend on number 3?

the backgroundcoulor failed.... and there is a NEW dull balk over the searchbox... the black balk on the left corner is fixed
thanks...
taeb.de is offline   Reply With Quote
Old February 17th, 2008, 04:56 PM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,069
Look at your style class

Code:
Content visible to verified customers only.
I beleive in my initial reply the response I made was about custom styles you need to correct any relative image path to a full url so your url should be in that class this

http://www.taeb.de/designs/harmony/search_bg.gif
__________________
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with header smartchoiceads Classifieds How do I...? 4 November 8th, 2007 06:13 PM
header-inc harbi Photopost Pro Installation & Upgrades 2 October 21st, 2006 11:44 AM
new VB header cookie Photopost Pro How Do I...? 1 September 5th, 2006 02:39 PM
Help with header, Please? jannybear Photopost Pro How Do I...? 1 September 6th, 2005 02:44 PM


All times are GMT -5. The time now is 07:54 AM.

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