Viktor's Supportboard
Quickmenü
» Start
» Portal
» Kontakt
» Mitglieder
» Team

» Handy-Ansicht


Usermenü

» Registrieren

Login
Benutzername:
Passwort:

(Passwort vergessen?)

Database
» Database

Lizenzshop/Verwaltung
» Lizenzshop/Verwaltung


Allgemeines
» Themen der letzen 24 Stunden
» Beiträge von Heute
» Aktuelle Umfragen
» Themen als gelesen markieren
» Themen ohne Antwort

» F.A.Q
» Regeln
» Impressum
» Datenschutzerklärung

» Linkliste
» Partner
» Statistik

Kostenplichtige Hacks
» VG-Lizenz
» VG-Fotowettbewerb
» VG-Kontaktanzeige
» VG-Literatur-Verwaltung
» VGTreffen/Dater
» VGMusik/Video

Mein Hacks
» VGUser-Leaflet-Map
» VGUser-Google-Map
» VGClub-Map-Google
» User-Map
» Club-Map
» User-Locator
» Club-Locator
» Mitglieder Bilderupload
» VGOnlineList
» Teamspeak Onlineanzeige

Meine Banner
» Meine Banner

Statistik
Beiträge: 145.676 (Täglich: 18,39 )
Themen: 16.863
Mitglieder: 13.221
Neuestes Mitglied: Hugo100.
Ausl. d. letzten Minute: 103%
Ausl. d. letzten 5 Minuten: 109%
Ausl. d. letzten 15 Minuten: 110%
Aktulle Uhrzeit: 22:13
Freier Webspace: 4.15 TB
PHP-Version: 7.4.33

Spenden

Partner
Mein Supportboard

MySQLDumper

Forum für Angehörige und Freunde von Krebspatienten

Wetter-Board

Make your Webserver

ABC-des Essens

IC-Netforum

ultimate-funultimate-fun

Steinadler-Bastelstübchen

Webseitenschutz
Yukon Tramps & Drivers

Werben

Viktor's Supportboard » Suche » Suchergebnis » Hallo Gast [Anmelden|Registrieren]
Zeige Beiträge 1 bis 9 von 9 Treffern
Autor Beitrag
Thema: Anpassungen wbb2.3.6 an PHP7.x-8.x für Spider
Viktor

Antworten: 613
Hits: 31.108
21:41 Forum: Fragen/Hilfe/Sonstiges (wBB2.3.x)


Hallo,

oh in dem Template ist die Variable "$boardok" gar nicht vorhanden.

Hast du noch andere Templatepacks wo auch noch das Template "board.tpl" auch noch drin ist. verwirrt

Im ACP -> Templates bearbeiten oben gibt es pulldown Menü.

Da mal schauen ob noch andere Templatepacks gibt und ob da dann noch ein Template "board" gibt.

Gruß
Viktor Augenzwinkern
Thema: Was stimmt mit meinen bbCodes nicht=
Viktor

Antworten: 7
Hits: 95
21:28 Forum: Fragen/Hilfe/Sonstiges (wBB2.3.x)


Zitat:
Original von Shorty1968
Hallo,
ich konnte das mit den bbcode beheben nun werden sie so dargestellt wie es sein soll,wer möchte kann seine damit austauschen und das gif in den Style odner.


Hallo,

Danke für die Info. Freude

Für den [hastag] muss aber noch was gemacht werden damit das # eingefügt wird. verwirrt

Gruß
Viktor Augenzwinkern
Thema: IP-Land V2.0 Darstellungs Problem?
Viktor

Antworten: 6
Hits: 99
2 Dateianhänge enthalten
21:20 Forum: Fragen/Hilfe/Sonstiges (wBB2.3.x)


Hallo,

probiere es mal mit den Templates im Anhang.

Gruß
Viktor Augenzwinkern
Thema: Anpassungen wbb2.3.6 an PHP7.x-8.x für Spider
Spider

Antworten: 613
Hits: 31.108
08:01 Forum: Fragen/Hilfe/Sonstiges (wBB2.3.x)


code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
<?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]</title>
$headinclude

<if($pages>1)>
<then>
<link rel="first" href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=$sortorder&amp;page=1{$SID_ARG_2ND}" />
<link rel="last" href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=$sortorder&amp;page=$pages{$SID_ARG_2ND}" />

<if($pages>$page)><then><link rel="next" href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=$sortorder&amp;page=<expression>($page+1)</expression>{$SID_ARG_2ND}" /></then></if>
<if($page>1)><then><link rel="prev" href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=$sortorder&amp;page=<expression>($page-1)</expression>{$SID_ARG_2ND}" /></then></if>

