To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

1.12.7 i starsze - Chmura Off-Topic

xlesiu - 11-09-2010, 18:01

Extended Offtopic BBCode

Adds [offtopic][/offtopic] BBCode tags for offtopic indication, this makes text marked with grey color and smaller size

Kod:
##############################################################
## MOD Title: Extended Offtopic BBCode                                                         
## MOD Author: R@ < meos@mail.ru > (Kirill) http://osdev.ru/
## MOD Description: Adds [offtopic][/offtopic] BBCode tags for offtopic  indication, this makes text marked with grey color and smaller size.
## MOD Version: 1.1.1
##
## Installation Level: Easy
## Installation Time: 7 Minutes
## Files To Edit(8): posting.php
##           privmsg.php
##           includes/bbcode.php           
##           language/lang_polish/lang_main.php
##           templates/NazwaStylu/posting_body.tpl
##           templates/NazwaStylu/NazwaStylu.css
##           templates/NazwaStylu/bbcode.tpl
##           images/jsscripts.js
## Included Files: none
##############################################################
## For Security Purposes, Please Check: http://www.phpbbguru.net/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum.
##############################################################
## Author Notes:
##
##   Original idea of MOD belongs to Naj_Geetsrev < najgeetsrev@zonnet.nl > < http://www.stichtingdoelloos.com >
##   Some pieces of code from this Mod were used
##
##   Thanks to http://phpbbguru.net and especially to Xpert for help with mod
##
##############################################################
## MOD History:
##
##   2004-05-24 - Version 1.1.1
##   - New replacement algorythm used, now Multiple BBCode MOD is not needed.
##
##   2004-03-29 - Version 1.1
##   - Initial Release 
## 
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD
##############################################################


Najpierw należy poczytać: http://www.przemo.org/php...pic.php?t=91532

Piku - 11-09-2010, 20:02

Hmm ja wgyrwać modów nie umiem, może byś Ty to zrobił? oczywiście odpłatnie płace z góry.
xlesiu - 11-09-2010, 20:09

Piku, daj pliki na PW lub gg, które są do zedytowania.
Piku - 12-09-2010, 20:33

Kolejny "pomogł" jest twój.

Dzięki wielkie

Pawlok - 08-01-2013, 10:14

W instrukcji jest bład:

Bo to powinno byc w posting.php:

Cytat:
#-----[ FIND ]------------------------------------------
#
'BUTTON_HI' => ($board_config['button_hi']) ? '<input type="button" class="button" accesskey="h" name="addbbcode28" value="Hide" style="width: 40px" onClick="bbstyle(28)" onMouseOver="helpline(\'h\')" />' : '',
#
#-----[ AFTER, ADD ]------------------------------------------
#
'BUTTON_T' => '<input type="button" class="button" name="addbbcode30" value="Offtopic" style="width: 60px" onClick="bbstyle(30)" onMouseOver="helpline(\'t\')" />' : '',


A nie jak w instrukcji images/jsscripts.js



Powered by phpBB modified by Przemo © 2003 phpBB Group