#1 (permalink)  
Old 12.02.2008, 16:28
Aufsteigender Benutzer
 
Join Date: 07.2007
Age: 30
Posts: 167
Rep Power: 5
taeb.de is on a distinguished road
Send a message via Skype™ to taeb.de
harmonystyle + photopost
woran liegt es wenn ich vbcms, den harmonystyle + photopost aufrufen das oben dann son komisches ding ist...

siehe Haupt-Index - taeb.de ≠ galerie

links oben... dieser balken
Reply With Quote
  #2 (permalink)  
Old 12.02.2008, 18:15
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Das ist ein Bug von Photopost, der leider schon sehr lange existiert: http://www.vbdesigns.de/style-web-te...html#post15974
Reply With Quote
  #3 (permalink)  
Old 16.02.2008, 17:52
Aufsteigender Benutzer
 
Join Date: 07.2007
Age: 30
Posts: 167
Rep Power: 5
taeb.de is on a distinguished road
Send a message via Skype™ to taeb.de
also mein header vom harmonystyle sieht ein bißchen anders aus, abgesehen von den links natürlich

komme da ehrlich gesagt nicht weiter
Reply With Quote
  #4 (permalink)  
Old 16.02.2008, 18:27
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Im Bezug auf deinen Header:

Code:
<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>
das Problem ist Rot eingefärbt.

Und nun das Original:

Code:
<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>
Wende dich an Photopost, damit die den Bug endlich mal beheben.
Reply With Quote
  #5 (permalink)  
Old 16.02.2008, 19:20
Aufsteigender Benutzer
 
Join Date: 07.2007
Age: 30
Posts: 167
Rep Power: 5
taeb.de is on a distinguished road
Send a message via Skype™ to taeb.de
hallo Christian,

danke erstmal für deine Mühen - werde das mal eben ausbessern - eine ähnliche Antwort hab ich von Photopost bekommen... obwohl diese jegliche Schuld von sich weisen "sofern ich das richtig verstanden habe"


aber lese selbst:

Header.... - PhotoPost Community

fühle mich irgendwie als "Vermittler" aber wenn es einigen hilft ist das doch gut

grüße
Reply With Quote
  #6 (permalink)  
Old 16.02.2008, 19:34
Aufsteigender Benutzer
 
Join Date: 07.2007
Age: 30
Posts: 167
Rep Power: 5
taeb.de is on a distinguished road
Send a message via Skype™ to taeb.de
Quote:
Originally Posted by Christian View Post
Im Bezug auf deinen Header:

Code:
<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>
das Problem ist Rot eingefärbt.

Und nun das Original:

Code:
<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>
Wende dich an Photopost, damit die den Bug endlich mal beheben.

du meinst ich soll überall http://taeb.de/forum hinzufügen?

wenn ich das mache... hab ich den schwarzen balken auf jeder seite, nicht nur unter der galerie...
Reply With Quote
  #7 (permalink)  
Old 16.02.2008, 19:40
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Quote:
Originally Posted by taeb.de View Post
hallo Christian,

danke erstmal für deine Mühen - werde das mal eben ausbessern - eine ähnliche Antwort hab ich von Photopost bekommen... obwohl diese jegliche Schuld von sich weisen "sofern ich das richtig verstanden habe"


aber lese selbst:

Header.... - PhotoPost Community

fühle mich irgendwie als "Vermittler" aber wenn es einigen hilft ist das doch gut

grüße

Das ist Quatsch was der Entwickler da von sich gibt:

Photopost macht aus:

Code:
<div id="searchfield">
folgendes:

Code:
<div id="http://taeb.de/forum/searchfield">
und das ist definitiv ein Bug von Photopost. Poste dem doch mal den Code.

Oder mach dir einfach mal den Spass und füge im Header Template folgendes ein:

Code:
search
und dann schau mal was PP drausmacht.
Reply With Quote
  #8 (permalink)  
Old 16.02.2008, 19:47
Aufsteigender Benutzer
 
Join Date: 07.2007
Age: 30
Posts: 167
Rep Power: 5
taeb.de is on a distinguished road
Send a message via Skype™ to taeb.de
also ich kann nur folgendes sagen... ich hab 0 plan von php und co...

ABER wenn ich die Datei Header öffne vom Harmony Style steht folgender Code drin:
<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>



wo dort ein http://taeb.de/forum "dazu" gedichtet wird ist mir nicht ersichtlich...
meine Galerie liegt aber in http://taeb.de/galerie falls das Relevant ist

thx
Reply With Quote
  #9 (permalink)  
