11
Peekay
Re: Catads 1.50 beta
  • 2009/2/20 22:59

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


adsitem.php
A thread is for life. Not just for Christmas.

12
Monika
Re: Catads 1.50 beta
  • 2009/2/21 0:43

  • Monika

  • Not too shy to talk

  • Posts: 103

  • Since: 2008/12/19


Hi I couldnt find this:

Quote:

You can see the article in the Spanish community and download the module
http://www.esxoops.com/modules/news/article.php?storyid=807

13
wcrwcr
Re: Catads 1.50 beta
  • 2009/2/21 15:09

  • wcrwcr

  • Home away from home

  • Posts: 1114

  • Since: 2003/12/12


@Monika

me too

14
ghia
Re: Catads 1.50 beta
  • 2009/2/21 19:17

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


It seems the article is still in redaction and not yet publicised. Try later again.

15
elsanto
Re: Catads 1.50 beta
  • 2009/2/22 0:18

  • elsanto

  • Just popping in

  • Posts: 18

  • Since: 2009/1/5 1


The address of the article "News SEO url rewrite is

http://www.esxoops.com/modules/news/article.php?storyid=808

Regarding the failure catads 1.4 and 1.5 as an anonymous user can suspend a notice entering the url catads / adsitem.php? Stopandgo = & op = + ads_id number of ads
adsitem.php change the file like this:

function stopandgo() {
    global  
$ads$ads_handler$isAuthor;

// verification Author
if (!$isAuthor) {
    
redirect_header("index.php",2,_NOPERM);
}

16
tatane
Re: Catads 1.50 beta
  • 2009/2/22 15:23

  • tatane

  • Just can't stay away

  • Posts: 649

  • Since: 2008/5/6 1



in Catads 1.50 should be replaced

Quote:
function stopandgo() {
global $ads, $ads_handler;

$ads_id = $ads->getVar('ads_id');
$ok = isset($_POST['ok']) ? intval($_POST['ok']) : 0;

if ($ads->getVar('suspend') == 0) {
//suspendre
$msgconf = _MD_CATADS_PUBSTOP_CONF;
$msgok = _MD_CATADS_PUBSTOP_OK;
$suspend = 1;
} else {
//reprendre
$msgconf = _MD_CATADS_PUBGO_CONF;
$msgok = _MD_CATADS_PUBGO_OK;
$suspend = 0;
}


by

Quote:

function stopandgo() {
global $ads, $ads_handler, $isAuthor;

// verification Author
if (!$isAuthor) {
redirect_header("index.php",2,_NOPERM);
}



right?

17
kraven30
Re: Catads 1.50 beta
  • 2009/2/24 15:07

  • kraven30

  • Just popping in

  • Posts: 88

  • Since: 2008/12/23


Thx, elsanto

problem corrected in the next version

18
tzvook
Re: Catads 1.50 beta
  • 2009/5/4 17:52

  • tzvook

  • Just can't stay away

  • Posts: 875

  • Since: 2003/2/1 2


@ kraven

A few feature suggestions ( If I may ):

1. I do hope there will be a way to add/change CITIES / REGIONS / DEPARTMENTS via the admin in the next version ( quite a must )
2. There's a currency field in the admin, but it's not connected to it's representitive-char (advanced search and may be also in the ads)

I didn't dig much, but these are quite a must.
There are some blesed changes indeed, (RSS feed by the category ) ..... thanks !!!
Hope you're still in dev mode ...

19
chco2
Re: Catads 1.50 beta
  • 2009/5/28 9:00

  • chco2

  • Module Developer

  • Posts: 374

  • Since: 2004/3/5 1


Is everyone able to read French? Would love to try/use the module, but French only is not gonna work for me
Anyone already took the effort of translating it?

Thnx,
Charly
“It's amazing the way people cling to insults. Or what they think are insults.”

20
ghia
Re: Catads 1.50 beta
  • 2009/5/28 13:50

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


I think you can use the english files from V1.40 and then add the missing ones.

Should be included in the new distributions as 1.51.beta too.

Login

Who's Online

137 user(s) are online (83 user(s) are browsing Support Forums)


Members: 0


Guests: 137


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits