hey hey I found the solution ^^
sorry it was my mistake because I added for the height the width function ^^
please forgive me ^^
I really adore you I will ask the god to guide you for islam which is thing I don't do it unless someone I love him ^^
--------------- Added [DATE]1327101680[/DATE] at [TIME]1327101680[/TIME] ---------------
and by the way I did this function hook
// متغير التفعيل والتعطيل
if ($vbulletin->options['lywomen_slideshow_yesno']) {
// متغير مكان ظهور الهاك
switch ($vbulletin->options['lywomen_slideshow_area'])
{
//اسفل الهيدر
case 1: $LYWomen = '$header'; break;
//اسفل الناف بار
case 2: $LYWomen = '$navbar'; break;
//footer
case 3: $LYWomen = '<!-- end what\'s going on box -->';
break;
case 4: $LYWomen = '';
}
// القالب الرئيسي
$vbulletin->templatecache['FORUMHOME']
= str_replace($LYWomen, $LYWomen.'$lywomen_slideshow_template'
, $vbulletin->templatecache['FORUMHOME']);
eval('$lywomen_slideshow_template = "' . fetch_template('lywomen_slideshow_template') . '";');
}
which is in the global hook but it appears only in forumhome
and I would like to make it appear everywhere in the forum also in vbadvanced?
|