Author Topic: skim setting  (Read 8034 times)

0 Members and 1 Guest are viewing this topic.

Offline Bryan

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
skim setting
« on: March 31, 2010, 07:26:14 PM »
I have a script combination of ST and TP.
I am using Dynamic Skim Schemes, so in ST setting, it's like this /tp/out.php?link=gal&url=#url#

ok, now I've created a banner group in ST and wanted it to be skim at 100%
so, the code in ST is #url0_group8_categoryALL#100

however it appears in real code would be like this :
http://www.domain.com/st/st.php?id=35021&url=http://join.sponsor.com/track/NzU5OjM6MTk/&p=100

the p=100 is at the end which according to TP, will be ignored. Is there a workaround?
or simply put, how do I make the banner group 100% skimmed?

Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1952
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: skim setting
« Reply #1 on: April 01, 2010, 07:49:40 AM »
There is workaround via smart thumbs var1 and var2 custom tags...but it's damn complicated, there is no other way to make those sponsor ads except thru ST?

Offline Bryan

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
Re: skim setting
« Reply #2 on: April 01, 2010, 11:43:02 AM »
will this work?
/tp/out.php?p=#skim#&link=gal&url=#url#

will Dynamic skim scheme ignore p=#skim# if there is no value?

Offline ip0li

  • miSearkXD
  • Administrator
  • Hero Member
  • *****
  • Posts: 1952
    • View Profile
    • Premier Сasual Dating Real-life Girls
Re: skim setting
« Reply #3 on: April 01, 2010, 03:15:36 PM »
Ok do it this way

a) Setup 2 skim schemes

1 or default one-> regular one
2 or for banners -> 100% to content

b) in st set out parameter as /tp/out.php?s=#skim#&link=gal&url=#url#

c) in ST template set on normal thumbs skim 1 and on banner clicks skim 2 so that for example banners will have it like this: http://www.domain.com/st/st.php?id=35021&url=http://join.sponsor.com/track/NzU5OjM6MTk/&p=2

With this you will basically assign skim 1 for all content except banners who go to skim 2 (100% to content).

I hope I helped.

Offline Bryan

  • Jr. Member
  • **
  • Posts: 69
    • View Profile
Re: skim setting
« Reply #4 on: April 01, 2010, 06:01:27 PM »
thanks! I will try it:)