rellek[org]

Zurück   rellek[org] > powered by rellek > wbb-stuff > hacks/styles/hilfe > hacks von rellek


hacks von rellek Alles zum wBB von rellek.

Antwort
 
LinkBack (1) Themen-Optionen Ansicht
  #31 (Permalink)  
Alt 20.05.2005, 22:11
Neuer Benutzer
 
Registriert seit: May 2005
Beiträge: 5
Standard

Hilfe ! von Osiris-dg (20.05.2005, 22:11)


hey wollte aml fragen wieso ich die meldung:

Parse error: parse error, unexpected ';' in /usr/export/www/vhosts/funnetwork/hosting/osirisdg/Portal/thread.php(986) : eval()'d code on line 237

bekomme....

hab alles nach beschreibung gemacht hoff doch du kannst mir helfen
alle deien andere hacks funktionier super gut einfach geil kann dich nur empfehlen

demo: www.osiris-dg.de

hier meine bearbeitet thread.php

DANKE SCHONMAL
Angehängte Dateien
Dateityp: txt thread.php.txt (36,2 KB, 114x aufgerufen)
Mit Zitat antworten
  #32 (Permalink)  
Alt 21.05.2005, 05:52
Benutzerbild von rellek
dokumentat0r
 
Registriert seit: Apr 2002
Ort: 192.168.0.3
Beiträge: 12 357
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von rellek (21.05.2005, 05:52)


Im thread-Template ist etwas faul, zum Beheben bräuchte ich das Thread-Template
__________________
...gehen Sie bitte weiter, hier gibt es nichts zu sehen | Diskussion über soziale Software? | Pieps, pieps | Horst | Murat | Achmed | Knut II.

Code:
cyberdyne:~# init 0
init: Ach leck mich am Netzteil!
Mit Zitat antworten
  #33 (Permalink)  
Alt 21.05.2005, 10:56
Neuer Benutzer
 
Registriert seit: May 2005
Beiträge: 5
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von Osiris-dg (21.05.2005, 10:56)


ok danke shon mal bekommst du sofort.
zu not kannst du auch die acp rechte als admin bekommen wenn du die brauchst hauptsache ich komme in meien foren threads wieder rein

danek schon mal ....

nur ich finde nicht da thread.tpl nur andere tpls. in meinem template ordner
welche bzw welches brauchst du genau?


heir hast du die alle template die im ordner /template waren gezippt:

Kontakt:
ICQ: 164044159
Yahoo: osirisdg1987
MSN: oseiriz@hotmail.com
AIM: Osiris25101987
IRC: anywhere
Mail: info@osiris-dg.de
Angehängte Dateien
Dateityp: zip templates.zip (215,7 KB, 48x aufgerufen)
Mit Zitat antworten
  #34 (Permalink)  
Alt 22.05.2005, 05:17
Benutzerbild von rellek
dokumentat0r
 
Registriert seit: Apr 2002
Ort: 192.168.0.3
Beiträge: 12 357
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von rellek (22.05.2005, 05:17)


Die Templates im Ordner /templates kannst du eigentlich löschen.

Das Template "thread", was du im Zuge der Hackinstallation bearbeitet hast, bräuchte ich.
__________________
...gehen Sie bitte weiter, hier gibt es nichts zu sehen | Diskussion über soziale Software? | Pieps, pieps | Horst | Murat | Achmed | Knut II.

Code:
cyberdyne:~# init 0
init: Ach leck mich am Netzteil!
Mit Zitat antworten
  #35 (Permalink)  
Alt 22.05.2005, 10:30
Neuer Benutzer
 
Registriert seit: May 2005
Beiträge: 5
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von Osiris-dg (22.05.2005, 10:30)


Achso jetzt versteh ich hier:
Code:
<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>

<script type="text/javascript">
<!--
function noticepopup() {
F = window.open("notice.php?id=popup{$SID_ARG_2ND}","{$lang->items['LANG_THREAD_NOTICETITLE']}","width=670,height=320");
}
// -->
</script>
                        <!-- THREAD_MODCP -->
<script language="Javascript">
<!--
function thread_mod(userid) {
 window.open("thread_mod.php?userid_warn="+userid+"&abdann=$abdann&sid=$session[hash]", 'modcp', 'toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width=500, height=400, left = 200, top = 100');
}
//-->
</script>
                        <!-- THREAD_MODCP -->
<title>$master_board_name | $board[title] | $thread[prefix] $thread[topic]</title>
$headinclude

<link rel="contents" href="board.php?boardid=$boardid{$SID_ARG_2ND}" />
<if($t->pages>1)>
<then>
<link rel="first" href="thread.php?threadid=$threadid&amp;threadview=$threadview&amp;hilight=$hilight&amp;hilightuser=$hilightuser&amp;page=1{$SID_ARG_2ND}" />
<link rel="last" href="thread.php?threadid=$threadid&amp;threadview=$threadview&amp;hilight=$hilight&amp;hilightuser=$hilightuser&amp;page=$t->pages{$SID_ARG_2ND}" />

<if($t->pages>$t->page)><then><link rel="next" href="thread.php?threadid=$threadid&amp;threadview=$threadview&amp;hilight=$hilight&amp;hilightuser=$hilightuser&amp;page=$t->page+1{$SID_ARG_2ND}" /></then></if>
<if($t->page>1)><then><link rel="prev" href="thread.php?threadid=$threadid&amp;threadview=$threadview&amp;hilight=$hilight&amp;hilightuser=$hilightuser&amp;page=$t->page-1{$SID_ARG_2ND}" /></then></if>

</then>
</if>

<script type="text/javascript">
<!--
var imageMaxWidth = $picmaxwidth;
var imageMaxHeight = $picmaxheight;
//-->
</script>
<script type="text/javascript" src="js/images.js"></script>
<script type="text/javascript">
<!--
function rating(userid) {
 window.open("misc.php?action=userrating&userid="+userid+"{$SID_ARG_2ND_UN}", "moo", "toolbar=no,scrollbars=yes,resizable=yes,width=350,height=205");
}
//-->
</script>
</head>