</then>
</if>

<script type="text/javascript">
<!--
function who(threadid) {
 window.open("misc.php?action=whoposted&threadid="+threadid+"{$SID_ARG_2ND_UN}", "moo", "toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300");
}
//-->
</script>
</head>

<body>
$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</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"><if(isset($moderatorbit))><then>({$lang->items['LANG_BOARD_MODERATED_BY']} $moderatorbit)</then></if></span></td>
    <td align="right" valign="top"><span class="smallfont"><a href="usercp.php?action=addsubscription&amp;boardid=$boardid{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_ADD_FAVORITES']}</a> | <a href="markread.php?boardid=$boardid{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_MARKREAD']}</a></span></td>
   </tr>
  </table></td>
 </tr>
</table>

<if(isset($boardbit) && $boardbit)>
 <then>
  <br />
  <table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
   <tr class="smallfont" align="center">
    <td class="tabletitle">&nbsp;</td>
    <td class="tabletitle" style="width:<if($hide_modcell==0)><then>80</then><else>100</else></if>%" align="left"><b>{$lang->items['LANG_START_BOARDS']}</b></td>
    <td class="tabletitle"><b>{$lang->items['LANG_START_POSTS']}</b></td>
    <td class="tabletitle"><b>{$lang->items['LANG_START_THREADS']}</b></td>
    <td class="tabletitle" nowrap="nowrap"><b>{$lang->items['LANG_START_LASTPOST']}</b></td>
    <if($hide_modcell==0)><then><td class="tabletitle" style="width:20%"><b>{$lang->items['LANG_START_MODERATORS']}</b></td></then></if>
   </tr>
   $boardbit
  </table>
 </then>
</if>

<table style="width:{$style['tableinwidth']}">
 <tr>
  <td align="left"><span class="smallfont"><if($useronlinebit!="")><then>($useronlinebit)</then><else>&nbsp;</else></if></span></td>
  <td align="right" valign="bottom">$newthread</td>
 </tr>
</table>

<if($threadbit1!="" || $threadbit2!="")>
 <then>
 <form method="get" action="board.php">
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <tr align="center" class="smallfont">
  <td class="tabletitle" colspan="3"><b><a href="board.php?boardid=$boardid&amp;page=$page&amp;daysprune=$daysprune&amp;sortfield=topic&amp;sortorder=<if($sortfield == 'topic' && $sortorder == 'ASC')><then>DESC</then><else>ASC</else></if>{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_THREAD']}</a></b> <if($sortfield == 'topic')><then><a href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=<if($sortorder == 'DESC')><then>ASC</then><else>DESC</else></if>{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/<if($sortorder == 'DESC')><then>sortasc.gif</then><else>sortdesc.gif</else></if>" alt="" border="0" /></a></then></if></td>
  <td class="tabletitle" nowrap="nowrap"><b><a href="board.php?boardid=$boardid&amp;page=$page&amp;daysprune=$daysprune&amp;sortfield=replycount&amp;sortorder=<if($sortfield == 'replycount' && $sortorder == 'ASC')><then>DESC</then><else>ASC</else></if>{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_REPLIES']}</a></b> <if($sortfield == 'replycount')><then><a href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=<if($sortorder == 'DESC')><then>ASC</then><else>DESC</else></if>{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/<if($sortorder == 'DESC')><then>sortasc.gif</then><else>sortdesc.gif</else></if>" alt="" border="0" /></a></then></if></td>
  <td class="tabletitle" nowrap="nowrap"><b><a href="board.php?boardid=$boardid&amp;page=$page&amp;daysprune=$daysprune&amp;sortfield=starter&amp;sortorder=<if($sortfield == 'starter' && $sortorder == 'ASC')><then>DESC</then><else>ASC</else></if>{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_AUTHOR']}</a></b> <if($sortfield == 'starter')><then><a href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=<if($sortorder == 'DESC')><then>ASC</then><else>DESC</else></if>{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/<if($sortorder == 'DESC')><then>sortasc.gif</then><else>sortdesc.gif</else></if>" alt="" border="0" /></a></then></if></td>
  <td class="tabletitle" nowrap="nowrap"><b><a href="board.php?boardid=$boardid&amp;page=$page&amp;daysprune=$daysprune&amp;sortfield=views&amp;sortorder=<if($sortfield == 'views' && $sortorder == 'ASC')><then>DESC</then><else>ASC</else></if>{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_VIEWS']}</a></b> <if($sortfield == 'views')><then><a href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=<if($sortorder == 'DESC')><then>ASC</then><else>DESC</else></if>{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/<if($sortorder == 'DESC')><then>sortasc.gif</then><else>sortdesc.gif</else></if>" alt="" border="0" /></a></then></if></td>
  <if($board['allowratings']==1)><then><td class="tabletitle" nowrap="nowrap"><b><a href="board.php?boardid=$boardid&amp;page=$page&amp;daysprune=$daysprune&amp;sortfield=vote&amp;sortorder=<if($sortfield == 'vote' && $sortorder == 'ASC')><then>DESC</then><else>ASC</else></if>{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_RATING']}</a></b> <if($sortfield == 'vote')><then><a href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=<if($sortorder == 'DESC')><then>ASC</then><else>DESC</else></if>{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/<if($sortorder == 'DESC')><then>sortasc.gif</then><else>sortdesc.gif</else></if>" alt="" border="0" /></a></then></if></td></then></if>
  <td class="tabletitle" nowrap="nowrap"><b><a href="board.php?boardid=$boardid&amp;page=$page&amp;daysprune=$daysprune&amp;sortfield=lastposttime&amp;sortorder=<if($sortfield == 'lastposttime' && $sortorder == 'ASC')><then>DESC</then><else>ASC</else></if>{$SID_ARG_2ND}">{$lang->items['LANG_BOARD_LASTPOST']}</a></b> <if($sortfield == 'lastposttime')><then><a href="board.php?boardid=$boardid&amp;daysprune=$daysprune&amp;sortfield=$sortfield&amp;sortorder=<if($sortorder == 'DESC')><then>ASC</then><else>DESC</else></if>{$SID_ARG_2ND}"><img src="{$style['imagefolder']}/<if($sortorder == 'DESC')><then>sortasc.gif</then><else>sortdesc.gif</else></if>" alt="" border="0" /></a></then></if></td>
 </tr>
 
 <if($splithreadbit==1 && $threadbit1!="" && $threadbit2!="")>
  <then>
   <tr>
    <td align="left" class="tablecat" colspan="<if($board['allowratings']==1)><then>8</then><else>7</else></if>"><span class="normalfont"><b>{$lang->items['LANG_BOARD_IMPORTANT_THREADS']}</b></span></td>
   </tr>
  </then>
 </if>
 
 $threadbit1
 
 <if($splithreadbit==1 && $threadbit2!="" && $threadbit1!="")>
  <then>
   <tr>
    <td align="left" class="tablecat" colspan="<if($board['allowratings']==1)><then>8</then><else>7</else></if>"><span class="normalfont"><b>{$lang->items['LANG_BOARD_THREADS']}</b></span></td>
   </tr>
  </then>
 </if>
 
 $threadbit2
 <tr>
  <td class="tableb" colspan="<if($board['allowratings']==1)><then>8</then><else>7</else></if>" align="center">
   <input type="hidden" name="page" value="$page" />
   <input type="hidden" name="boardid" value="$boardid" />
   <input type="hidden" name="sid" value="$session[hash]" />
   <span class="normalfont">{$lang->items['LANG_BOARD_SORTOPTIONS']}
        <input src="{$style['imagefolder']}/go.gif" type="image" /></span></td>
 </tr>
</table>
 </form>
 </then>
 <else>
 
<form method="get" action="board.php" name="dform">
<table cellpadding="{$style['tableincellpadding']}" cellspacing="{$style['tableincellspacing']}" border="{$style['tableinborder']}" style="width:{$style['tableinwidth']}" class="tableinborder">
 <tr>
  <td class="tablea" colspan="8" align="center"><span class="normalfont">{$lang->items['LANG_BOARD_NOTHREADS']}</span></td>
 </tr>
</table>
<input type="hidden" name="boardid" value="$boardid" />
 <input type="hidden" name="sid" value="$session[hash]" />
 </form>
 
 </else>
</if>

<table style="width:{$style['tableinwidth']}">
 <tr>
  <td align="left" valign="top"><span class="smallfont">$pagelink</span></td>
  <td align="right" valign="top">$newthread</td>
 </tr>
 <tr>
  <if(checkpermissions("can_use_search")==1)>
   <then>
    <td align="left" valign="top">
    <form action="search.php" method="post">
    <input type="hidden" name="sid" value="$session[hash]" />
    <input type="hidden" name="topiconly" value="0" />
    <input type="hidden" name="showposts" value="0" />
    <input type="hidden" name="beforeafter" value="after" />
    <input type="hidden" name="searchdate" value="0" />
    <input type="hidden" name="sortorder" value="desc" />
    <input type="hidden" name="sortby" value="lastpost" />
    <input type="hidden" name="send" value="send" />
    <input type="hidden" name="boardids[]" value="$boardid" />
    <span class="smallfont"><b>{$lang->items['LANG_BOARD_SEARCH']}<br /><input class="input" type="text" name="searchstring" value="" /> <input src="{$style['imagefolder']}/go.gif" type="image" /></b></span>
    </form></td>
   </then>
   <else><td></td></else>
  </if> 
  <td valign="top" align="right">$boardjump</td>
 </tr>
 </table>
<table align="center">
 <tr align="left">
  <td><span class="smallfont"><img src="{$style['imagefolder']}/newfolder.gif" alt="" title="" border="0" />&nbsp;<b>{$lang->items['LANG_BOARD_NEWFOLDER']}</b></span></td>
  <td><span class="smallfont">(&nbsp;<img src="{$style['imagefolder']}/newhotfolder.gif" alt="" title="" border="0" />&nbsp;<b>{$lang->items['LANG_BOARD_NEWHOTFOLDER']}</span></td>
  <td><span class="smallfont"><img src="{$style['imagefolder']}/lockfolder.gif" alt="" title="" border="0" />&nbsp;<b>{$lang->items['LANG_BOARD_LOCKFOLDER']}</b></span></td>
 </tr>
 <tr align="left">
  <td><span class="smallfont"><img src="{$style['imagefolder']}/folder.gif" alt="" title="" border="0" />&nbsp;<b>{$lang->items['LANG_BOARD_FOLDER']}</b></span></td>
  <td><span class="smallfont">(&nbsp;<img src="{$style['imagefolder']}/hotfolder.gif" alt="" title="" border="0" />&nbsp;<b>{$lang->items['LANG_BOARD_HOTFOLDER']}</span></td>
  <td><span class="smallfont"><img src="{$style['imagefolder']}/dotfolder.gif" alt="" title="" border="0" />&nbsp;<b>{$lang->items['LANG_BOARD_DOTFOLDER']}</b></span></td>
 </tr>
</table>
$footer
</body>
</html>
Thema: Google reCaptcha immer Neue Schlüssel?
Shorty1968

Antworten: 5
Hits: 90
06:58 Forum: Fragen/Hilfe/Sonstiges (wBB2.3.x)


Hallo,
habe es noch eingebaut und Frage mich mal wider warum keine auswahl Bilder angezeigt werden?
Thema: Was stimmt mit meinen bbCodes nicht=
Shorty1968

Antworten: 7
Hits: 95
2 Dateianhänge enthalten
06:31 Forum: Fragen/Hilfe/Sonstiges (wBB2.3.x)


Hallo,
ich konnte das mit den bbcode beheben nun werden sie so dargestellt wie es sein soll,wer möchte kann seine damit austauschen und das gif in den Style odner.
Thema: IP-Land V2.0 Darstellungs Problem?
Shorty1968

Antworten: 6
Hits: 99
2 Dateianhänge enthalten
05:37 Forum: Fragen/Hilfe/Sonstiges (wBB2.3.x)


Hallo,
aus dem wiw.tpl wird dies <td class="tabletitle" nowrap="nowrap"><span class="smallfont"><b>{$lang->items['LANG_WIW_IPADDRESS_LAND']}</b></span></
td> nicht angezeigt,der einbau stimmt aber.
Thema: Was stimmt mit meinen bbCodes nicht=
Shorty1968

Antworten: 7
Hits: 95
05:17 Forum: Fragen/Hilfe/Sonstiges (wBB2.3.x)


Zitat:
Original von Shorty1968
Hallo,

vielen dank so hat es geklappt nur sind die bbCodes nicht anklickbar?


Habe es geschaft das sie anklickbar sind nur ist beim hashtag an stelle von [hastag] immer noch [ code] wie hier auch und der Blink bbcode Blinkt nicht.
Thema: wBB2.3.x Active Bot V 1.0
Stine

Antworten: 12
Hits: 221
02:08 Forum: Sonstige Hacks


Hallo Shorty1968,

Bekomme SQL Fehlermeldung.

Fehler noch nicht entdeckt...
Zeige Beiträge 1 bis 9 von 9 Treffern

Impressum | Datenschutz | Fast-Index

Forensoftware: Burning Board 2.3.6, entwickelt von WoltLab® GmbH Design © Tine

Valid XHTML 1.0! Valid CSS! © für wbb2 by Bandy & cback.de Geblockte Angriffe: 2.377
Seo Sidemap Powert by 2Clubradio.de
This site or product includes IP2Location LITE data available from https://lite.ip2location.com.
Viktor's Supportboard, ist " Online " seit 21 Jahren, 253 Tage, 2 Stunden, 55 Minuten und 52 Sekunden