PDA

View Full Version : Miscellaneous Hacks - ADS on Memberinfo


vLkn
09-06-2009, 10:00 PM
What Does It?
This hack will display ads on memerinfo

Install:

Go vBulletin Admin Controlpanel
Plugin System -> Manage Products -> [Add/Import Product] -> Select
'product-vpads.xml' then İmport.Please Click INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=222645) and Leave a Reply

vLkn
09-07-2009, 09:42 AM
Reserved......

Aclikyano
09-07-2009, 12:29 PM
interesting...

Aclikyano
09-07-2009, 12:34 PM
comes up blank in VB Options in ACP....
and doesnt have place to ad AD's code....

erel34
09-07-2009, 02:28 PM
thanks

Cause4Chaos
09-07-2009, 05:03 PM
same here, comes up blank, in the acp,

ade5675
09-07-2009, 05:10 PM
same problem - blank and no option to place ads !!

aapkae
09-08-2009, 07:39 AM
i add in vb 3.8.3 there is just enable yes/no .. and where is the code option ?

ouch
09-08-2009, 08:00 AM
I get the same 2 lol

Cause4Chaos
09-08-2009, 08:31 AM
where's the support for this hack, hmmm guess there is none...

:-(

Kaleem
09-08-2009, 07:23 PM
Its like this https://vborg.vbsupport.ru/showthread.php?t=174640

Kolbi
09-08-2009, 08:38 PM
There are validation issues in your addon.

You have:
<div id="$id" class="tborder content_block">
<h4 class="thead block_title">
<a href="#top" class="collapse_gadget" onclick="return toggle_collapse('ads')"><img id="collapseimg_ads" src="$stylevar[imgdir_button]/collapse_generic{$vbcollapse['collapseimg_ads']}.gif" alt="" border="0" /></a>
<a name="ads"></a>
<span class="block_name">ADS</span>
</h4>
<div class="block_content" id="collapseobj_ads" style="{$vbcollapse['collapseobj_ads']}">

<div class="alt1 smallfont block_row">
$adscode
</div>
</div>
</div>

But better would be:
<div id="ads" class="tborder content_block">
<h4 class="thead block_title">
<a href="#top" class="collapse_gadget" onclick="return toggle_collapse('ads')"><img id="collapseimg_ads" src="$stylevar[imgdir_button]/collapse_generic{$vbcollapse['collapseimg_ads']}.gif" alt="" border="0" /></a>
<a name="ads"></a>
<span class="block_name">ADS</span>
</h4>
<div class="block_content" id="collapseobj_ads" align="center">
<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center">
<tr>
<td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<tr align="center">
<td class="alt1">$adscode</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
Demo: http://www.2-wheel-planet.de/members/kolbi.html
(the placement is changed by myselfes)

Forumi Shqiptar
09-09-2009, 03:15 PM
Not working properly...

NAZIA
09-10-2009, 11:51 AM
let me try it.. looking useful..

HappyFeet
09-10-2009, 09:06 PM
Installed and uninstalled...

I'll be watching to see if it gets fixed. It would be great if it only worked.:(

Kolbi
09-11-2009, 07:32 AM
Mine template modification is similar to vLkn?s one. But mine should work without issues.
https://vborg.vbsupport.ru/showthread.php?t=222934

Alecsmith
09-16-2009, 01:13 PM
That is what i am looking for thanks :)

matthewhotdude
09-16-2009, 04:46 PM
does not work

Kolbi
11-08-2009, 02:15 PM
does not work

Try mine https://vborg.vbsupport.ru/showthread.php?t=222934