Twitter SMFHacks Facebook SMFHacks SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
June 19, 2013, 05:57:24 pm

Login with username, password and session length
Members
Total Members: 10807
Latest: GoldDigger1950
Stats
Total Posts: 32560
Total Topics: 5507
Online Today: 58
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 1
Guests: 55
Total: 56
+ 
|-+ 
| |-+ 
| | |-+ 
| | | |-+ 
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: PM Message Drop Down not working  (Read 574 times)
mlsred
Inline PM Customer
*****
Offline Offline

Posts: 22


View Profile
« on: April 29, 2012, 02:03:06 am »

Hi SMF Hacks,

This may not be related to your mod but I noticed the other day that when I try to send a PM to someone the Member name auto fill does not work any more.

What I mean is when you send a Personal Message to someone you start to type a name into the To: box and member names appear as suggestions.. this stopped working on my forum and I ask for support on the main SMF site and someone suggested this:

Somewhere in your code (most likely index.template.php), you have:
Code:
window.onload=smfgallery_insert;

replace it with:
Code:
function listen(evnt, elem, func) {
    if (elem.addEventListener)  // W3C DOM
        elem.addEventListener(evnt,func,false);
    else if (elem.attachEvent) { // IE DOM
         var r = elem.attachEvent("on"+evnt, func);
    return r;
    }
}
listen("load", window, smfgallery_insert);

Is this something to do with SMF Gallery Pro? Where would I find window.onload=smfgallery_insert; as it does not appear to be where they suggested?

Thanks
M
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 11051


View Profile
« Reply #1 on: April 29, 2012, 09:56:43 am »

I think it would be caused by an addon for SMF Gallery Pro
http://www.smfhacks.com/index.php/topic,6365.0.html
Logged
mlsred
Inline PM Customer
*****
Offline Offline

Posts: 22


View Profile
« Reply #2 on: June 23, 2012, 01:40:30 am »

Hi,

You are correct. If I remove the mod the drop down list for messages works again.. Can this be fixed?

Cheers
M
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 01:36:26 pm]

[Today at 03:45:00 am]

[June 18, 2013, 07:27:33 am]

[June 18, 2013, 06:10:04 am]

[June 17, 2013, 12:27:50 pm]

[June 16, 2013, 08:17:21 pm]

[June 15, 2013, 08:34:38 pm]

[June 14, 2013, 10:28:18 pm]

[June 13, 2013, 11:00:52 pm]

[June 12, 2013, 03:37:47 am]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
TinyPortal v0.9.7 © Bloc
SMF and SimpleMachines are registered trademarks of Simple Machines. SMFHacks.com is not affiliated with nor endorsed by Simple Machines.
Page created in 1.884 seconds with 19 queries.