vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - Digital Point Ad Positioning (https://vborg.vbsupport.ru/showthread.php?t=254332)

digitalpoint 03-27-2012 07:41 PM

Quote:

Originally Posted by GossipAll (Post 2313986)
I love this hack. Thanks for this :)

If I may ask, can ads be displayed in 2nd or 4th posts (as chosen in ACP) like how ad is displayed inside first post using this hack?

Can this be done?

No sorry... it only care about the initial post being viewed.

stator 04-28-2012 02:53 PM

I've 2 questions and 1 request:

Question#1:
How can I make the after post ad to be shown in box as that on DP forum ?

Question#2:
Does the "Show in certain forum" option valid for both "in-post" & "after-post" ads or it only for the "in-post" ?

Request: Can you please add an option to exclude certain forums ?

Regards.

sivaganeshk 04-28-2012 03:09 PM

Quote:

Originally Posted by stator (Post 2324343)
I've 2 questions and 1 request:

Question#1:
How can I make the after post ad to be shown in box as that on DP forum ?

You should create a css code in additional.css and use div & class to wrap adsense - should work mostly.

datoneer 06-05-2012 07:36 PM

Is it possible to ad after last post or any post number?

digitalpoint 06-05-2012 11:02 PM

No, sorry.

togotutor 07-02-2012 04:09 PM

Installed..

WoodiE 07-03-2012 08:08 PM

Does this happen to work for vB 3.8.x too?

digitalpoint 07-03-2012 08:48 PM

Nope, 4.x only.

WoodiE 07-05-2012 06:20 PM

Aw that's to bad. Thanks for the reply!

imported_stefan 07-25-2012 11:49 AM

I was looking for a mod which I can use to place ads within the mobile style. Because there is almost no way in the standard, right.? This seems to be perfect :-). Adding an ad after the post. But I don't want to show this in the normal style because there is already an ad, using the standard add system on first post of Vbulletin.

How can I make an option:

show this addon/ad only for the mobile template.

Is this the right way I am thinking?

OK never mind it seems that the ads are not showing up on my mobile phone. Only in the browser view :-(

chefy 07-31-2012 04:36 PM

Quote:

Originally Posted by digitalpoint (Post 2184361)
Should work fine with vB3 too.

Quote:

Originally Posted by WoodiE (Post 2344888)
Does this happen to work for vB 3.8.x too?

Quote:

Originally Posted by digitalpoint (Post 2344896)
Nope, 4.x only.

I'm confused, digitalpoint :(
In your original message (mod description) you clearly state this:

Quote:

This addon works just fine with vBulletin 3 as well as vBulletin 4.
So is this working with vBulletin 3? If no, could you release a vBulletin 3 version please?

digitalpoint 07-31-2012 06:42 PM

I dunno, it's been years since I've had a vBulletin 3 installation. You could try it I suppose... maybe it *does* work...

cloferba 08-11-2012 01:50 AM

Quote:

Originally Posted by datoneer (Post 2288497)
Hello,
well i tweaked some settings to manage more customized ads. Good for those who have post thank you hack.

and which are the improvements?

cloferba 08-11-2012 01:45 PM

No news about this mod and vBSEO?

Lifesupporters 08-26-2012 05:16 PM

I installed this and it while it does look pretty good, it would be nice to have more options such as ad within post positioning and word wrap (which vB core does not seem to do).

It would also be nice if the ad after first post actually contained the same styling as the post box itself such as border and background.

Otherwise, nice mod.

...if I missed these suggestions elsewhere sorry but I didn't' read through all 11 pages.

digitalpoint 08-26-2012 06:50 PM

Quote:

Originally Posted by Lifesupporters (Post 2360231)
It would also be nice if the ad after first post actually contained the same styling as the post box itself such as border and background.

You can wrap the ad in whatever you want since it's just HTML.

naveeid 09-09-2012 11:52 AM

wonderful add on - thank you very much. i just implemented on my website and my earning increased. thank you very much. five star rating , recommended for every 1

rmd708 09-30-2012 11:07 AM

To have the second add match the style of the posts (as seen on digital point forum) do the following:

Add this to additional.css template (change the background color to your preferred background color):

#adsense_inline {
background: none repeat scroll 0 0 #EAF4E9;
padding: 1px;
text-align: center;
}

Then in the options page for the plugin, use the following for the 2nd code box (ad after post):

<li class="postbit" id="adsense_inline">

<insert your adsense code here>

</li>

rmd708 09-30-2012 11:08 AM

I just installed this. Will give some feedback after a couple days whether it improved earnings or not.

rmd708 10-03-2012 05:48 AM

Initial feedback is that the second add (ad after post) performs very poorly, but the first ad (ad within post) performs decently (above 1% click through rate). I still need to test it against a regular adsense in signature of first post to see if it is performing better than that.

rmd708 10-03-2012 05:56 AM

I tested both versions in this thread. The other version someone posted adds one option:

"Do not show ad after second post in the following forums:"

