BB-Codes - Printable Version +- TWLan Forum (https://twlan.org) +-- Forum: Legacy (https://twlan.org/forumdisplay.php?fid=61) +--- Forum: TWLan 1.x (DSLan) (https://twlan.org/forumdisplay.php?fid=62) +---- Forum: Deutsche Community (https://twlan.org/forumdisplay.php?fid=65) +----- Forum: Spielerprojekte (https://twlan.org/forumdisplay.php?fid=9) +------ Forum: Modifikationen / All-in-One-Pakete (https://twlan.org/forumdisplay.php?fid=17) +------ Thread: BB-Codes (/showthread.php?tid=635) |
BB-Codes - Tavicu - 14.10.2008 Hello! I made these days a script that introduces bb-codes! I will explain in a few steps how you can install. 1. First creates a file named bbcode.php and add the following to him: Code: <?php Save the file and exit. 2. Now open the file include.inc.php and add after all code written in the file the following line: Code: <?php include('bbcode.php'); ?> Now start editing files of the design. ( /htdocs/templates/ ) 3. Open game_ally_in_ally_overview.tpl At line 38 find: Code: {$ally.intern_text} Code: {php} echo bb_format($this->_tpl_vars['ally']['intern_text']); {/php} At line 54 find: Code: {$ally.intern_text} Code: {php} echo bb_format($this->_tpl_vars['ally']['intern_text']); {/php} Save the file and exit. 4. Open game_ally_in_ally_properties.tpl At line 27 find: Code: {$ally.description} Code: {php} echo bb_format($this->_tpl_vars['ally']['description']); {/php} At line 43 find: Code: {$ally.description} Code: {php} echo bb_format($this->_tpl_vars['ally']['description']); {/php} Save the file and exit. 5. Open game_info_ally.tpl At line 28 find: Code: {$info.description} Code: {php} echo bb_format($this->_tpl_vars['info']['description']); {/php} Save the file and exit. 6. Open game_info_player.tpl At line 54 find: Code: {$info_user.personal_text} Code: {php} echo bb_format($this->_tpl_vars['info_user']['personal_text']); {/php} Save the file and exit. 7. Open game_mail_arch.tpl At line 57 find: Code: {$mail.text} Code: {php} echo bb_format($this->_tpl_vars['mail']['text']); {/php} Save the file and exit. 8. Open game_mail_in.tpl At line 57 find: Code: {$mail.text} Code: {php} echo bb_format($this->_tpl_vars['mail']['text']); {/php} Save the file and exit. 9. Open game_mail_new.tpl At line 4 find: Code: {$preview_message} Code: {php} echo bb_format($this->_tpl_vars['preview_message']); {/php} Save the file and exit. 10. Open game_mail_out.tpl At line 57 find: Code: {$mail.text} Code: {php} echo bb_format($this->_tpl_vars['mail']['text']); {/php} Save the file and exit. This is pretty ... more I leave you to discover! BB-Codes which are active:
PS: I tried and I made this script for the version DsLan v1.1 , I do know if it works on DsLan v1.12! RE: BB-Codes - emoser - 14.10.2008 Very interesting tutorial. Kann einer bitte das mal überprüfen? RE: BB-Codes - Narutofan XXl - 14.10.2008 klar mach ich. nicht zu empfehlen. zwei fehlermeldungen gleich bei localhost: Warning: main(bbcode.php) [function.main]: failed to open stream: No such file or directory in C:\Users\CHRISSI\Desktop\dslan_v1.12\htdocs\include.inc.php on line 2 Warning: main() [function.include]: Failed opening 'bbcode.php' for inclusion (include_path='.;C:\Users\CHRISSI\Desktop\dslan_v1.12\php\pear\') in C:\Users\CHRISSI\Desktop\dslan_v1.12\htdocs\include.inc.php on line 2 RE: BB-Codes - Black Arrow - 14.10.2008 die bb-codes klappen. die php datei am anfang muss aber bbcode.php heißen, sonst geht es nicht. RE: BB-Codes - Narutofan XXl - 15.10.2008 und wo klappt das? achja wenn es bbcode heißt kommt die meldung net^^ RE: BB-Codes - -Xan- - 15.10.2008 da mal jemand was zum download draus machen was man nurnoch einfügen muss? bb codes sind ne feine sache =) RE: BB-Codes - Narutofan XXl - 15.10.2008 ja ok ich übernehm das mit dem download. wird in dem post hier erscheinen. done: RE: BB-Codes - Tavicu - 15.10.2008 I'm sorry! Rename the file bbcodes.php in bbcode.php RE: BB-Codes - abbar-2 - 16.10.2008 nur so zu info: in dem templates Ordner heißen alle Dateien mit .tpl am Schluss RE: BB-Codes - Narutofan XXl - 16.10.2008 abbar-2 das stimmt nicht ganz. guck dir mal events.php an. außerdem muss die datei bbcode.php auch nicht in den template ordner sondern in den htdocs ordner RE: BB-Codes - abbar-2 - 16.10.2008 ich meinte alle Tempelates Dateien heißen am Ende nicht .php sondern .tpl RE: BB-Codes - Narutofan XXl - 16.10.2008 ^^fast alle^^ aber warum schreibst du das? hat doch gar nichts mit dem thema zu tun RE: BB-Codes - abbar-2 - 16.10.2008 doch schau doch mal hier: Quote:Now start editing files of the design. ( /htdocs/templates/ ) RE: BB-Codes - Narutofan XXl - 16.10.2008 ups ja das hatte ich übersehen. RE: BB-Codes - deLaKing - 01.11.2008 Stamm Bei Nachrichten kommen auch solche meldungen Übersicht: Fatal error: Call to undefined function: bb_format() in C:\Users\Fabian\Documents\eigenes_staemme\htdocs\templates_c\%%A7^A79^A791D467%%game_ally_in_ally_overview.tpl.php on line 95 Profil: Fatal error: Call to undefined function: bb_format() in C:\Users\Fabian\Documents\eigenes_staemme\htdocs\templates_c\%%7B^7B7^7B7EBF47%%game_info_ally.tpl.php on line 45 Eigenschaften: Fatal error: Call to undefined function: bb_format() in C:\Users\Fabian\Documents\eigenes_staemme\htdocs\templates_c\%%48^488^4880256D%%game_ally_in_ally_properties.tpl.php on line 55 RE: BB-Codes - HuGoB0Zz - 07.12.2008 bei mir kommen zwar keine fehlermeldungen mehr, aber die bb-codes zum Beispiel [player]HuGoB0Zz[/player] gehen nicht. @Tavicu: When are the BB-Codes active( in messages or something like that?) and what bb-codes are active. I tried the [player]HuGoB0Zz[/player] but there was no bb-code. @alle anderen: geht das bei jemandem von euch und wenn welche codes und wann. Sincerely und Danke im Voraus für eure Antworten HuGo RE: BB-Codes - Milu2K - 11.12.2008 Templates_C ordner leeren bevor man die BB-Codes benutzt RE: BB-Codes - HuGoB0Zz - 12.12.2008 (11.12.2008, 18:13)milos Wrote: Templates_C ordner leeren bevor man die BB-Codes benutzt hab ich funktioniert aber immer noch nicht irgendwie kommt bei mir das hier: Fatal error: Smarty error: [in game_info_player.tpl line 51]: syntax error: unidentified token '{php' (eac365.tmp, line 1396) in C:\Program Files\DS-LAN\htdocs\lib\smarty\Smarty.class.php on line 1095 RE: BB-Codes - Milu2K - 12.12.2008 Probier Soft/Reset RE: BB-Codes - HuGoB0Zz - 12.12.2008 hat leider auch nichts genützt ich müsste doch dann zumindest den [b] code machen können oder? |