Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 230
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 211
Total: 211

Author Topic: PM Message Drop Down not working  (Read 3201 times)

0 Members and 1 Guest are viewing this topic.

Offline mlsred

  • Member
  • *
  • Posts: 22
    • View Profile
PM Message Drop Down not working
« 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: [Select]
window.onload=smfgallery_insert;
replace it with:
Code: [Select]
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

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16452
    • View Profile
Re: PM Message Drop Down not working
« 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
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline mlsred

  • Member
  • *
  • Posts: 22
    • View Profile
Re: PM Message Drop Down not working
« 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

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
6828 Views
Last post October 12, 2007, 07:04:04 pm
by SMFHacks
0 Replies
3432 Views
Last post December 01, 2008, 11:22:54 pm
by Beltazar
6 Replies
7936 Views
Last post February 02, 2010, 06:32:52 am
by Rafferty
5 Replies
5614 Views
Last post April 01, 2011, 07:46:53 pm
by SMFHacks
5 Replies
3192 Views
Last post August 09, 2023, 10:31:48 pm
by tank_fv101

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal