1
Gbeard
MyAds Problems
  • 2003/10/7 19:19

  • Gbeard

  • Just popping in

  • Posts: 10

  • Since: 2003/10/7


Hi all
Does anyone know the fix for stopping mail outs when ads are expired many thanks and should the ads auto delete?

2
domifara
Re: MyAds Problems
  • 2003/10/7 23:05

  • domifara

  • Just popping in

  • Posts: 25

  • Since: 2003/9/11


please look :there is comments
Since data was not deleted, mail was transmitted repeatedly.
https://xoops.org/modules/mydownloads/singlefile.php?cid=24&lid=458

3
Gbeard
Re: MyAds Problems
  • 2003/10/8 8:02

  • Gbeard

  • Just popping in

  • Posts: 10

  • Since: 2003/10/7


Many thanks

4
builderb
Re: MyAds Problems
  • 2003/10/8 21:00

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


that thread above helps with some of the bugs but not the constant e-mail notification problem.

Here is the code to fix that e-mail problem:
In /include/function.php @ line 175 replace the query statement:
$xoopsDB->query("delete from".$xoopsDB->prefix("ann_annonces")."wherelid='$lids'");

Quote:

This will "de-activate" the listing but keep the information in the database.

$xoopsDB->queryF("UPDATE ".$xoopsDB->prefix("ann_annonces")." SET valid='no' WHERE lid='$lids'");



Quote:

and this will completely remove the listing from the DB

$xoopsDB->queryF("delete from".$xoopsDB->prefix("ann_annonces")." WHERE lid='$lids'");


the e-mail will get sent only once and the listing will no longer appear on the classifieds. you can do it either way depending on how you want to manage your classifieds.


5
pcracer
Re: MyAds Problems
  • 2003/11/29 18:11

  • pcracer

  • Just popping in

  • Posts: 31

  • Since: 2003/10/23


thx builderb! been looking long & hard for this fix...wasn't aware of another thread on this subject til i was bored today & was looking @ all the threads in this section. i just went back to the other thread & noticed it had been slipped in above the original requests for a fix & the english isn't so good & it's very easy to miss...yours is a much better explaination btw

original thread...
https://xoops.org/modules/mydownloads/singlefile.php?com_mode=flat&com_order=0&lid=458&cid=24

6
DobePhat
Re: MyAds Problems
  • 2003/12/6 21:08

  • DobePhat

  • Friend of XOOPS

  • Posts: 656

  • Since: 2003/4/15


Quick question:

I just dowloaded this module and it seems really nice but nothing happens when I select anything...:(

I have version 2.0

Is thiat the latest?
And...probably the most important question...
does it work with globals off?
And which version of xoops...
(i 2.0.5 mostly)
Thanks all!

7
DobePhat
Re: MyAds Problems
  • 2003/12/7 17:30

  • DobePhat

  • Friend of XOOPS

  • Posts: 656

  • Since: 2003/4/15


do none of these work with globals off?

-thanks

8
supernat
Re: MyAds Problems
  • 2004/1/12 9:58

  • supernat

  • Just popping in

  • Posts: 5

  • Since: 2004/1/11


I want to turn expiration off, if there no way to do this?

9
DonXoop
Re: MyAds Problems

There is very little support for this module since it isn't a core module. It has been around the block with several people doing independant hacks on it. There is one done in Japan that I find works best and with Globals Off. Again no support but I suggest the Japan version (which has better English translation than the others). Do a search to find where to download.


10
supernat
Re: MyAds Problems
  • 2004/1/12 16:02

  • supernat

  • Just popping in

  • Posts: 5

  • Since: 2004/1/11


I have tried both versions of the module and in both I cannot reset preferences. As soon as I do, it says configuration saved, but it does not actually save my prefrences, it goes back to the same values, and I cannot figure out why it is doing this. I have not seen any other people posting about this problem, so it must have something to do with my setup, though I cannot imagine what is set up wrong that would cause this.

Login

Who's Online

219 user(s) are online (152 user(s) are browsing Support Forums)


Members: 0


Guests: 219


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