Advertisement:

Author Topic: Watchlist pluggin done !  (Read 32210 times)

Juan Ramón

  • Osclass Developer
  • Hero Member
  • *****
  • Posts: 2382
Re: Watchlist pluggin done !
« Reply #15 on: August 09, 2011, 03:01:22 pm »

usclassifieds.org

  • Sr. Member
  • ****
  • Posts: 268
Re: Watchlist pluggin done !
« Reply #16 on: August 09, 2011, 06:07:54 pm »
Watch lisr doesnt work for premium ads...

Juan Ramón

  • Osclass Developer
  • Hero Member
  • *****
  • Posts: 2382
Re: Watchlist pluggin done !
« Reply #17 on: August 09, 2011, 07:13:17 pm »
What do you mean that doesn't work? That doesn't appear the premium style?

usclassifieds.org

  • Sr. Member
  • ****
  • Posts: 268
Re: Watchlist pluggin done !
« Reply #18 on: August 09, 2011, 07:15:20 pm »
The watchlist link doesnt show up for premium ads, it only shows up for regular.

trains58554

  • Osclass contributor
  • Hero Member
  • *****
  • Posts: 3642
  • osCanyon, the class of Osclass
Re: Watchlist pluggin done !
« Reply #19 on: August 09, 2011, 08:16:05 pm »
I have tried it with premium ads and it does not add them to my watchlist it adds the first non premium ad instead.

Jay

morvy

  • Full Member
  • ***
  • Posts: 103
  • always dissatisfied
Re: Watchlist pluggin done !
« Reply #20 on: August 12, 2011, 02:24:16 pm »
support for url rewrite engine on (so breadcrumps can show it etc) would be cool (I've found out that languages are supported :) )
« Last Edit: August 13, 2011, 12:39:12 am by morvy »

keny

  • Full Member
  • ***
  • Posts: 137
Re: Watchlist pluggin done !
« Reply #21 on: August 13, 2011, 02:15:30 am »
Will check that soon but now i am on vacation so time is missing !

lutvia

  • Newbie
  • *
  • Posts: 6
Re: Watchlist pluggin done !
« Reply #22 on: August 13, 2011, 09:12:41 pm »
when I click "Add to watchlist" there goes
Parse error: parse error in C:\wamp\www\****\oc-content\plugins\watchlist\ajax_watchlist.php on line 33



 :'( :'( :'( :'( :'( :'( :'(


please help.. why ??
« Last Edit: August 13, 2011, 09:19:45 pm by lutvia »

morvy

  • Full Member
  • ***
  • Posts: 103
  • always dissatisfied
Re: Watchlist pluggin done !
« Reply #23 on: August 16, 2011, 11:27:10 am »
I see that in W3 validator, it throws some errors and warning for watchlist, mainly because of & instead of &

Juan Ramón

  • Osclass Developer
  • Hero Member
  • *****
  • Posts: 2382
Re: Watchlist pluggin done !
« Reply #24 on: August 16, 2011, 01:47:53 pm »
when I click "Add to watchlist" there goes
Parse error: parse error in C:\wamp\www\****\oc-content\plugins\watchlist\ajax_watchlist.php on line 33



 :'( :'( :'( :'( :'( :'( :'(


please help.. why ??

can you paste the code of this line? in the last version this line is the php close tag ?> last version: http://sourceforge.net/projects/osclass/files/Plugins/watchlist/

I see that in W3 validator, it throws some errors and warning for watchlist, mainly because of & instead of &

we'll check out! thank for the warning!

akapar

  • Premium
  • Full Member
  • *****
  • Posts: 152
Re: Watchlist pluggin done !
« Reply #25 on: October 01, 2011, 05:18:08 pm »
Hi there,

I tried to add watchlist as a button to item.php. I am using the following code:

<strong><?php watchlist(); ?><strong>

However there is a small box inside the button. Any ideas how I can make it look right?


RajaSekar

  • Hero Member
  • *****
  • Posts: 791
  • ராஜசேகர்
Re: Watchlist pluggin done !
« Reply #26 on: October 01, 2011, 05:24:18 pm »
try this code

add these code to item.php

Code: [Select]

<div id="watchlist"><center><?php watchlist(); ?></center></div>



add these code into style.css

Code: [Select]

#watchlist{
  background: #FFA237 url(../images/button_light_orange_bg.gif); width: 100px; height: 20px; padding-top: 5px; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; border: solid #FF0033 1px;
}


add the attached image into themes images folder

I am not sure how it works

akapar

  • Premium
  • Full Member
  • *****
  • Posts: 152
Re: Watchlist pluggin done !
« Reply #27 on: October 01, 2011, 09:56:02 pm »
it didn't work, what I get is below. Thanks for the help anyway.

trains58554

  • Osclass contributor
  • Hero Member
  • *****
  • Posts: 3642
  • osCanyon, the class of Osclass
Re: Watchlist pluggin done !
« Reply #28 on: October 01, 2011, 10:12:25 pm »
Hi akapar

Try removing the <strong> tags.

Jay

BuySellAndSwap

  • Sr. Member
  • ****
  • Posts: 389
Re: Watchlist pluggin done !
« Reply #29 on: October 02, 2011, 12:12:43 am »
Where should i put the

Code: [Select]
#watchlist{
  background: #FFA237 url(../images/button_light_orange_bg.gif); width: 100px; height: 20px; padding-top: 5px; -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; border: solid #FF0033 1px;
}

please

Thank you