2
You can find it on
http://www.myxoops.de under the name of myAds and you must be registered to be able to download it!
Also want to say that it has been updated yesterday and it still doesn't have any other languages than german in the english directory.
Else 1 : you can wait until the end of the week end, i'll try to make a language translation and submit the module in the download section of my web site.
Else 2 : if you can read french, you can go
THERE to what to change to make MyAnnonces for XOOPS 1.3.x working under XOOPS 2.
Else 3 : if you can't read french

just do this :
in addannonces.php where it's written
Quote:
global $xoopsDB, $xoopsConfig, $xoopsUser, $xoopsTheme;
add $xoopsLogger at the end like that :
Quote:
global $xoopsDB, $xoopsConfig, $xoopsUser, $xoopsTheme, $xoopsLogger;
And to see photos attached in the popup window in display-image.php just comment with // OpenTable() and CloseTable()