PDA

View Full Version : Fixing A Conflict


DieselMinded
02-03-2010, 12:52 AM
I have a mod called Smilies in Quick Reply , I cant even find the same mod i have on here , i have found 2 or 3 on here but none are like mine , I am integrating review post and the quick reply WYSIWYG editor wont show unless i disable the show smilies in quick reply product in my VB .

id say its the cache_templates ??

// ThaiNgoc @ MyTu | giaitriviet.de
if (THIS_SCRIPT == 'showthread' AND $vbulletin->options['quickreply'] > 0)
{
$globaltemplates = array_merge($globaltemplates, array(
'newpost_disablesmiliesoption',
'editor_smiliebox_straggler',
'editor_smiliebox_row',
'editor_smiliebox_quickreply',
'editor_smiliebox_quickreply_row',
'editor_smiliebox',
'editor_quickreply_init',
'editor_smilie',
));
}

what could i add here to make it show on the reviewpost showproduct.php page ?

DieselMinded
02-05-2010, 11:28 PM
any ideas?