Seite 1 von 4

Shoutbox

Verfasst: Do 26. Mai 2016, 14:31
von Nathaly
Hallo zusammen

mir ist auf gefallen das die Shoutbox nicht mehr korrekt angezeigt wird
woran konnte es liegen

hp http://hundetouren-hamburg.npage.de/

Bild

Re: Shoutbox

Verfasst: Do 26. Mai 2016, 14:40
von goefi-chiangmai
Da bei nPage das nPage-script abgeschaft wurde und sonnst viele verschlechtbesserungen gemacht wurden, musst Du die Shoutbox jetzt so einfügen auf die Seiten, oder ins Design:

Code: Alles auswählen

<p>[shoutbox]</p>

Re: Shoutbox

Verfasst: Fr 27. Mai 2016, 11:04
von Nathaly
also so

Orginal

Code: Alles auswählen

<div class="boxrechts">
<h2>Shoutbox</h2>
<div class="navigation">
  <!--Anfang Menupunkte-->
  <iframe scrolling="yes" height="694" frameborder="0" width="150"  target="_self" allowtransparency="allowtransparency"  src="http://hundetouren-hamburg.npage.de/shoutbox.php" marginheight="0"  marginwidth="0" name="shoutbox" border="0" style="width: 150px; height:  405px;">Shoutbox</iframe>

Code: Alles auswählen

<div class="boxrechts">
<h2>Shoutbox</h2>
<div class="navigation">
  <!--Anfang Menupunkte-->
  <iframe scrolling="yes" height="694" frameborder="0" width="150"  target="_self" allowtransparency="allowtransparency"  src="shoutbox" marginheight="0"  marginwidth="0" name="shoutbox" border="0" style="width: 150px; height:  405px;">Shoutbox</iframe>

Re: Shoutbox

Verfasst: Fr 27. Mai 2016, 17:35
von goefi-chiangmai
Eigentlich nur das:

Code: Alles auswählen

<iframe scrolling="yes" height="694" frameborder="0" width="150"  target="_self" allowtransparency="allowtransparency"  src="http://hundetouren-hamburg.npage.de/shoutbox.php" marginheight="0"  marginwidth="0" name="shoutbox" border="0" style="width: 150px; height:  405px;">Shoutbox</iframe>
Ersetzen mit:

Code: Alles auswählen

<p>[shoutbox]</p>
Danach musst du halt jetzt bei nPage unter Extras › Shoutbox › Einstellungen die breite farbe etc. manuell eingeben

Re: Shoutbox

Verfasst: Sa 28. Mai 2016, 15:42
von Nathaly
goefi-chiangmai hat geschrieben:Eigentlich nur das:

Code: Alles auswählen

<iframe scrolling="yes" height="694" frameborder="0" width="150"  target="_self" allowtransparency="allowtransparency"  src="http://hundetouren-hamburg.npage.de/shoutbox.php" marginheight="0"  marginwidth="0" name="shoutbox" border="0" style="width: 150px; height:  405px;">Shoutbox</iframe>
Ersetzen mit:

Code: Alles auswählen

<p>[shoutbox]</p>
Danach musst du halt jetzt bei nPage unter Extras › Shoutbox › Einstellungen die breite farbe etc. manuell eingeben
wo muss ich das den genau ersetzten :?
krieg das nicht hin :(

Re: Shoutbox

Verfasst: Sa 28. Mai 2016, 15:45
von goefi-chiangmai
Im Design
Design - Style verwalten - Design Header

Re: Shoutbox

Verfasst: Sa 28. Mai 2016, 15:46
von Nathaly
und wo muss ich die shoutbox ersetzen

Code: Alles auswählen

<p>[shoutbox]</p>

Re: Shoutbox

Verfasst: Do 2. Jun 2016, 15:06
von Nathaly
ich weis immer noch nicht wie ich das machen soll ?

Re: Shoutbox

Verfasst: Do 2. Jun 2016, 17:52
von goefi-chiangmai
goefi-chiangmai hat geschrieben:Eigentlich nur das:

Code: Alles auswählen

<iframe scrolling="yes" height="694" frameborder="0" width="150"  target="_self" allowtransparency="allowtransparency"  src="http://hundetouren-hamburg.npage.de/shoutbox.php" marginheight="0"  marginwidth="0" name="shoutbox" border="0" style="width: 150px; height:  405px;">Shoutbox</iframe>
Ersetzen mit:

Code: Alles auswählen

<p>[shoutbox]</p>
Danach musst du halt jetzt bei nPage unter Extras › Shoutbox › Einstellungen die breite farbe etc. manuell eingeben
So wie ich es beschrieben habe!
Wo liegt das problem genau?

Re: Shoutbox

Verfasst: Do 2. Jun 2016, 18:52
von Nathaly
ist das so richtig?

Vorher
<iframe scrolling="yes" height="694" frameborder="0" width="150" target="_self" allowtransparency="allowtransparency" src="http://hundetouren-hamburg.npage.de/shoutbox.php" marginheight="0" marginwidth="0" name="shoutbox" border="0" style="width: 150px; height: 405px;">Shoutbox</iframe>
Nachher
<iframe scrolling="yes" height="694" frameborder="0" width="150" target="_self" allowtransparency="allowtransparency" src="shoutbox" marginheight="0" marginwidth="0" name="shoutbox" border="0" style="width: 150px; height: 405px;">Shoutbox</iframe>