Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
plugins-topic
Send PM anchor position
Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Dec 20, 2012 - 10:54 am

I am good on a a Mac - all major browsers.

Do you have any other Ajax calls being made on a page by another plugin or theme that may be disrupting events?

andy-signature.png
YELLOW
SWORDFISH
Avatar
cwwcwi0ecnuwijcowecwreiovuejwcko
Member
Free Members
sp_UserOfflineSmall Offline
Dec 20, 2012 - 2:47 pm

I have the problem also here on simple-press.com forum so it's not specifically with my site related (also said that I disabled everything else) :)

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Dec 21, 2012 - 5:24 am

Sorry but like Steve on his Windows machine I can not replicate any such behaviour on this site or any other using my Mac and all current and main browsers. They all behave as expected. We also have no other such reports which makes it extremely difficult as we have nothing to work with and to track down.

andy-signature.png
YELLOW
SWORDFISH
Avatar
cwwcwi0ecnuwijcowecwreiovuejwcko
Member
Free Members
sp_UserOfflineSmall Offline
Dec 27, 2012 - 6:00 am

I would like to set the fixed height of the inbox for all users and disable this function for users individually. How can I achieve this?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 27, 2012 - 9:50 am

I am afraid there is no direct way to do this without editing our core files currently...  I can probably stick a quick filter in their for the next release which should be in a day or two if  you can wait that long...  Or I can give you the necessary code change now...

Avatar
cwwcwi0ecnuwijcowecwreiovuejwcko
Member
Free Members
sp_UserOfflineSmall Offline
Dec 28, 2012 - 5:53 am

I can wait a few days :) thanks

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Dec 28, 2012 - 7:23 am

Expected to be later today

andy-signature.png
YELLOW
SWORDFISH
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 28, 2012 - 10:16 am

The pm plugin update with the filter should be available now...

the filter you will want to use is 'sph_pm_inbox_max_height'...

this will be the max size setting in pixels...

make sure you get pm version 1.5.2... and you will need to update to 5.2.1 first (for other reasons)...

Avatar
cwwcwi0ecnuwijcowecwreiovuejwcko
Member
Free Members
sp_UserOfflineSmall Offline
Jan 2, 2013 - 6:04 am

How and where do I use this "sph_pm_inbox_max_height" filter?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Jan 2, 2013 - 12:02 pm

filters work just like any other wp filter, hook or action...

for simplicity here, lets add this to your spFunctions.php file...

add_filter('sph_pm_inbox_max_height', 'my_pm_height_control');
function my_pm_height_control($height) {
    $height = 600;
    return $height;
}

just change the 600 to whatever you want... this will set a fixed height for all users... please be advised this will override/ignore any personal setting users make in their profile...

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17363
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625