Hide Bbcode MOD
Geplaatst: 15 jun 2008, 15:49
Ik heb zelf geprobeerd om de Hide BBcode MOD te installeren, maar het wil helaas niet werken. Kan iemand mij er daarmee helpen?
Ik gebruik hem gewoon met prosilver. En ja ik heb de ID veranderdfulleffect schreef:de mod werkt gewoon hoor. heb je wel de template bestanden gewijzigt en de juiste bbcode ID verandert in constants.php (de regel waarbij je 1000 moet veranderen in de juiste id)
Code: Selecteer alles
[phpBB Debug] PHP Notice: in file /viewtopic.php on line 1237: base64_encode() expects exactly 1 parameter, 2 given
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3526: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3528: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3530: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
Code: Selecteer alles
$bbcode = new bbcode(base64_encode($bbcode_bitfield, $unhide));
Code: Selecteer alles
$bbcode = new bbcode(base64_encode($bbcode_bitfield), $unhide);
Waar moet ik het dikgedrukte in de Quote zoeken dan?(8.2) remembers the ID on the URL (i.e. &mode=bbcodes&action=edit&bbcode=XX, XX is the number)
TWO: Edit includes/constants.php
(1) Find define('HIDE_BBCODE_ID', 1000);
(2) Change 1000 to the bbcode ID XX from (8), e.g. define('HIDE_BBCODE_ID', 13);
(3) Save the file and upload to your webserver