Loading

Author Topic: [PLUGIN] Carousel for OSClass version 2.0  (Read 5407 times)

trains58554

  • Super Moderator
  • Hero Member
  • *****
  • Posts: 1819
  • The Ghostbuster
Re: [PLUGIN] Carousel for OSClass version 2.0
« Reply #75 on: February 21, 2012, 04:30:18 am »
Can you post your url or pm it to me?

Thanks

Jay

anaya2007

  • Jr. Member
  • **
  • Posts: 54
Re: [PLUGIN] Carousel for OSClass version 2.0
« Reply #76 on: February 21, 2012, 04:52:12 am »
SENDED

thanks :)

seven

  • Jr. Member
  • **
  • Posts: 73
Re: [PLUGIN] Carousel for OSClass version 2.0
« Reply #77 on: February 25, 2012, 10:34:52 pm »
Hi,

how can we change that more ads are shown (not only the 10last)?

:)
kind regards

shragicz

  • Newbie
  • *
  • Posts: 26
Re: [PLUGIN] Carousel for OSClass version 2.0
« Reply #78 on: February 26, 2012, 08:01:48 pm »
Hi, I think you have BUG in "carousel_detail.php"

Code: [Select]
if($itemPage) {
     $pCategory = Category::newInstance()->findRootCategory(osc_item_category_id() );


     $search1->addCategory($pCategory['pk_i_id']);
     //$search1->addCategory(osc_item_category_id ());

     $search1->limit (0, $itemLimit);
  }

if($itemPage) - I think - this is never true. When is this true? I can not see any $itemPage in all php scripts ...

thx M.

Cris

  • Jr. Member
  • **
  • Posts: 77
Re: [PLUGIN] Carousel for OSClass version 2.0
« Reply #79 on: March 29, 2012, 06:03:44 pm »
Hello!
i've edit this plugin to add a language pack!

This is the version 2.2

if you want to install or upgrade dowload this file:
http://crispace.altervista.org/file/carousel_for_osclass22_language_pack.rar

To install or upgrade simply upload the plugin from your admin page, or replace qyour carousel plug in folder whit this one.

if you only want to add language pack on you modified plugin download this file:
http://crispace.altervista.org/file/language_pack_for_Carousel_22.rar

it contains only the languages dir.
- extrack the "languages" folder on your carousel_for_osclass plugin folder

- edit the strings in your file from:

      __('No items to display','carousel')

   TO:
      __('No items to display','carousel_for_osclass')

- you have to create 4 strings:
   es. in carousel_detal.php line 59 edit from
      
Code: [Select]
<?php if(osc_item_is_premium()){ echo "Premium Ad";}else{echo '<br />';}?>   TO
      
Code: [Select]
<?php if(osc_item_is_premium()){ echo _e('Premium Ad','carousel_for_osclass');}else{echo '<br />';}?>



ey

  • Newbie
  • *
  • Posts: 2
Re: [PLUGIN] Carousel for OSClass version 2.0
« Reply #80 on: March 30, 2012, 09:07:27 pm »
Hi, how do I make my carousel wrap a long title to the next line?
Some of the titles get cut off and a funny symbol shows up at the end.  Some of the titles are in Russian.

As always thanks!

Cris

  • Jr. Member
  • **
  • Posts: 77
Re: [PLUGIN] Carousel for OSClass version 2.0
« Reply #81 on: April 03, 2012, 03:07:20 pm »
Hi, how do I make my carousel wrap a long title to the next line?
Some of the titles get cut off and a funny symbol shows up at the end.  Some of the titles are in Russian.

As always thanks!

i have the same problem...

maybe is the line:
        <a href="<?php echo osc_item_url() ; ?>"><?php echo substr(osc_item_title(),0,15) ;  if(strlen(osc_item_title())>15) echo '...'; ?></a>

on carousel_detail.php on line 72 and 100.

When the title is longher than (in this case) 15 char, it show "...", but wit some character, like è,à,ù it show a symbol!


Diablos

  • Full Member
  • ***
  • Posts: 125
Re: [PLUGIN] Carousel for OSClass version 2.0
« Reply #82 on: April 05, 2012, 05:42:14 pm »
Big problems with the menu of twitter theme
http://www.annuncisulweb.net/

I don't know if it can be resolved modifying the theme or the plugin

trains58554

  • Super Moderator
  • Hero Member
  • *****
  • Posts: 1819
  • The Ghostbuster
Re: [PLUGIN] Carousel for OSClass version 2.0
« Reply #83 on: April 05, 2012, 06:15:43 pm »
Hi Diablos,

In your custom.css file line 41 change the z-index to 3 and then your menu will show above the carousel.

Jay

Diablos

  • Full Member
  • ***
  • Posts: 125
Re: [PLUGIN] Carousel for OSClass version 2.0
« Reply #84 on: April 05, 2012, 06:34:35 pm »
thank you very much for your quick reply. Te solution worked perfectly

andrea

  • Newbie
  • *
  • Posts: 29
    • Email
Re: [PLUGIN] Carousel for OSClass version 2.0
« Reply #85 on: April 16, 2012, 12:53:02 am »
Where it is possible to change the colour and size of the words " Premium Ad " and of the price ?

Tnx

ANDREA

gstar

  • Newbie
  • *
  • Posts: 37
    • Email
Re: [PLUGIN] Carousel for OSClass version 2.0
« Reply #86 on: April 21, 2012, 12:36:14 pm »
Very nice plugin!

Quick question... Featured ads show "Premium Ad" ontop of the ad in the carousel...

I see there is no language file...

How can I translate this?
Don't buy a classifieds script
until you've visited ClassiForum.com!

ClassiForum.com - for Classified Ads Webmasters!

emanwebdev

  • Jr. Member
  • **
  • Posts: 79
  • Bonjour Bonjour
    • Email
Re: [PLUGIN] Carousel for OSClass version 2.0
« Reply #87 on: April 24, 2012, 11:59:47 pm »
I see there is no language file...

How can I translate this?

looks like it's ready for translation

for example,
file carousel_detail.php
line 114 :
Code: [Select]
__('No items to display','carousel')

trains58554

  • Super Moderator
  • Hero Member
  • *****
  • Posts: 1819
  • The Ghostbuster
Re: [PLUGIN] Carousel for OSClass version 2.0
« Reply #88 on: April 25, 2012, 06:43:01 am »
I have to make some small changes and then I will update the plugin zip so you can translate.

Thanks

Jay

trains58554

  • Super Moderator
  • Hero Member
  • *****
  • Posts: 1819
  • The Ghostbuster
Re: [PLUGIN] Carousel for OSClass version 2.0
« Reply #89 on: April 25, 2012, 06:59:16 am »
You can download the updated version of the plugin which now allows you to translate it.

Updated zip can be found in the first topic of this thread.

Jay