![]() |
shaved, I posted a reply to you on the support forums....
geevest, shavedaccord is correct. That goes in the link.php file. |
I have been working at this for the past couple of hours with no luck, I got everything working but when you click on a sponsor link I get this.....
input->clean_gpc('g', 'f', TYPE_INT); if (empty($f_clean)) { eval(standard_error(fetch_error('invalid_forum_spe cified'))); } if ($vbulletin->options['sponsor_global_enable_sponsorship']) { $result = $vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "forum WHERE forumid = " . $f_clean); if ($vbulletin->db->num_rows($result) > 0) { $arr = $vbulletin->db->fetch_array($result); if ($arr['sponsor_enabled'] == 1) { $vbulletin->db->query_write("INSERT INTO `" . TABLE_PREFIX . "vbsponsors` ( `id` , `sponsor_name` , `forum_id`, `forum`, `date` ) VALUES ( '', '" . $vbulletin->db->escape_string($arr['sponsor_name']) . "', '" . $arr['forumid'] . "', '" . $vbulletin->db->escape_string($arr['title_clean']) . "', '" . $vbulletin->db->escape_string(time()) . "')"); if ($vbulletin->db->affected_rows() > 0) { if (!empty($arr['sponsor_url'])) { $vbulletin->url = $arr['sponsor_url']; eval(print_standard_redirect('')); } else { eval(standard_error(fetch_error('sponsor_url_inval id'))); } } else { eval(standard_error('Update of sponsor stats failed')); } } else { eval(standard_error(fetch_error('sponsor_not_enabl ed'))); } } else { eval(standard_error(fetch_error('invalid_forum_spe cified'))); } } else { eval(standard_error(fetch_error('sponsor_not_enabl ed'))); } ?> PLEASE HELP Thanks Drew |
Try uploading a new version of the link.php file.
|
Thanx :)
|
Quote:
That worked for me!!!! Thanks, INSTALLED!!!!!! |
Is there any way that you could have the Forum is sponsered by above the Sub forums ??
See this link http://www.autochat.co.uk/forumdisplay.php?f=338 thanks |
Quote:
Also, everyone PLEASE use the support forums for support requests. ---> http://www.digitaldeviation.com/forums/ For some reason I don't receive email notifications from vBulletin.org when someone replies (been like this for a while; likely my web host). The above link (or the one on my signature) is the fastest way to get a hold of me. |
http://www.wickedstangs.com/images/S...nner/Forum.jpg
How do I make the Sponsored by image all the way to the right? Like This https://vborg.vbsupport.ru/attachmen...8&d=1163466865 |
Quote:
If you shrink the width of the banner it will appear further over. |
Version 2.0.5 has been released. :) I've included a style export in the zip file as well.
More to come. |
All times are GMT. The time now is 08:53 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|