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)
-   -   Mini Mods - The second post is advertising (https://vborg.vbsupport.ru/showthread.php?t=239981)

SWSUSA 12-31-2012 11:58 AM

Can you help here?

hugh_ 03-02-2013 11:10 AM

Asterix,

I love this mod but on my board it conflicts with DBTECH's Ajax threads whereby it tries to display the ads after each dynamic post (although fails and just displays an empty post which disappears with a real page reload).

Is this something you could look into?

https://vborg.vbsupport.ru/showthread.php?t=271205

Internetcafe 03-02-2013 04:17 PM

How can I change the "Circuit advertisement" shown on every ad ?

Asterix_ita 03-02-2013 04:55 PM

the written Circuit advertisement is a phrase.

to change it you have to go on phrases management and search it.

:bai

Asterix_ita 03-02-2013 04:57 PM

Quote:

Originally Posted by hugh_ (Post 2407354)
Asterix,

I love this mod but on my board it conflicts with DBTECH's Ajax threads

I have to check and reproduce the event to understand how to solve

Internetcafe 03-02-2013 05:21 PM

Quote:

Originally Posted by Asterix_ita (Post 2407409)
the written Circuit advertisement is a phrase.

to change it you have to go on phrases management and search it.

:bai

Thanks for the quick response .. found it :up:

hugh_ 03-03-2013 12:06 AM

Quote:

Originally Posted by Asterix_ita (Post 2407410)
I have to check and reproduce the event to understand how to solve

Thank you!

Asterix_ita 03-05-2013 11:47 AM

1 Attachment(s)
@hugh

Hello

test with this version

you also need to change the template manually

open postbit or postbit_legacy

find

Code:

{vb:raw template_hook.postbit_end}
add first

Code:

{vb:raw ct_ads_adv}
await your feedback

Regards

hugh_ 03-06-2013 07:42 AM

That seems to have worked, thank you!

imported_stefan 03-28-2013 02:27 PM

Please I want to use this only for the mobile area. Is that possible?
Show only for the mobile template.

Thank you so much for answering.

Asterix_ita 03-30-2013 08:54 AM

Hi imported_stefan

you can try with this version https://vborg.vbsupport.ru/showpost....&postcount=208

you put this {vb:raw ct_ads_adv} only mobile template

regards

thang28101993 04-09-2013 05:12 AM

Great Mod! It is working for my forum VBB v4.2 Pl3

BUDIMAN 04-27-2013 08:08 AM

The Best Mod !! Installed VB 4.2.1

mradlin 05-11-2013 01:54 PM

Installed!!
Thanks

Taurus1 05-26-2013 11:17 AM

After upgrading to latest version nothing is showing. Please advise!

Paolitus 06-05-2013 01:03 PM

Installed..!!
I want center the avatar...is possibile..??
Ciao
grazie

fxdigi-cash 06-06-2013 06:58 PM

Quote:

Originally Posted by Paolitus (Post 2425937)
Installed..!!
I want center the avatar...is possibile..??
Ciao
grazie


which avatar are you referring to? can post a link to what you mean because I'm not sure which div you should add some css style to ...

Asterix_ita 06-11-2013 10:25 AM

You can edit postbit_ads_ct_2th or postbit_legacy_ads_ct_2th.
the two templates are similar to those of standard vb, so if you have centered the avatar in the standard templates should also report your changes to those used by me

regards

kandhro 08-22-2013 09:42 PM

Great mod
working fine
marked as installed
also nominated for NOM

thanks for the Great mod

tanzeelniazi 10-03-2013 09:43 PM

I install but have a problem my ads are not showing :( help please

tanzeelniazi 10-03-2013 09:43 PM

Still see a ads block but empty ads are not showing

Asterix_ita 10-05-2013 05:39 AM

Use adsense as circuit

what code do you use?

celisto 11-15-2013 10:04 AM

does the addon just changes the template-hooks or will it make a "hard-posting" with the advertisement to the database?

im asking because i want to show advertisement-postings also to tapatalk users, therefore the advertisement-postings needed to be a "normal" reply...

Asterix_ita 11-15-2013 01:59 PM

nothing will be recorded in the database, you do not see in tapatalk.

regards

carsafety 04-24-2014 07:13 PM

Upgraded my 3.8.7 forum to 4.2.2.

Upgraded/Overwrite CT Second Post ads plugin. No other plugins active except for Skimlinks.

Using Default style with minimal edits.

Copied settings from CT Second Post Ads on 3.8.7.

Ads only appear in linear display mode. They do not appear in hybrid or threaded display modes like they did in 3.8.7.

Uninstalled. Re-installed. Copied settings. Same issue, only works in Linear Mode Display.

Any ideas how to fix to make it work in ALL Display modes like it did in 3.8.7?

Asterix_ita 04-25-2014 03:10 PM

hi carsafety

go to template postbit_legacy_ads_ct_2th or postbit_ads_ct_2th

find

Code:

<vb:if condition="!$GLOBALS['FIRSTPOSTID'] AND THIS_SCRIPT != 'private'"> (first line)
and replace with

Code:

<vb:if condition="$post[postcount] % $vboptions[maxposts] == 1">
regard

carsafety 04-25-2014 04:10 PM

Seems to be working now, thank you very much for the quick support! That placement is one of my best ones so getting it to work in all modes is great.

carsafety 04-29-2014 08:07 PM

How do you adjust the width of the left column for the Avatar Where it says "circuit advertisement". I can't seem to find a width setting in the template or stylevars css area. I would like to make it narrower like the one in your mod for 3.8.7.

biftek 04-30-2014 02:16 AM

getting the ads showing up as every 2nd post , have tried changing the settings and looking at the threads , trying to make it show 2nd post on the page not every 2nd post

winky8300 04-30-2014 02:39 PM

hello
thank you for this mod
I have a problem with this mode there is no time, some subjects can not be deleted, you must disable the mod to remove them.
do you have a solution please

Asterix_ita 05-03-2014 05:16 AM

@carsafety
I used the same style var of template vbulletin, if vbulletin does not provide this option you can not do what is required. The template are not independent.

@winky8300
for delete delete graphical objects you can delete code from template postbit_legacy_ads_ct_2th or postbit_ads_ct_2th

winky8300 05-03-2014 05:19 PM

Quote:

Originally Posted by Asterix_ita (Post 2495960)
@carsafety
I used the same style var of template vbulletin, if vbulletin does not provide this option you can not do what is required. The template are not independent.

@winky8300
for delete delete graphical objects you can delete code from template postbit_legacy_ads_ct_2th or postbit_ads_ct_2th

hello
thank you for your reply, but I did not understand what I have deleted from the template.
a further explanation please

digitaldome 06-04-2014 04:26 AM

after upgrade to 2.0.9 , i can't see ads second post option in my vb admin. please help. i'm using vb 4.2.0

Asterix_ita 06-06-2014 04:30 AM

@digitaldome

If you had 2.08 before you can reinstall that, the changes are minimal. I check the code of 2:09
I use 2.09 on vb. 4.2.1 and it works fine

regards

digitaldome 06-06-2014 11:04 AM

Quote:

Originally Posted by Asterix_ita (Post 2500880)
@digitaldome


If you had 2.08 before you can reinstall that, the changes are minimal. I check the code of 2:09
I use 2.09 on vb. 4.2.1 and it works fine


regards

i got this msg when try to reinstall 2.0.8

The following dependencies were not met:

This product is not compatible with version 4.2.0 of vBulletin. (Compatible starting with 4.0.0 / Incompatible with 4.2.00 and greater)

Asterix_ita 06-08-2014 06:08 PM

You can open the xml file and change the maxversion

<dependency dependencytype="vbulletin" minversion="4.0.0" maxversion="4.3.0" />

Regards


All times are GMT. The time now is 04:16 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
  • Page Generation 0.03170 seconds
  • Memory Usage 1,791KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (36)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