vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Improve Registration + Ads! (https://vborg.vbsupport.ru/showthread.php?t=131950)

oninuva 11-18-2006 10:00 PM

Improve Registration + Ads!
 
Keywords: Adsense, Register, Improve Register Rates, Donate, Table, Announcements

Created By: Oninuva Web Design

What This Does: This Will add a table under your last post or above your quick reply. Inside the Box will be: Advertisements, Register Link, Donate, anything you want.

Difficulty: Very Easy

Install Time: 2 minutes

Please download the ZIP and click install to use this hack. The instructions are in the ZIP.



Helpful Hints!


Use the code <br> to create a Break. In other words same as the enter key.


Use the code <b> and </b> at the end to bold


Use the code <i> and </i> at the end to Italacize.


Any more you need just ask.


If you installed this please click install https://vborg.vbsupport.ru/


Support will only be given to those who click "install"


Only this version is supported. Older Versions will not be supported.

--Jonathan
Proud Founder of Www.Gamerz-Forum.Com

TheBlackPoet 11-19-2006 01:18 PM

I have to pull teeth to from my members to support the forum. most do not, but they use the services.... i originally stated i was opposed to advertisements, but i see now, I will have to become a capitalist... this is my first ad hack..and i will be sure to let you know how it works out

oninuva 11-19-2006 03:30 PM

Thanks :) Hope it works out for you.

Cky47 11-20-2006 01:08 AM

No offense... but this has already been done by me and a few others.

BigJimTheLug 11-20-2006 04:40 AM

yes, this has already been done.....

it is still cool, but it is not new.

Great job!

SVT242 11-20-2006 10:57 AM

Well, regardless of whether or not it's been DONE BEFORE the hack is here, no offense to the parties that voiced concern over this hack being present :)

I for one think this is a nice hack! I will be installing this after I get a few hours of sleep :laugh:

oninuva 11-20-2006 06:22 PM

Well, sorry if someone made this before but I made this for v3.5 and I changed a few things for 3.6 thats all.

Hornstar 11-21-2006 05:39 AM

Yeah thought I had seen something similar, but regardless of it, you have still done a good job, it looks good in your screen shot.

oninuva 11-21-2006 09:32 AM

Quote:

Originally Posted by hornstar1337 (Post 1122085)
Yeah thought I had seen something similar, but regardless of it, you have still done a good job, it looks good in your screen shot.

Thanks :) - Any questions please feel free to ask.

imranbaig 11-24-2006 04:41 PM

There are even better ways to monetize from your forum, the above ad format will result into users leaving the site rather then register.

Just me observation, don't take it personal.

oninuva 11-25-2006 01:51 AM

Why would the ads make people leave?

MThornback 11-27-2006 01:39 PM

Quote:

Originally Posted by imranbaig (Post 1124346)
There are even better ways to monetize from your forum, the above ad format will result into users leaving the site rather then register.

Just me observation, don't take it personal.

Usually i'd agree with you here....but having them at the bottom of the page rather than between posts or staring you in the face on every new page you load....its much better IMO...less of an eyesore

oninuva 11-30-2006 12:04 AM

Quote:

Originally Posted by MThornback (Post 1126392)
Usually i'd agree with you here....but having them at the bottom of the page rather than between posts or staring you in the face on every new page you load....its much better IMO...less of an eyesore

exactly. Peopel tend to click more when going for the quick reply :)

texasf1racer 12-02-2006 02:16 AM

Many thanks for this hack! Good stuff. :cool:

texasf1racer 12-04-2006 07:15 PM

I have a quick question I was hoping someone here may be able to help me with. I installed this hack, but I would rather only guests/people not logged in see this and not my members. Any idea what code I have to put before this to make it so? Many thanks!

oninuva 12-06-2006 06:37 PM

<if condition="$show[guest]">

the at the end put

</if>

GFX Brands 12-07-2006 12:16 AM

is is possible to change the google ads to private ads such as just

$bannerads

?

oninuva 12-10-2006 01:15 AM

Quote:

Originally Posted by GFX Brands (Post 1133558)
is is possible to change the google ads to private ads such as just

$bannerads

?

Yes, just delete the google code and replace it with your own.

SaN-DeeP 12-10-2006 06:43 PM

wonderful modification. thanks

GFX Brands 12-11-2006 10:07 PM

Quote:

Originally Posted by oninuva (Post 1135473)
Yes, just delete the google code and replace it with your own.

alright thank you very much

oninuva 12-12-2006 11:19 PM

Quote:

Originally Posted by GFX Brands (Post 1136657)
alright thank you very much

Np, once agian it would be a great favor to me if you hit the install buttom ;) Thanks!

quadinfotech 12-20-2006 07:10 AM

if you were to only show this for a certain usergroup how would that conditional look like?
thanx.

texasf1racer 12-21-2006 12:46 AM

Quote:

Originally Posted by oninuva (Post 1133371)
<if condition="$show[guest]">

then at the end put

</if>


Thanks for this! Works great so now only guests see the ad :)

ND4SPD 12-21-2006 11:22 PM

Thanks for this. I like it.

quadinfotech 12-22-2006 04:50 AM

Quote:

Originally Posted by quadinfotech (Post 1142068)
if you were to only show this for a certain usergroup how would that conditional look like?
thanx.

can you please answer this so I can install it?
Thank you.

oninuva 12-26-2006 04:20 PM

Quote:

Originally Posted by quadinfotech (Post 1143265)
can you please answer this so I can install it?
Thank you.

Sorry but I didnt see your post.

To Show to A specific user group

Code:

<if condition="$show['usergroupid'] == X"></if>

To show to everyone except that user group use

Code:

<if condition="$show['usergroupid'] != X"></if>

replace X with the user group ID.

quadinfotech 12-27-2006 01:05 PM

Quote:

Originally Posted by oninuva (Post 1145370)
Sorry but I didnt see your post.

To Show to A specific user group

Code:

<if condition="$show['usergroupid'] == X"></if>

To show to everyone except that user group use

Code:

<if condition="$show['usergroupid'] != X"></if>

replace X with the user group ID.

Awesome, thank you.
Installed.

oninuva 01-01-2007 06:48 PM

Quote:

Originally Posted by quadinfotech (Post 1145783)
Awesome, thank you.
Installed.

Cool Glad it helped and Happy New Years!

midirtrider 02-04-2007 06:11 AM

excellent mod.. looking forward to installing.....

thanks in advance!


All times are GMT. The time now is 04:57 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.01244 seconds
  • Memory Usage 1,778KB
  • 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
  • (4)bbcode_code_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (29)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