[FIXED] Recommend this product to a friend popup has extra media tag.

Started by aravot, September 09, 2007, 11:57:00 AM

Previous topic - Next topic

aravot

VM 1.1 r928

Recommend this product to a friend popup window has extra media="" tag in upper left corner of the window.

And change body message from
Quotei've found this great product on Site Name that might be of interest for you.

to
QuoteI've found this great product on Site Name that might be of interest to you.

macallf

media tag is due to the addstylesheet command only checking for index3.php (This is only available in admin) so the correct formatting of the style sheet is ignored.

I have changed mainframe.class.php to overcome this.

The other is just a change in the language file.

Talking of the language file

These are missing also

var $_EMAIL_FRIEND ='Friends Name';
    var $_EMAIL_FRIEND_ADDR ='Friends email address';
    var $_EMAIL_YOUR_NAME ='Your Name';
    var $_EMAIL_YOUR_MAIL ='Your email address';


At least they are in english.php !

And while I'm at it, shouldn't we auto fill the senders name and email address if they are a registered user?
Mark
All of My old mods are now available on my website.
Mark Callf Designs

If you like the work I've done for VM please fell free to Donate

Please Note: I am no longer actively developing or involved with VM development.


macallf

Implemented in r930.

Language files not changed, Correct wording should be implemented
Mark
All of My old mods are now available on my website.
Mark Callf Designs

If you like the work I've done for VM please fell free to Donate

Please Note: I am no longer actively developing or involved with VM development.