Old 16.02.2008, 19:49
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Habe ich doch hier ausführlich beschrieben, woher das Problem kommt.
Reply With Quote
  #10 (permalink)  
Old 16.02.2008, 19:51
Aufsteigender Benutzer
 
Join Date: 07.2007
Age: 30
Posts: 167
Rep Power: 5
taeb.de is on a distinguished road
Send a message via Skype™ to taeb.de
kannst Du mir eigentlich sagen wo die "Searchbox" oben rechts hingekommen ist?

Diese müsste doch auch kommen....


AHHH darin der Hund begraben hab ich recht?....

denn wenn ich http://www.taeb.de/galerie/index.php aufrufe fehlt die Suchbox in der rechten Ecke... wobei wenn ich http://www.taeb.de/forum/index.php aufrufe ist diese dort wieder da....

WENN ich jetzt aber noch http://taeb.de/forum davor setze passiert trotzdem nichts... ist der Pfad evtl. zu kurz oder falsch?
Reply With Quote
  #11 (permalink)  
Old 16.02.2008, 19:53
Aufsteigender Benutzer
 
Join Date: 07.2007
Age: 30
Posts: 167
Rep Power: 5
taeb.de is on a distinguished road
Send a message via Skype™ to taeb.de
Quote:
Originally Posted by Christian View Post
Habe ich doch hier ausführlich beschrieben, woher das Problem kommt.

für einen Anfänger ist es nicht immer leicht Dir gleich zu folgen...

JETZT wird mir aber das Problem klar und ich verstehe was Du meinst...


wie kann ich das jetzt händeln?... möchte ja den Fehler beheben

thx
Reply With Quote
  #12 (permalink)  
Old 16.02.2008, 20:05
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,869
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Habe ich auch geschrieben, Photopost soll den Bug bitte endlich beheben.
Reply With Quote
  #13 (permalink)  
Old 16.02.2008, 21:01
Aufsteigender Benutzer
 
Join Date: 07.2007
Age: 30
Posts: 167
Rep Power: 5
taeb.de is on a distinguished road
Send a message via Skype™ to taeb.de
PhotoPost Community - View Single Post - Header....

kannst Dich ja mal einklicken Christian...
Reply With Quote
  #14 (permalink)  
Old 16.02.2008, 23:22
Aufsteigender Benutzer
 
Join Date: 07.2007
Age: 30
Posts: 167
Rep Power: 5
taeb.de is on a distinguished road
Send a message via Skype™ to taeb.de
was hällst du von dieser Antwort:

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
__________________
www.taeb.de
vbulletin + vbmcs + harmonystyle
photopost gallery + classified und vbseo
Reply With Quote
  #15 (permalink)  
Old 17.02.2008, 02:50
Aufsteigender Benutzer
 
Join Date: 07.2007
Age: 30
Posts: 167
Rep Power: 5
taeb.de is on a distinguished road
Send a message via Skype™ to taeb.de
Quote:
Originally Posted by taeb.de View Post
was hällst du von dieser Antwort:

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


wenn ich das tue... dann passiert folgendes:

1. in der Galerie verschwindet dieser schwarze Balken
und
2. das Suchenfeld kommt wie gewohnt in der rechten Seite zum Vorschein
und
3. das Suchfeld hat in der Galerieindex keinen farbigen "braunen" Hintergrund
und
4. die Suche von der vbcms.php funktioniert aber dann garnicht mehr weil dem Pfad jetzt das /forum im Link fehlt.... ich glaube zu wissen das des vorher - also vor der umbennenung der search_bg und der searchfield nicht so gewesen ist

was soll ich jetzt tun? ...
__________________
www.taeb.de
vbulletin + vbmcs + harmonystyle
photopost gallery + classified und vbseo
Reply With Quote
Reply

Lesezeichen

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist On.
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Photopost integration Lordi vBCMS® Fragen 18 04.04.2008 03:35
PhotoPost PHP funktioniert mit Style? phil2000 Style- & Web Template Support 4 16.02.2008 17:53
Modul für PhotoPost vBGallery? Spoky vBCMS® Fragen 4 15.12.2006 15:08
cyberhype and photopost fleshy66 English customer support 3 01.10.2006 13:32
Angebot+Photopost bluebyte Fragen vor dem Kauf 6 12.02.2006 22:56


Copyright © 2006, Reuter & Bloeß GbR.
| Datenschutz | Sitemap | Unsere Partner | Top |
Home Products Forum Über uns Support & FAQs
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Tipp: Fussball | Heilerde
Shopsystem, Shop System, CMS, Webkatalog mit vBCMS CMS