1
hatirapolat
Catads Classified module
  • 2005/1/14 2:34

  • hatirapolat

  • Just popping in

  • Posts: 9

  • Since: 2004/11/27


Hi I use catads classfield module on my side And I have some problem but I couldn't find any document about this module also registration dosn't work for official web site for this module "http://thecat.ouvaton.org". and I wrote about my problems to "thecat" owner of this module but no answer.. Anyway..

My Qustions:

1. How can registered user modify and delete own ads?
2. How can admin check all suspend ads?

please help me....

Ps: sorry for my english

2
theCat
Re: Catads Classified module
  • 2005/1/14 9:23

  • theCat

  • Just popping in

  • Posts: 77

  • Since: 2004/2/2 2


Quote:
I wrote about my problems to "thecat" owner of this module but no answer.. Anyway..

Sorry for the delay of answer... I am too busy in this moment
Quote:
2. How can admin check all suspend ads?


in admin/index.php, add in function show (line 287)
if ($action == 'suspend') {
    
ads_menu(4);
    
$title _AM_CATADS_PUB;
    
$criteria = new CriteriaCompo(new Criteria('published''0''>'));
    
$criteria->add(new Criteria('suspend''1'));
    
$criteria->setSort('published');
}


in include/cp_functions.php, add (line 46)
echo "<li style="list-stylenonemargin0displayinline"><a href="index.php?action=suspend" style="padding3px 0.5emmargin-left3pxborder1px solid #778; background: ".$tblColors[4]."; text-decoration: none; ">"._AM_CATADS_SUSP."</a></li>";

and in language/english/admin.php
define("_AM_CATADS_SUSP","Suspended Ads");

Quote:
1. How can registered user modify and delete own ads?

It's more complicated, and I can't reply at the moment ... but asap.

3
hatirapolat
Re: Catads Classified module
  • 2005/1/14 18:29

  • hatirapolat

  • Just popping in

  • Posts: 9

  • Since: 2004/11/27


Thank you very much for your Help dear Thecat, I've solved one of the problem and looking forward to have the other problem from you as soon as possible, Also I translated that modul to turkish, i can send you if you mind it !
Thank you

4
hatirapolat
Re: Catads Classified module
  • 2005/1/17 22:34

  • hatirapolat

  • Just popping in

  • Posts: 9

  • Since: 2004/11/27


please
I'm still waiting

5
hatirapolat
Re: Catads Classified module
  • 2005/1/19 22:02

  • hatirapolat

  • Just popping in

  • Posts: 9

  • Since: 2004/11/27


dear theCat
please
I'm still waiting

6
hatirapolat
Re: Catads Classified module
  • 2005/1/23 10:23

  • hatirapolat

  • Just popping in

  • Posts: 9

  • Since: 2004/11/27


dear Thecat
I've solved one of the problem and looking forward to have the other problem from you as soon as possible, Also I translated that modul to turkish, i can send you if you mind it !
Thank you

7
hatirapolat
Re: Catads Classified module
  • 2005/1/27 22:34

  • hatirapolat

  • Just popping in

  • Posts: 9

  • Since: 2004/11/27


thecat thecat
please
please
please

8
hatirapolat
Re: Catads Classified module
  • 2005/3/8 17:20

  • hatirapolat

  • Just popping in

  • Posts: 9

  • Since: 2004/11/27


How can registered user modify and delete own ads?

9
binarywhispr
Re: Catads Classified module

Quote:

hatirapolat wrote:
How can registered user modify and delete own ads?


Did you ever get an answer to this problem? I really like the module but I am going to have to use something else if I can't find a way around this.

10
hatirapolat
Re: Catads Classified module
  • 2005/4/4 3:05

  • hatirapolat

  • Just popping in

  • Posts: 9

  • Since: 2004/11/27


not yet....
But I'm still waitng for answer

Login

Who's Online

127 user(s) are online (78 user(s) are browsing Support Forums)


Members: 0


Guests: 127


more...

Donat-O-Meter

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

Latest GitHub Commits