rmd708 10-03-2012 12:00 PM

I've been trying to get it to work with vbseo. We need to have ?p=<thread id> appended to the specific URLs where that is needed.

Some of the links can be fixed in the VBSEO control panel. For example for "'Go To Post in Thread' Redirect" use a custom setting as follows:

[forum_title]/[thread_id]-[thread_title].html?p=[post_id]

Since this modified url will not be in your sitemap I don't know if it will matter so much for SEO. But if it does, you can add a no-follow to this. It is possible that these are already no-followed by VBSEO.

Also make custom rule for "'Go To Post in Thread' Pagination Redirect":

[forum_title]/[thread_id]-[thread_title]-post[post_id]-[thread_page].html?p=[post_id]

Still we need to add the ?p=<post ID> to some other URLS:

'Newest Post in Thread' Redirect

'Last Post in Thread' Redirect


Neither of these are supporting the [post_id] variable in the VBSEO config rule. I am sure we just need to change a single line of code in vbseo for it to reference the [post_id] variable, but unfortunately I don't know enough to solve it, so I gave up here.

rmd708 10-03-2012 12:27 PM

Still fails with VBSEO as VBSEO forwards all URLs to the original URL regardless of what is appended to the URL. I will give up and just use it as is, providing random ad in the first post.

I am curious what the click rate difference would be running this plugin without VBSEO. If it was significantly higher I would be willing to stop using VBSEO and revert to in-built SEO friendly URLs of vbulletin.

Can anyone give me some hints about their CTR with this plugin working correctly (without VBSEO)? Anything significantly above 1% (which is what I am seeing with VBSEO)?

rmd708 10-04-2012 10:53 AM

One concern I have with the ad placement is that it randomly chooses a paragraph to put the add under. So there will be instances where someone posts, "Hey visit this great site:" and your ad will be randomly inserted under that in the place where the person had put the link. If Adsense people see that they will see it as a violation. I would be more comfortable with the ad always at the end of the post in the signature. Or in the begining of the post. That way what they write cannot be mistaken to encourage clicking on the link.

fayax 12-05-2012 05:00 AM

Very nice mod. Was looking for something like this since my upgrade to 4.2 and it works like a charm!

Thanks DP guy!

magnumclub 12-11-2012 02:59 PM

Thanks. love the ease of use / installation.

naisho 12-22-2012 08:34 AM

Very good mod! Previously I was using first post and last post ads with a poor ctr (0,25%).
With this mod it's now a little bit over 1%, with only one ad (inside post) instead of two.
This is an average for the last 10 days.
Ads are only displayed to guests and me.

dreamygirl 12-25-2012 03:00 PM

I want to add this, but I have VBSEO. Would love to have more details on making them work.

MysteriousSoul 12-29-2012 01:57 AM

nice release , thanks.

vimarc 02-19-2013 11:08 AM

Awesome mod thanks for making my day

dog-tag 03-26-2013 06:45 PM

Using VB4.2 PL3 with plenty of other mods, litespeed bla bla and this works fine.
Really easy to use, and the install is even easier... good job!

Omni1 03-28-2013 05:08 AM

Hi

Nice mod, thanks, but...

Sometimes the ad shows up in the middle of the text, sometimes at the end of the text. How to do that just showed at the bottom of the text?

I have 4.1.7 VB

datoneer 04-19-2013 01:07 AM

Quote:

Originally Posted by cloferba (Post 2356121)
and which are the improvements?

If i remember correctly i think that

After Post Ad HTML didn't have this "Hide After Post Ad From Usergroups"

and this "Show After Post Ad In Certain Forums"

freak46 05-18-2013 09:44 AM

great mod i like it

m13 06-18-2013 05:00 AM

it's a shame it does not work with the latest version of vBSEO, as previously worked, but it does not work anymore on forums using vBSEO, hopefully the creator of this plugin can update.

rekha 07-13-2013 03:33 PM

Nice mod work great

digitalpoint 09-07-2013 07:19 AM

This plug-in does not place any ads other than the ones you define.

naveeid 09-07-2013 03:09 PM

sorry sir i rechecked , my website is underattack , some one got admin acceess , its not due to your plug in , i have deleted my comments. thanks for the plugin.

http://www.vbulletin.com/forum/forum...opyright-field

Pocket Aces 10-22-2013 04:35 AM

[s]We're having an issue regarding this mod and [AJAX] Post Thank You Hack.

When Insert Ad After Post feature of this mod is enable, the Number Of Thanks box of the post won't show.

The ad of this mod somehow replaces the thanks box.[/s]


Issue resolved by applying this plugin edit fix.

Pocket Aces 10-27-2013 01:36 PM

Whew, there's no option for excluding forums in after-post ad.

in_array forum conditional won't work either, when included in the ad code.

Does anyone has an idea how to exclude forums in after-post ad?


All times are GMT. The time now is 01:06 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.01543 seconds
  • Memory Usage 1,819KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete