Forum: vBulletin 3.7 Add-ons
17 Aug 2008, 01:25
|
Replies: 34
Views: 7,608
Wrong images path (.xml file)
Row: 92: $imgpath
$imgpath = '../' . $stylevars['imgdir_poll'];
Right:
$imgpath = './' . $stylevars['imgdir_poll'];
:up:
|
Forum: vBulletin 3.7 Add-ons
11 Aug 2008, 02:57
|
Replies: 209
Views: 53,842
Perfect Thanks A Lot :up:
:confused: Is...
Perfect Thanks A Lot :up:
:confused: Is there any different between:
<if condition="is_member_of($bbuserinfo, 12)">
And
<if condition="$bbuserinfo[usergroupid] == 12">
|
Forum: vBulletin 3 Articles
25 Jul 2008, 04:10
|
Replies: 2
Views: 3,313
|