June 16, 200818 yr comment_10066 hey you got membermap 2.3 to work with 2.3x did you have to make make changes from the download package? is php5 used? Report
June 17, 200818 yr comment_10069 Well I am using php 5 and I don't think I had to change anything. I'll look at it and be sure I didn't have to change anything. I dn't remember having to though. I thought about making my own member map type of modification, but I probably wont bother making my own and just keep using this one I guess. edit: oh ok yeah I do remember I had to change something. Open sources/action_public/membermap2.php See in the top part where it has a lot of variable lines? (var $nav = array(); for example) There are two lines defining the same variable. You simply delete one of those 2 lines. I can't remember which one it is, but just look there and notice if there are 2 lines defining the same variable. var $ipsclass = ''; var $output = ""; var $page_title = ""; var $nav = array(); var $parser = ""; var $html = ""; That should be the entire variable section. So look and see which line needs to be deleted to make it look like that. Report
June 18, 200818 yr Author comment_10082 hey i cant get it to work !! the script spilt it s guts and not displaying Report
June 18, 200818 yr comment_10083 It should work. I think that's all I did was remove one line. There were 2 lines for either var $output or var $html I think. And you have to just delete one of them. I can look at it if you can't get it to work, but that's the only change I notice that i did. If it's giving a blank page (in IE) it would be that issue because it's trying to "redeclare" a variable I think and I've had that cause blank pages with my own mods also. Report
June 18, 200818 yr Author comment_10084 whats the function name in the cache?? membermap2_2_# or membermap2_# Report
June 18, 200818 yr Author comment_10089 wierd, then u must have changed a lot, their mods are designed for mysql 4 Report
June 19, 200818 yr comment_10090 They're designed for it, but that is one that works on mysql 4 and mysql 5. I seriously didn't change anything other than take out the one line in the source file. In that skin file you're supposed to put the skin number in it. I assume you did that though. Maybe they changed something where you downloaded it or somehow have an older copy? I don't know. Did you ever have it installed before? If not, maybe the installer is what's not working? A lot of installers stopped working for IPB 2.2 and 2.3. Report
June 19, 200818 yr Author comment_10091 i had to manually add the sql queries.... and yeah i think the skins is old coz although it listed as 2.3, the skins says 2.0A where s the new skin?? i downloaded from their site did u use the standalone since yours is quite different also the p_function.php has 2.0A as the version whilst everything else if listes as 2.3 Report
June 19, 200818 yr Author comment_10092 hmm LOL <?php is that required for php5 and NOT 4? is the menu link auto or a manual one? Edited June 19, 200818 yr by chaz Report
June 19, 200818 yr comment_10093 The menu link I have? That is manual The <?php would need to be in either. Hmm how does mine look different? The map itself does? Maybe they added new maps since when I first started using it. The one I am using is the integrated one, not a standalone. Report
June 19, 200818 yr Author comment_10094 nah yours started default with online pins and mine starts at groups , no biggie Report
June 19, 200818 yr comment_10095 They should make it where you can click a link from the member menus in topics (username) and it links to some zoomed in image of where that member lives. It would be kind of complicated though and also they don't seem to update their mods anymore last time I checked. With the other member map modification (dean's, I think) it would be easy I bet because that one used google maps but I just liked this better. Report
Create an account or sign in to comment