<body onload="resizeImages();">
$header
 <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <tr>
  <td class="tablea"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
   <tr class="tablea_fc">
    <td align="left"><span class="smallfont"><b><a href="index.php{$SID_ARG_1ST}">$master_board_name</a>$navbar &raquo; </b><if($thread['prefix']!="")><then><span class="prefix">$thread[prefix]</span> </then></if><b>$thread[topic]</b></span></td>
    <td align="right"><span class="smallfont"><b>$usercbar</b></span></td>
   </tr>
  </table></td>
 </tr>
 <tr>
  <td class="tabletitle"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
   <tr class="tabletitle_fc">
    <td align="left"><span class="smallfont"><a href="thread.php?goto=lastpost&amp;threadid=$threadid{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_LASTPOST']}</a> | <a href="thread.php?goto=firstnew_thread&amp;threadid=$threadid{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_FIRST_NEWPOST']}</a></span></td>
    <td align="right" valign="top"><span class="smallfont"><a href="print.php?threadid=$threadid&amp;page=$t->page{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_PRINTTHREAD']}</a> | <if($turnoff_formmail==0)><then><a href="formmail.php?threadid=$threadid{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_SENDTOFRIEND']}</a> |</then></if> <a href="usercp.php?action=addsubscription&amp;threadid=$threadid{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_ADD_FAVORITES']}</a></span></td>
   </tr>
  </table></td>
 </tr>
</table>
<table style="width:{$style['tableinwidth']}">
 <tr>
  <td align="left" valign="bottom"><span class="smallfont">$t->pagelink</span></td>
  <td align="right" valign="bottom"><span class="smallfont">$newthread $addreply</span></td>
 </tr>
