51
Runeher
Re: Classifieds 1.1 RC1 Security Release
  • 2008/4/7 8:45

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


I have ported a little script into an online image resize module that can be used if ad images are too big for set preferences. Users can then downsize their images without leaving your site.

Perfect also for any web gallery like myAlbum etc.

You can download it from Xoops Norway

Rune

52
Runeher
Re: Classifieds 1.1 RC1 Security Release
  • 2008/4/8 10:53

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


Did anyone sucsessfully clone this module? All i get in index.php after cloning is 'error'... i have tried with different name combinations, but with the same result...

So if anyone managed to clone the module, please let me know, as i need it cloned...

Rune

53
Shine
Re: Classifieds 1.1 RC1 Security Release
  • 2008/4/8 11:07

  • Shine

  • Just can't stay away

  • Posts: 822

  • Since: 2002/7/22


which errors?

54
Runeher
Re: Classifieds 1.1 RC1 Security Release
  • 2008/4/8 11:14

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


The index page loads with this text 'error' as the only thing on it...

Cloned module install fine, but is useless with this 'error' that i can't figure out..

Rune

55
diddly
Re: Classifieds 1.1 RC1 Security Release
  • 2008/4/14 11:09

  • diddly

  • Just popping in

  • Posts: 32

  • Since: 2006/3/28


Hi Does anyone have this module for Spanish? Thanks.

56
Runeher
Re: Classifieds 1.1 RC1 Security Release
  • 2008/4/15 2:34

  • Runeher

  • Module Developer

  • Posts: 825

  • Since: 2008/1/24


Why don't you translate the language files to spanish yourself and then submit them to John's site.

Rune

57
jfmoore
Re: Classifieds 1.1 RC1 Security Release
  • 2008/6/12 19:29

  • jfmoore

  • Quite a regular

  • Posts: 360

  • Since: 2004/6/6 5


Quote:

tzvook wrote:
Hello John
Since the module uses html (if you enable it of course) HTML ads, it requires you to enable HTML email, otherwise it sends all confirmations and ads-responses with the HTML code in it ... looks very bad !!!

Very easy to solve:
you need to look for all the places (4) with the line:
$mail->useMail();


and turn it into:

$mail->useMail();
$mail->setContentType("text/html");


Then of course it would be nice to also design your templates with html code to look nicer ... your site logo or whatever looks nice to you.


Not working for me. I have it set to moderate ads, and when I approve an ad, I get the following error:

Quote:
Fatal error: Call to undefined method XoopsMailerLocal::setContentType() in /home/avenue41/public_html/impress01/modules/classifieds/admin/index.php on line 575


Jere
...

58
jfmoore
Re: Classifieds 1.1 RC1 Security Release
  • 2008/6/12 20:11

  • jfmoore

  • Quite a regular

  • Posts: 360

  • Since: 2004/6/6 5


Never mind. After I posted, I remembered that you replied to the same question here:

http://www.jlmzone.com/modules/newbb/viewtopic.php?post_id=1930#forumpost1930

Jere
...

59
jlm69
Re: Classifieds 1.1 RC1 Security Release
  • 2008/6/12 20:17

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


I think the correct way to do this is:

$mail->multimailer->isHTML(true);

That should do it. No hacking involved.

John

60
jfmoore
Re: Classifieds 1.1 RC1 Security Release
  • 2008/6/12 21:50

  • jfmoore

  • Quite a regular

  • Posts: 360

  • Since: 2004/6/6 5


Quote:

jlm69 wrote:
I think the correct way to do this is:

$mail->multimailer->isHTML(true);

That should do it. No hacking involved.

John


Thanks, John. Notifications look much better now, so I think I'll enable Koivi.

Jere
...

Login

Who's Online

146 user(s) are online (106 user(s) are browsing Support Forums)


Members: 0


Guests: 146


more...

Donat-O-Meter

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

Latest GitHub Commits