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?