</table>
$thread_poll
<table cellpadding="0" cellspacing="0" border="0" style="width:{$style['tableinwidth']}" align="center">
 <tr>
  <td><table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" style="width:100%">
   <tr>
    <td class="tablecat" align="left"<if(isset($t->postbitlist))><then> colspan="3"</then></if>><span class="normalfont"><a href="javascript:self.scrollTo(0,50000);"><img src="{$style['imagefolder']}/asc.gif" border="0" alt="{$lang->items['LANG_THREAD_GODOWN']}" title="{$lang->items['LANG_THREAD_GODOWN']}" /></a> <b>$thread[topic] $threadrating</b></span></td>
   </tr>
   
   <if(isset($t->postbitlist))>
   <then>
   
    <tr align="center">
     <td class="tabletitle" style="width:80%"><span class="smallfont"><b>{$lang->items['LANG_THREAD_POSTBITLIST']}</b></span></td>
     <td class="tabletitle" style="width:20%"><span class="smallfont"><b>{$lang->items['LANG_THREAD_AUTHOR']}</b></span></td>
     <td class="tabletitle" nowrap="nowrap"><span class="smallfont"><b>{$lang->items['LANG_THREAD_DATE']}</b></span></td>
    </tr>
    
    <if($t->page!=1)>
    <then>
    
    <tr align="center">
     <td class="tableb" colspan="3"><span class="normalfont"><a href="thread.php?threadid=$threadid&amp;threadview=$threadview&amp;hilight=$hilight&amp;hilightuser=$hilightuser&amp;page=<expression>($t->page-1)</expression>{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_PREVPAGE']}</a></span></td>
    </tr>
    
    </then>
    </if>
    
    {$t->postbitlist}    
    
    <if($t->page<$t->pages)>
    <then>
    
    <tr align="center">
     <td class="tableb" colspan="3"><span class="normalfont"><a href="thread.php?threadid=$threadid&amp;threadview=$threadview&amp;hilight=$hilight&amp;hilightuser=$hilightuser&amp;page=<expression>($t->page+1)</expression>{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_NEXTPAGE']}</a></span></td>
    </tr>
    
    </then>
    </if>
   
   </table><br />
   <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" style="width:100%">
   
   </then>
   <else>
   	</table>
   </else>
   </if>
   
   
   <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" style="width:100%">
   <tr>
    <td class="tabletitle" align="left" style="width:<expression>((2*$style['tableincellpadding'])+159)</expression>px" nowrap="nowrap"><span class="smallfont"><b>{$lang->items['LANG_THREAD_AUTHOR']}</b></span></td>
    <td class="tabletitle"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
     <tr class="tabletitle_fc">
      <td align="left"><span class="smallfont"><b>{$lang->items['LANG_THREAD_POST']}</b></span></td>
      <td align="right"><span class="smallfont"><b>&laquo;</b> <a href="thread.php?goto=nextoldest&amp;threadid=$threadid{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_NEXTOLDEST']}</a> | <a href="thread.php?goto=nextnewest&amp;threadid=$threadid{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_NEXTNEWEST']}</a> <b>&raquo;</b></span></td>
     </tr>
    </table></td>
   </tr>
  </table>
  $postbit
  <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" style="width:100%">
   <tr>
    <td class="tabletitle" colspan="2">
     <table cellpadding="0" cellspacing="0" border="0" style="width:100%">
      <tr class="tabletitle_fc">
       <td align="left"><span class="smallfont">$t->pagelink</span></td>
       <td align="right"><span class="smallfont"><a href="thread.php?threadid=$threadid&amp;threadview=1&amp;hilight=$hilight&amp;hilightuser=$hilightuser{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_THREADED']}</a> | <a href="thread.php?threadid=$threadid&amp;threadview=0&amp;hilight=$hilight&amp;hilightuser=$hilightuser{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_FLATTHREAD']}</a></span></td>
      </tr>
     </table>
    </td>
   </tr>
  </table></td>
 </tr>
</table>
<table style="width:{$style['tableinwidth']}">
 <tr>
  <td align="left" valign="top">$boardjump</td>
  <td align="right" valign="top"><span class="smallfont">$newthread $addreply</span></td>
 </tr>
</table>

<if(checkpermissions("can_rate_thread")==1 && $board['allowratings']==1 && !$thread['isvoted'])>
 <then>
 <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
  
  <tr>
   <td class="tablea"><form action="threadrating.php" method="post"><table border="0" cellspacing="0" cellpadding="0" align="center" class="tablea_fc">
                      <tr align="center"> 
                        <td valign="bottom" align="right"><span class="normalfont"><b>{$lang->items['LANG_THREAD_THREADRATING']}</b>&nbsp;</span><span class="smallfont"><br /><br />
                          {$lang->items['LANG_THREAD_VERYPOOR']}&nbsp;<img src="{$style['imagefolder']}/thumbs_down.gif" border="0" alt="{$lang->items['LANG_THREAD_VERYPOOR']}" title="{$lang->items['LANG_THREAD_VERYPOOR']}" />&nbsp;</span> 
                        </td>
                        <td style="background-color: $colors[0]"><span class="smallfont"> 
                          <input type="radio" name="rating" value="1" onclick="this.form.submit();" />
                          <br />
                          1 </span></td>
                        <td style="background-color: $colors[1]"><span class="smallfont"> 
                          <input type="radio" name="rating" value="2" onclick="this.form.submit();" />
                          <br />
                          2 </span></td>
                        <td style="background-color: $colors[2]"><span class="smallfont"> 
                          <input type="radio" name="rating" value="3" onclick="this.form.submit();" />
                          <br />
                          3 </span></td>
                        <td style="background-color: $colors[3]"><span class="smallfont"> 
                          <input type="radio" name="rating" value="4" onclick="this.form.submit();" />
                          <br />
                          4 </span></td>
                        <td style="background-color: $colors[4]"><span class="smallfont"> 
                          <input type="radio" name="rating" value="5" onclick="this.form.submit();" />
                          <br />
                          5 </span></td>
                        <td style="background-color: $colors[5]"><span class="smallfont"> 
                          <input type="radio" name="rating" value="6" onclick="this.form.submit();" />
                          <br />
                          6 </span></td>
                        <td style="background-color: $colors[6]"><span class="smallfont"> 
                          <input type="radio" name="rating" value="7" onclick="this.form.submit();" />
                          <br />
                          7 </span></td>
                        <td style="background-color: $colors[7]"><span class="smallfont"> 
                          <input type="radio" name="rating" value="8" onclick="this.form.submit();" />
                          <br />
                          8 </span></td>
                        <td style="background-color: $colors[8]"><span class="smallfont"> 
                          <input type="radio" name="rating" value="9" onclick="this.form.submit();" />
                          <br />
                          9 </span></td>
                        <td style="background-color: $colors[9]"><span class="smallfont"> 
                          <input type="radio" name="rating" value="10" onclick="this.form.submit();" />
                          <br />
                          10 </span></td>
                        <td align="left" valign="bottom"><span class="smallfont">&nbsp;<img src="{$style['imagefolder']}/thumbs_up.gif" border="0" alt="{$lang->items['LANG_THREAD_VERYGOOD']}" title="{$lang->items['LANG_THREAD_VERYGOOD']}" />&nbsp;{$lang->items['LANG_THREAD_VERYGOOD']}</span></td>
                      </tr>
                    </table>
                    <input type="hidden" name="sid" value="$session[hash]" />
  <input type="hidden" name="threadid" value="$threadid" />
  <input type="hidden" name="page" value="{$t->page}" />
  </form></td>
  </tr>
   </table><br />
  </then>
</if>
$quickreply

 <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <tr>
  <td class="tablea" align="left"><span class="smallfont"><b><a href="index.php{$SID_ARG_1ST}">$master_board_name</a>$navbar &raquo; </b><if($thread['prefix']!="")><then><span class="prefix">$thread[prefix]</span> </then></if><b>$thread[topic]</b></span></td>
 </tr>
</table>

<table style="width:{$style['tableinwidth']}">
 <tr>
  <td align="right">
   <if(checkmodpermissions())>
    <then>
     <form action="modcp.php" method="get" name="modoption">
      <select name="action">
Mit Zitat antworten
  #36 (Permalink)  
Alt 22.05.2005, 18:13
Benutzerbild von rellek
dokumentat0r
 
Registriert seit: Apr 2002
Ort: 192.168.0.3
Beiträge: 12 357
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von rellek (22.05.2005, 18:13)


ist das das komplette template?
__________________
...gehen Sie bitte weiter, hier gibt es nichts zu sehen | Diskussion über soziale Software? | Pieps, pieps | Horst | Murat | Achmed | Knut II.

Code:
cyberdyne:~# init 0
init: Ach leck mich am Netzteil!
Mit Zitat antworten
  #37 (Permalink)  
Alt 22.05.2005, 18:38
Neuer Benutzer
 
Registriert seit: May 2005
Beiträge: 5
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von Osiris-dg (22.05.2005, 18:38)


ja das ist der komplette inhalt vom tmeplate thread
Mit Zitat antworten
  #38 (Permalink)  
Alt 23.05.2005, 19:10
Neuer Benutzer
 
Registriert seit: May 2005
Beiträge: 5
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von Osiris-dg (23.05.2005, 19:10)


tut ir ja leid. aber bräuchte doch nur kurz mal deien hilfe wie ich das weider hinbiegen kann.

wäre nett auf einen support per foum wenn es kein support per mail gibt (was ich auch verstehen kann)
Mit Zitat antworten
  #39 (Permalink)  
Alt 03.07.2005, 14:08
Benutzerbild von Firestorm
Neuer Benutzer
 
Registriert seit: Mar 2005
Alter: 28
Beiträge: 13
Standard

Finde eine Zeile aus der Readme nicht! von Firestorm (03.07.2005, 14:08)


##### usercp.php #####

Suche (Zeile 453):
$r_showsignatures = $wbbuserdata['showsignatures'];

Füge darüber ein:
$r_qreplyview = $wbbuserdata['qreplyview'];

$r_showsignatures = $wbbuserdata['showsignatures']; (diese Zeile existiert in meiner Usercp.php nicht!
Was soll ich machen?
Wbb Version 2.3.2
Das Forum ist noch ganz jungfreulich!
Mit Zitat antworten
  #40 (Permalink)  
Alt 03.07.2005, 15:24
Benutzerbild von rellek
dokumentat0r
 
Registriert seit: Apr 2002
Ort: 192.168.0.3
Beiträge: 12 357
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von rellek (03.07.2005, 15:24)


dann such mal nur nach:
Code:
$r_showsignatures
Wenn die Zeile so _ähnlich_ wie die aus der readme aussieht, dann nimm die.

oder häng die usercp.php einfach mal an...
__________________
...gehen Sie bitte weiter, hier gibt es nichts zu sehen | Diskussion über soziale Software? | Pieps, pieps | Horst | Murat | Achmed | Knut II.

Code:
cyberdyne:~# init 0
init: Ach leck mich am Netzteil!
Mit Zitat antworten
  #41 (Permalink)  
Alt 03.08.2005, 10:37
[inaktiv]
 
Registriert seit: Jun 2004
Alter: 42
Beiträge: 128
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von netzreiter (03.08.2005, 10:37)


Zitat:


Original von Osiris-dg
tut ir ja leid. aber bräuchte doch nur kurz mal deien hilfe wie ich das weider hinbiegen kann.

wäre nett auf einen support per foum wenn es kein support per mail gibt (was ich auch verstehen kann)
Ist das noch aktuell , dann schau noch mal nach , bei dem template thread.tpl fehlt der rest?
Mit Zitat antworten
  #42 (Permalink)  
Alt 04.08.2005, 16:36
[inaktiv]
 
Registriert seit: Jun 2004
Alter: 42
Beiträge: 128
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von netzreiter (04.08.2005, 16:36)


Ich habe da auch noch ein Prob , ich will die Quickreply in einem Forum ausschliessen dazu ist das:

Zitat:


// In welchen Foren soll Quick-Reply (nicht) angezeigt werden (wenn oben 0 ausgewählt wurden,
// ist diese Variable irrelevant.
// Mehrere Foren werden so abgetrennt: $qr_forums_selection = array("1","2");
$qr_forums_selection = array("60");
Ja da , ich habe da die Board ID eingetragen aber man sieht sie immer noch?

oder ist die Board ID nicht die Foren ID , wenn nicht wo kann ich die sehen?

Gruss
Mit Zitat antworten
  #43 (Permalink)  
Alt 04.08.2005, 17:16
Benutzerbild von rellek
dokumentat0r
 
Registriert seit: Apr 2002
Ort: 192.168.0.3
Beiträge: 12 357
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von rellek (04.08.2005, 17:16)


du mussteine einstellung darüber noch festlegen, dass in den unten genannten foren qr nicht angezeigt werden soll. Also dann die Einstellung 1
__________________
...gehen Sie bitte weiter, hier gibt es nichts zu sehen | Diskussion über soziale Software? | Pieps, pieps | Horst | Murat | Achmed | Knut II.

Code:
cyberdyne:~# init 0
init: Ach leck mich am Netzteil!
Mit Zitat antworten
  #44 (Permalink)  
Alt 04.08.2005, 17:37
[inaktiv]
 
Registriert seit: Jun 2004
Alter: 42
Beiträge: 128
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von netzreiter (04.08.2005, 17:37)


Ok danke versuch es mal.

----------------------------------------------------------------------------------------------------

Edit
Hat gefunzt danke
Mit Zitat antworten
  #45 (Permalink)  
Alt 10.08.2005, 02:09
[inaktiv]
 
Registriert seit: Jun 2004
Alter: 42
Beiträge: 128
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von netzreiter (10.08.2005, 02:09)


Hi kannst du mir bitte sagen wie ich den Zeichen Counter HAck in die Quickreply bekomme?

http://www.it-4all.org/support-forum...tuser=0&page=1

THX

----------------------------------------------------------------------------------------------------

Edit
Ich habe es selber herraus gefunden für alle die es intressiert hier die Anleitung:
Anpassung für die Quickreply von rellek
**************
* thread.tpl *
**************

**********************
* Suche: *
**********************
Code:
</head>
**********************
* Darüber einfügen: *
**********************
Code:
<script type="text/javascript">
<!--
var chars = $postmaxchars;
function counttext(){
  var anz = 0, len = 0, rest = 0;
  var msg = document.bbform.message.value;
  document.getElementById('maxchars').innerHTML=chars;
  
  for (var i = 0; i < msg.length; i++){
    if (anz > (chars-1)){
      break;
    }
    anz++;
  }
  len = i;
  if (msg.length > len){
    document.bbform.message.value = msg.substring(0,len);
  }
  rest = chars-anz;
  document.getElementById('character').innerHTML=rest;

  procent = Math.round((100/chars)*len);
  
  if(procent == 0){
    procentp = 1;
  }else{
    procentp = procent;
  }

  if (procent < 95){
    document.getElementById('pic').src='./images/cc_green.gif';
  }else{
    document.getElementById('pic').src='./images/cc_red.gif';
  }
  if(msg.length > 0) {
    document.getElementById('piclen').innerHTML=procent+' %';
  } else {
    document.getElementById('piclen').innerHTML='';
  }
  document.getElementById('pic').style.width=procentp+'%';
}
//-->
</script>
**********************
* Suche: *
**********************
Code:
<body onload="resizeImages();">
**********************
* ersetze mit: *
**********************
Code:
<body onload="resizeImages(); counttext();">
*************************
* thread_quickreply.tpl *
*************************

************
* Suche: *
************
Code:
<td align="left"><textarea name="message" rows="$qr_replybox_rows" cols="$qr_replybox_cols"
**********************
* Vor > einfügen: *
**********************
Code:
onKeyup="counttext();"
( Das muß danach so aussehen:
<td align="left"><textarea name="message" rows="$qr_replybox_rows" cols="$qr_replybox_cols" onKeyup="counttext();">$message</textarea>


**********************
* Suche: *
**********************
Code:
</textarea>
**********************
* Danach einfügen: *
**********************
Code:
<br />
<div class="smallfont" style="position: static; width: 230px; text-align: left;">{$lang->items['LANG_GLOBAL_GZCOUNTER_STILL']}<b><span class="smallfont" id="character"></span></b>{$lang->items['LANG_GLOBAL_GZCOUNTER_FROM']} <b>$wbbuserdata[max_usertext_length]</b>{$lang->items['LANG_GLOBAL_GZCOUNTER_SIGNS']}</div>
<div style="border: 1px solid #000000; position: static; z-index: 1; width: 230px;"><div style="position: static; z-index: 2;"><div class="smallfont" style="position: absolute; width: 230px; font-weight: bold; text-align: center;" id="piclen"></div><img height="12" border="0" id="pic" alt="" /></div></div>
Speichern
Mit Zitat antworten
  #46 (Permalink)  
Alt 28.08.2005, 21:50
[inaktiv]
 
Registriert seit: Aug 2005
Alter: 47
Beiträge: 12
Standard

Schönen guten Abend von Maverick (28.08.2005, 21:50)


Ich habe heute den Hack einbauen wollen und bin - subjektiv - genau nach der Anleitung gegangen. Ich habe nachher die Sprachvariablen überprüft, habe mir die DB angesehen, auch der ALTER hat gezogen. Die aktualisierten Versionen der beiden php-Dateien sind auf dem Server. Selbstverständlich habe ich die Templates importiert und gechached. Die quickreply_config.php habe ich angepasst und anschließend hochgeladen.

Trotzdem sehe ich kein Qrepla-Fenster. Ich bekomme allerdings auch keine Fehlermeldung.

Was kann ich falsch gemacht haben? Kann mir jemand helfen?
Mit Zitat antworten
  #47 (Permalink)  
Alt 29.08.2005, 14:30
Benutzerbild von rellek
dokumentat0r
 
Registriert seit: Apr 2002
Ort: 192.168.0.3
Beiträge: 12 357
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von rellek (29.08.2005, 14:30)


Wenn du ins Profil gehst, und dort mal die Einstellungen speicherst, kommt da eine Fehlermeldung?`

Hast du die thread.php richtig angepasst (code vor der zu suchenden stelle eingefügt)?
__________________
...gehen Sie bitte weiter, hier gibt es nichts zu sehen | Diskussion über soziale Software? | Pieps, pieps | Horst | Murat | Achmed | Knut II.

Code:
cyberdyne:~# init 0
init: Ach leck mich am Netzteil!
Mit Zitat antworten
  #48 (Permalink)  
Alt 29.08.2005, 16:29
[inaktiv]
 
Registriert seit: Aug 2005
Alter: 47
Beiträge: 12
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von Maverick (29.08.2005, 16:29)


Keine Fehlermeldung im Profil und auch bei der Thread.php behaupte ich mal, daß ich keinen Fehler gemacht habe.
Mit Zitat antworten
  #49 (Permalink)  
Alt 29.08.2005, 18:34
Benutzerbild von rellek
dokumentat0r
 
Registriert seit: Apr 2002
Ort: 192.168.0.3
Beiträge: 12 357
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von rellek (29.08.2005, 18:34)


hm. kannst du die beteiligten Dateien einmal anhängen?

Hast du evtl. in den Einstellungen NoSelfReply eingeschalten (gelassen) und warst der letzte, der auf den Thread geantwortet hat?
__________________
...gehen Sie bitte weiter, hier gibt es nichts zu sehen | Diskussion über soziale Software? | Pieps, pieps | Horst | Murat | Achmed | Knut II.

Code:
cyberdyne:~# init 0
init: Ach leck mich am Netzteil!
Mit Zitat antworten
  #50 (Permalink)  
Alt 29.08.2005, 20:30
[inaktiv]
 
Registriert seit: Aug 2005
Alter: 47
Beiträge: 12
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von Maverick (29.08.2005, 20:30)


Bin mir keiner Schuld bewußt Aber ich habe auch mehrere Theads versucht.

Wie gewünscht, die Dateien
Angehängte Dateien
Dateityp: exe qreply.exe (62,4 KB, 60x aufgerufen)
Mit Zitat antworten
  #51 (Permalink)  
Alt 29.08.2005, 20:41
Benutzerbild von rellek
dokumentat0r
 
Registriert seit: Apr 2002
Ort: 192.168.0.3
Beiträge: 12 357
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von rellek (29.08.2005, 20:41)


Hm. Das Template "thread" fehlt in deinem Anhang. (btw. hast du das in allen Templatepacks bearbeitet?)
__________________
...gehen Sie bitte weiter, hier gibt es nichts zu sehen | Diskussion über soziale Software? | Pieps, pieps | Horst | Murat | Achmed | Knut II.

Code:
cyberdyne:~# init 0
init: Ach leck mich am Netzteil!
Mit Zitat antworten
  #52 (Permalink)  
Alt 29.08.2005, 20:55
[inaktiv]
 
Registriert seit: Aug 2005
Alter: 47
Beiträge: 12
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von Maverick (29.08.2005, 20:55)


Sorry, hier isses

Zitat:


<?xml version="1.0" encoding="{$lang->items['LANG_GLOBAL_ENCODING']}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{$lang->items['LANG_GLOBAL_DIRECTION']}" lang="{$lang->items['LANG_GLOBAL_LANGCODE']}" xml:lang="{$lang->items['LANG_GLOBAL_LANGCODE']}">
<head>
<title>$master_board_name | $board[title] | $thread[prefix] $thread[topic]</title>
$headinclude

<link rel="contents" href="board.php?boardid=$boardid{$SID_ARG_2ND}" />
<if($t->pages>1)>
<then>
<link rel="first" href="thread.php?threadid=$threadid&amp;threadview=$threadview&amp;hilight=$hili ght&amp;hilightuser=$hilightuser&amp;page=1{$SID_ARG_2ND}" />
<link rel="last" href="thread.php?threadid=$threadid&amp;threadview=$threadview&amp;hilight=$hili ght&amp;hilightuser=$hilightuser&amp;page=$t->pages{$SID_ARG_2ND}" />

<if($t->pages>$t->page)><then><link rel="next" href="thread.php?threadid=$threadid&amp;threadview=$threadview&amp;hilight=$hili ght&amp;hilightuser=$hilightuser&amp;page=$t->page+1{$SID_ARG_2ND}" /></then></if>
<if($t->page>1)><then><link rel="prev" href="thread.php?threadid=$threadid&amp;threadview=$threadview&amp;hilight=$hili ght&amp;hilightuser=$hilightuser&amp;page=$t->page-1{$SID_ARG_2ND}" /></then></if>

</then>
</if>

<script type="text/javascript">
<!--
var imageMaxWidth = $picmaxwidth;
var imageMaxHeight = $picmaxheight;
//-->
</script>
<script type="text/javascript" src="js/images.js"></script>
<script type="text/javascript">
<!--
function rating(userid) {
window.open("misc.php?action=userrating&userid="+userid+"{$SID_ARG_2ND_UN}", "moo", "toolbar=no,scrollbars=yes,resizable=yes,width=350,height=205");
}
//-->
</script>
</head>

<body onload="resizeImages();">
$header
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<td class="tablea"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr class="tablea_fc">
<td align="left"><span class="smallfont"><b><a href="index.php{$SID_ARG_1ST}">$master_board_name</a>$navbar &raquo; </b><if($thread['prefix']!="")><then><span class="prefix">$thread[prefix]</span> </then></if><b>$thread[topic]</b></span></td>
<td align="right"><span class="smallfont"><b>$usercbar</b></span></td>
</tr>
</table></td>
</tr>
<tr>
<td class="tabletitle"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr class="tabletitle_fc">
<td align="left"><span class="smallfont"><a href="thread.php?goto=lastpost&amp;threadid=$threadid{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_LASTPOST']}</a> | <a href="thread.php?goto=firstnew_thread&amp;threadid=$threadid{$SID_ARG_2ND}">{$la ng->items['LANG_THREAD_FIRST_NEWPOST']}</a></span></td>
<td align="right" valign="top"><span class="smallfont"><a href="print.php?threadid=$threadid&amp;page=$t->page{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_PRINTTHREAD']}</a> | <if($turnoff_formmail==0)><then><a href="formmail.php?threadid=$threadid{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_SENDTOFRIEND']}</a> |</then></if> <a href="usercp.php?action=addsubscription&amp;threadid=$threadid{$SID_ARG_2ND}">{$ lang->items['LANG_THREAD_ADD_FAVORITES']}</a>
<if($wbbuserdata['userid'])><then> | <a href="misc.php?action=whoread&threadid=$threadid{$SID_ARG_2ND}" onClick="window.open('misc.php?action=whoread&threadid=$threadid{$SID_ARG_2ND}', '_blank','toolbar=no,location=no,menubar=no,scrollbars=yes,width=640,height=480, resizeable=yes,status=no');return false" target="_blank" title="Zeige User, die das Thema gelesen haben">Watchlist</a></then></if>
</span></td>
</tr>
</table></td>
</tr>
</table>
<table style="width:{$style['tableinwidth']}">
<tr>
<td align="left" valign="bottom"><span class="smallfont">$t->pagelink</span></td>
<td align="right" valign="bottom"><span class="smallfont">$newthread $addreply</span></td>
</tr>
</table>
$thread_poll
<table cellpadding="0" cellspacing="0" border="0" style="width:{$style['tableinwidth']}" align="center">
<tr>
<td><table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" style="width:100%">
<tr>
<td class="tablecat" align="left"<if(isset($t->postbitlist))><then> colspan="3"</then></if>><span class="normalfont"><a href="javascript:self.scrollTo(0,50000);"><img src="{$style['imagefolder']}/asc.gif" border="0" alt="{$lang->items['LANG_THREAD_GODOWN']}" title="{$lang->items['LANG_THREAD_GODOWN']}" /></a> <b>$thread[topic] $threadrating</b></span></td>
</tr>

<if(isset($t->postbitlist))>
<then>

<tr align="center">
<td class="tabletitle" style="width:80%"><span class="smallfont"><b>{$lang->items['LANG_THREAD_POSTBITLIST']}</b></span></td>
<td class="tabletitle" style="width:20%"><span class="smallfont"><b>{$lang->items['LANG_THREAD_AUTHOR']}</b></span></td>
<td class="tabletitle" nowrap="nowrap"><span class="smallfont"><b>{$lang->items['LANG_THREAD_DATE']}</b></span></td>
</tr>

<if($t->page!=1)>
<then>

<tr align="center">
<td class="tableb" colspan="3"><span class="normalfont"><a href="thread.php?threadid=$threadid&amp;threadview=$threadview&amp;hilight=$hili ght&amp;hilightuser=$hilightuser&amp;page=<expression>($t->page-1)</expression>{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_PREVPAGE']}</a></span></td>
</tr>

</then>
</if>

{$t->postbitlist}

<if($t->page<$t->pages)>
<then>

<tr align="center">
<td class="tableb" colspan="3"><span class="normalfont"><a href="thread.php?threadid=$threadid&amp;threadview=$threadview&amp;hilight=$hili ght&amp;hilightuser=$hilightuser&amp;page=<expression>($t->page+1)</expression>{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_NEXTPAGE']}</a></span></td>
</tr>

</then>
</if>

</table><br />
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" style="width:100%">

</then>
<else>
</table>
</else>
</if>


<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" style="width:100%">
<tr>
<td class="tabletitle" align="left" style="width:<expression>((2*$style['tableincellpadding'])+159)</expression>px" nowrap="nowrap"><span class="smallfont"><b>{$lang->items['LANG_THREAD_AUTHOR']}</b></span></td>
<td class="tabletitle"><table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr class="tabletitle_fc">
<td align="left"><span class="smallfont"><b>{$lang->items['LANG_THREAD_POST']}</b></span></td>
<td align="right"><span class="smallfont"><b>&laquo;</b> <a href="thread.php?goto=nextoldest&amp;threadid=$threadid{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_NEXTOLDEST']}</a> | <a href="thread.php?goto=nextnewest&amp;threadid=$threadid{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_NEXTNEWEST']}</a> <b>&raquo;</b></span></td>
</tr>
</table></td>
</tr>
</table>
$postbit
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" class="tableinborder" style="width:100%">
<tr>
<td class="tabletitle" colspan="2">
<table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr class="tabletitle_fc">
<td align="left"><span class="smallfont">$t->pagelink</span></td>
<td align="right"><span class="smallfont"><a href="thread.php?threadid=$threadid&amp;threadview=1&amp;hilight=$hilight&amp;hi lightuser=$hilightuser{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_THREADED']}</a> | <a href="thread.php?threadid=$threadid&amp;threadview=0&amp;hilight=$hilight&amp;hi lightuser=$hilightuser{$SID_ARG_2ND}">{$lang->items['LANG_THREAD_FLATTHREAD']}</a></span></td>
</tr>
</table>
</td>
</tr>
</table></td>
</tr>
</table>
<table style="width:{$style['tableinwidth']}">
<tr>
<td align="left" valign="top">$boardjump</td>
<td align="right" valign="top"><span class="smallfont">$newthread $addreply</span></td>
</tr>
</table>

<if(checkpermissions("can_rate_thread")==1 && $board['allowratings']==1 && !$thread['isvoted'])>
<then>
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">

<tr>
<td class="tablea"><form action="threadrating.php" method="post"><table border="0" cellspacing="0" cellpadding="0" align="center" class="tablea_fc">
<tr align="center">
<td valign="bottom" align="right"><span class="normalfont"><b>{$lang->items['LANG_THREAD_THREADRATING']}</b>&nbsp;</span><span class="smallfont"><br /><br />
{$lang->items['LANG_THREAD_VERYPOOR']}&nbsp;<img src="{$style['imagefolder']}/thumbs_down.gif" border="0" alt="{$lang->items['LANG_THREAD_VERYPOOR']}" title="{$lang->items['LANG_THREAD_VERYPOOR']}" />&nbsp;</span>
</td>
<td style="background-color: $colors[0]"><span class="smallfont">
<input type="radio" name="rating" value="1" onclick="this.form.submit();" />
<br />
1 </span></td>
<td style="background-color: $colors[1]"><span class="smallfont">
<input type="radio" name="rating" value="2" onclick="this.form.submit();" />
<br />
2 </span></td>
<td style="background-color: $colors[2]"><span class="smallfont">
<input type="radio" name="rating" value="3" onclick="this.form.submit();" />
<br />
3 </span></td>
<td style="background-color: $colors[3]"><span class="smallfont">
<input type="radio" name="rating" value="4" onclick="this.form.submit();" />
<br />
4 </span></td>
<td style="background-color: $colors[4]"><span class="smallfont">
<input type="radio" name="rating" value="5" onclick="this.form.submit();" />
<br />
5 </span></td>
<td style="background-color: $colors[5]"><span class="smallfont">
<input type="radio" name="rating" value="6" onclick="this.form.submit();" />
<br />
6 </span></td>
<td style="background-color: $colors[6]"><span class="smallfont">
<input type="radio" name="rating" value="7" onclick="this.form.submit();" />
<br />
7 </span></td>
<td style="background-color: $colors[7]"><span class="smallfont">
<input type="radio" name="rating" value="8" onclick="this.form.submit();" />
<br />
8 </span></td>
<td style="background-color: $colors[8]"><span class="smallfont">
<input type="radio" name="rating" value="9" onclick="this.form.submit();" />
<br />
9 </span></td>
<td style="background-color: $colors[9]"><span class="smallfont">
<input type="radio" name="rating" value="10" onclick="this.form.submit();" />
<br />
10 </span></td>
<td align="left" valign="bottom"><span class="smallfont">&nbsp;<img src="{$style['imagefolder']}/thumbs_up.gif" border="0" alt="{$lang->items['LANG_THREAD_VERYGOOD']}" title="{$lang->items['LANG_THREAD_VERYGOOD']}" />&nbsp;{$lang->items['LANG_THREAD_VERYGOOD']}</span></td>
</tr>
</table>
<input type="hidden" name="sid" value="$session[hash]" />
<input type="hidden" name="threadid" value="$threadid" />
<input type="hidden" name="page" value="{$t->page}" />
</form></td>
</tr>
</table><br />
</then>
</if>

$quickreply

<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
<tr>
<td class="tablea" align="left"><span class="smallfont"><b><a href="index.php{$SID_ARG_1ST}">$master_board_name</a>$navbar &raquo; </b><if($thread['prefix']!="")><then><span class="prefix">$thread[prefix]</span> </then></if><b>$thread[topic]</b></span></td>
</tr>
</table>

<table style="width:{$style['tableinwidth']}">
<tr>
<td align="right">
<if(checkmodpermissions())>
<then>
<form action="modcp.php" method="get" name="modoption">
<select name="action">
<option value="-1">{$lang->items['LANG_THREAD_ADMINOPTIONS']}</option>
<if(checkmodpermissions("m_can_thread_close"))>
<then><option value="thread_close">{$lang->items['LANG_THREAD_THREADCLOSE']}</option></then>
</if>
<if(checkmodpermissions("m_can_thread_move"))>
<then><option value="thread_move">{$lang->items['LANG_THREAD_THREADMOVE']}</option></then>
</if>
<if(checkmodpermissions("m_can_thread_edit"))>
<then><option value="thread_edit">{$lang->items['LANG_THREAD_THREADEDIT']}</option></then>
</if>
<if(checkmodpermissions("m_can_post_del"))>
<then><option value="post_del">{$lang->items['LANG_THREAD_POSTDEL']}</option></then>
</if>
<if(checkmodpermissions("m_can_thread_del"))>
<then><option value="thread_del">{$lang->items['LANG_THREAD_THREADDEL']}</option></then>
</if>
<if(checkmodpermissions("m_can_thread_merge"))>
<then><option value="thread_merge">{$lang->items['LANG_THREAD_THREADMERGE']}</option></then>
</if>
<if(checkmodpermissions("m_can_thread_cut"))>
<then><option value="thread_cut">{$lang->items['LANG_THREAD_THREADCUT']}</option></then>
</if>
<if(checkmodpermissions("m_can_thread_top"))>
<then><option value="thread_top">{$lang->items['LANG_THREAD_THREADTOP']}</option></then>
</if>
<if(checkmodpermissions("m_can_add_poll"))>
<then><option value="polladd">{$lang->items['LANG_THREAD_POLLADD']}</option></then>
</if>
</select>
<input src="{$style['imagefolder']}/go.gif" type="image" />
<input type="hidden" name="threadid" value="$threadid" />
<input type="hidden" name="sid" value="$session[hash]" />
</form>
</then>
<else>
<if($wbbuserdata['userid'] && $wbbuserdata['userid']==$thread['starterid'] && (checkpermissions("can_close_own_topic")==1 || checkpermissions("can_del_own_topic")==1 || checkpermissions("can_edit_own_topic")==1 || checkpermissions("can_move_own_topic")==1))>
<then>
<form action="modcp.php" method="get" name="modoption">
<select name="action">
<option value="-1">{$lang->items['LANG_THREAD_OTHEROPTIONS']}</option>
<if(checkpermissions("can_close_own_topic")==1)>
<then><option value="thread_close">{$lang->items['LANG_THREAD_THREADCLOSE']}</option></then>
</if>
<if(checkpermissions("can_move_own_topic")==1)>
<then><option value="thread_move">{$lang->items['LANG_THREAD_THREADMOVE']}</option></then>
</if>
<if(checkpermissions("can_edit_own_topic")==1)>
<then><option value="thread_edit">{$lang->items['LANG_THREAD_THREADEDIT']}</option></then>
</if>
<if(checkpermissions("can_del_own_topic")==1)>
<then><option value="thread_del">{$lang->items['LANG_THREAD_THREADDEL']}</option></then>
</if>
</select>
<input src="{$style['imagefolder']}/go.gif" type="image" />
<input type="hidden" name="threadid" value="$threadid" />
<input type="hidden" name="sid" value="$session[hash]" />
</form>
</then>
</if>
</else>
</if>
</td>
</tr>
</table>
$footer

</body>
</html>
Mit Zitat antworten
  #53 (Permalink)  
Alt 30.08.2005, 14:43
Benutzerbild von rellek
dokumentat0r
 
Registriert seit: Apr 2002
Ort: 192.168.0.3
Beiträge: 12 357
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von rellek (30.08.2005, 14:43)


Ahjo... *g*

Gibt es vllt einen Link zu diesem Forum?
__________________
...gehen Sie bitte weiter, hier gibt es nichts zu sehen | Diskussion über soziale Software? | Pieps, pieps | Horst | Murat | Achmed | Knut II.

Code:
cyberdyne:~# init 0
init: Ach leck mich am Netzteil!
Mit Zitat antworten
  #54 (Permalink)  
Alt 30.08.2005, 19:52
[inaktiv]
 
Registriert seit: Aug 2005
Alter: 47
Beiträge: 12
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von Maverick (30.08.2005, 19:52)


Zitat:


Original von rellek
Ahjo... *g*

Gibt es vllt einen Link zu diesem Forum?
Aber selbstverständlich In meinem Profil und jetzt auch hier der Weg zum Österreichforum
Mit Zitat antworten
  #55 (Permalink)  
Alt 30.08.2005, 20:53
Benutzerbild von rellek
dokumentat0r
 
Registriert seit: Apr 2002
Ort: 192.168.0.3
Beiträge: 12 357
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von rellek (30.08.2005, 20:53)


Hm. Und du bist dir absolut sicher, dass die Dateien korrekt hochgeladen wurden? (ich mein, es gabs auch schon, dass dann die Backups hochgeladen wurden *g) - ich mein jetzt speziell thread.php und das Template "thread".

Könntest du testweise vllt mal die quickreply_config.php aus dem DL-Archiv (s. oben) verwenden?
__________________
...gehen Sie bitte weiter, hier gibt es nichts zu sehen | Diskussion über soziale Software? | Pieps, pieps | Horst | Murat | Achmed | Knut II.

Code:
cyberdyne:~# init 0
init: Ach leck mich am Netzteil!
Mit Zitat antworten
  #56 (Permalink)  
Alt 30.08.2005, 21:22
[inaktiv]
 
Registriert seit: Aug 2005
Alter: 47
Beiträge: 12
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von Maverick (30.08.2005, 21:22)


Welches DL-Archiv meinst Du?
Mit Zitat antworten
  #57 (Permalink)  
Alt 31.08.2005, 11:10
Benutzerbild von rellek
dokumentat0r
 
Registriert seit: Apr 2002
Ort: 192.168.0.3
Beiträge: 12 357
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von rellek (31.08.2005, 11:10)


hi,
dieses: http://board.rellek.org/attachments/admin-talk/477-ohne-kommentar-ownedwave.jpg
__________________
...gehen Sie bitte weiter, hier gibt es nichts zu sehen | Diskussion über soziale Software? | Pieps, pieps | Horst | Murat | Achmed | Knut II.

Code:
cyberdyne:~# init 0
init: Ach leck mich am Netzteil!
Mit Zitat antworten
  #58 (Permalink)  
Alt 31.08.2005, 19:57
[inaktiv]
 
Registriert seit: Aug 2005
Alter: 47
Beiträge: 12
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von Maverick (31.08.2005, 19:57)


Tja, da hat sich jetzt leider nichts verändert
Mit Zitat antworten
  #59 (Permalink)  
Alt 31.08.2005, 20:06
Benutzerbild von rellek
dokumentat0r
 
Registriert seit: Apr 2002
Ort: 192.168.0.3
Beiträge: 12 357
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von rellek (31.08.2005, 20:06)


hast du möglicherweise mehrere Templatepacks?
__________________
...gehen Sie bitte weiter, hier gibt es nichts zu sehen | Diskussion über soziale Software? | Pieps, pieps | Horst | Murat | Achmed | Knut II.

Code:
cyberdyne:~# init 0
init: Ach leck mich am Netzteil!
Mit Zitat antworten
  #60 (Permalink)  
Alt 31.08.2005, 20:22
[inaktiv]
 
Registriert seit: Aug 2005
Alter: 47
Beiträge: 12
Standard

AW: Quick-Reply 2.0 für wBB 2.3 von Maverick (31.08.2005, 20:22)


nein - nur eines, weil ich erst die Hacks einbauen will, bevor ich Styles erweitere
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
hack, quick-reply, schnellantwort, wbb, wbb 2.3

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


LinkBacks (?)
LinkBack zu diesem Thema: http://board.rellek.org/hacks-rellek/quick-reply-2-0-fuer-wbb-2-3-a-5054/p1.html
Erstellt von Für Typ Datum
. . : : RPG - Horizont : : . . | Verbesserungsvorschlge | Weitere Hacks frs Forum dieses Thema Refback 18.02.2008 23:35

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
[2.1] Quick-Reply 2.0 für wBB 2.1 rellek hacks von rellek 24 06.09.2009 15:49
Quick-Reply 2.0 für wBB 2.2 rellek web-/entwicklung 0 09.10.2004 06:15
[2.2] Quick Reply 1.5 für wBB 2.2 rellek hacks von rellek 24 27.09.2004 18:27
[Neuer Hack] Quick-Reply rellek Technische Infos 13 16.03.2003 05:40


Alle Zeitangaben in WEZ +1. Es ist jetzt 07:57 Uhr.


Powered by vBulletin® Version 3.8.4 (Deutsch)
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2
Template-Modifikationen durch TMS