vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - ADS on Memberinfo (https://vborg.vbsupport.ru/showthread.php?t=222645)

vLkn 09-06-2009 10:00 PM

ADS on Memberinfo
 
1 Attachment(s)
What Does It?
This hack will display ads on memerinfo

Install:
  1. Go vBulletin Admin Controlpanel
  2. Plugin System -> Manage Products -> [Add/Import Product] -> Select
  3. 'product-vpads.xml' then İmport.
Please Click INSTALL 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:
Code:

<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:
Code:

<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

Quote:

Originally Posted by matthewhotdude (Post 1885836)
does not work

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


All times are GMT. The time now is 05:23 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02864 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (19)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete