Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

[ UPDATE ] Recommend_It v3.5 (free)

Quote Reply
[ UPDATE ] Recommend_It v3.5 (free)
Hi,

I'm please to announce the release of Recommend_It v3.5. This is an update to the 3.0.1 version, and also uses the luna template set much more to its advantage =)

You can download the new version from this post, or on our site: http://www.ultranerds.com/...ns/Recommend_It_L85/

Enjoy =)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [ UPDATE ] Recommend_It v3.5 (free) In reply to
Andy, a while back we talked about how the plugin was stripping out all of the line breaks in the emailed message when using the text template. This was solved by turning compression off in the build options.

We are only using the text template - have you got any tips on how the text template could be parsed better with compression on? The site we are using it on continues to grow and the bandwidth saving that compression offers is looking more attractive.

I'm guessing this is the offending line of code that parses the template and somehow strips the line breaks:

Code:
my $formatted_message = Links::SiteHTML::display($template, {%$TAGS, %$IN, %$rec});

From what I understand the 'new' email templating system uses .eml files that are specific email templates - not sure if that would fix the problem or not?
Quote Reply
Re: [aus_dave] [ UPDATE ] Recommend_It v3.5 (free) In reply to
Hi,

You could try the attached version. I've changed it so that it uses Links::send_email() instead of GT::Mail::send().

This means that the templates can be processed as .eml files, and makes it a bit easier to work with - as the emails / headers etc can be edited via Build > Email Templates Smile

Enjoy.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [ UPDATE ] Recommend_It v3.5 (free) In reply to
That works perfectly Andy - thanks for the update.

There's a minor typo in recommend_it.cgi that affects the email headers (around line 218):

Code:
$TAGS->{'to_name'} = $IN->param("recipename_$i"),

Should be "recipname_$i" - took me a while to find it since it's actually being used on a recipe site! Wink
Quote Reply
Re: [aus_dave] [ UPDATE ] Recommend_It v3.5 (free) In reply to
Hi,

Thanks for the heads up - all sorted now =)

New version attached.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [ UPDATE ] Recommend_It v3.5 (free) In reply to
Hi,

Another update.

Seems that when sending in plain text, it was just making an attachment (noname), instead of putting the content into the email itself. This was due to a header issue.

There was also the issue of the "Unknown tag: IP" error popping back in somehow - but that is fixed now too =)

Also, there was a bit of a problem with the new emailing method - which has been resolved now.

If you have any problems, please don't hesitate to post them here.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [ UPDATE ] Recommend_It v3.5 (free) In reply to
Maybe to put CAPTCHA like in ContactPage. Recently I've noticed some abuse from "buy viagra" emails...

UnReal Network
Quote Reply
Re: [deadroot] [ UPDATE ] Recommend_It v3.5 (free) In reply to
Hi,

Sorry, not sure about that - It takes a while to add a CAPTCHA system into a script, and Recommend_It is free, so I can't really allow the time for that , sorry Frown

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [ UPDATE ] Recommend_It v3.5 (free) In reply to
Got any free time soon?

Recently I got much spam over this plugin so if there is no plan of putting CAPTCHA system I need to deinstall this plugin because it takes lots of system load.

UnReal Network
Quote Reply
Re: [DeadMan] [ UPDATE ] Recommend_It v3.5 (free) In reply to
Not really got much free time ATM, but I'll see if I can fit it in at some point.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [DeadMan] [ UPDATE ] Recommend_It v3.5 (free) In reply to
Hi,

I hope you apreciate this Tongue

Version 3.6 is now available from our site: http://www.ultranerds.com/...ns/Recommend_It_L85/

It now has a built in CATPCHA system. Wasn't exactly simple to add in - but works very well =)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [ UPDATE ] Recommend_It v3.5 (free) In reply to
I apreciate it very much. Thank you!

Now, just explain me how to install CAPTCHA system? Wink

I try to install plugin, but nothing happens. Only can see new file, messagecaptcha.cgi but don't know how to use it.

Thank you in advance.

UnReal Network
Quote Reply
Re: [DeadMan] [ UPDATE ] Recommend_It v3.5 (free) In reply to
DeadMan wrote:
I apreciate it very much. Thank you!

Now, just explain me how to install CAPTCHA system? Wink

I try to install plugin, but nothing happens. Only can see new file, messagecaptcha.cgi but don't know how to use it.

Thank you in advance.
Hi,

NP

You need to edit the templates (recommend_it_form.html) - and the rest should work then

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [ UPDATE ] Recommend_It v3.5 (free) In reply to
I was getting too much spam too so I tried to update to this new version. I did a full uninstall of the old version and installed this one but the captcha doesn't work :( The link seems to be created correctly, but no image is produced (broken image).

http://speculativevision.com/network/
Quote Reply
Re: [fantasyman] [ UPDATE ] Recommend_It v3.5 (free) In reply to
Hi,

Can you PM me a link, along with a username/password to login with (if you have it setup to require a user before they can send a recommendation of a listing).

It *could* be that GD isn't installed on your server.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!