Ok, well for now I've put display:none in the css for each instance where it shows. With the option in the controller commented out. I feel I shouldn't be touching controllers but hey.
Right, ok. Though removing server software seems a rather odd way off turning off a feature. I'm pretty sure I'll be needing gd for other purposes elsewhere.
Thanks anyway.
Hi, sorry probably didn't make myself clear - I have gd installed fine and avatars works fine - I actually want to turn them off and not have them as a feature.
Hi judgej,
I gave up developing this any further quite some time ago. For each fix I did it felt like I got 2 more fix requests and a few complaints. I don't know how Mark keeps his head up doing open source for Vanilla on such a scale. Ultimatel…
Not quite clear what's happening Zed, can you explain a little clearer please? First thoughts is temporarily set your themes and styles back to the default vanilla ones, see if that makes any difference, also what other add-ons are you running? Ofte…
I'll look into it. I usually find a refresh shows the tab, are you use page manager? if so you'll need to add a tab manually via that. Anything to report back asides from that?
Here's the next version then.
In 0.5 the updates are:
- Fixed bug in RoleID reference - hopefully ironing out a bunch of errors.
- Added standard vanilla database table prefix
- Now works with the FriendlyURLs plug-in
- Click on a cate…
I might come back and take another look at this c.February. I realise its not a perfect implementation but I put it out to the community hoping for someone to help develop it. Seems its just annoyed people when it hasn't work first time. I'll start …
mvhaen,
As far as i can see, the updates required are:
1) Friendly URL adaptation
2) Proper SQL_Builder integration
These two things would probably fix most issues and the Role ID issue some are having. I'm reticient to roll back the Role …
Hi Skube, I noticed the (non)escape the other day on one of mine, I think you'll find that's due to an older entry made prior to 0.4 - let me know if not but mine are escaping correctly (it may be my tests are on a version slightly higher that 0.4 b…
Paul, that's a great piece of detective work! Apologies for my absence, I've been many miles from a computer on a sandy beach on the Med, coding has wonderfully taken a considerable back seat for a bit. As for your caveat Paul, it applies to me also…
Hi circuit, all add points 1 & 3. Unfortunately point 2 is a long running mystery. I can't replicate this error, some users have suggested migrating forums might be a common cause of issue here, we're starting to suspect its vanilla setups that …
Hi Skube, I don't think it's a case of it working with people who had previously installed versions. I just ripped my test one completely out and whacked it back in and all fine. This error to seems to be around where I push the current users RoleID…
Skube, the settings are stored in vanilla's conf/settings.php file. so you should see a bunch of entries like "$Configuration['GOOGLEMAPDIRECTORY_TABNAME'] = "GoogleMapDirectory" and so on.
I've asked on these forums a few times if there's a forma…
If you started on version 0.4 then I wouldn't bother with the uninstall etc as its merely some issues for some when upgrading. I can see your error mvhaen happening with kifo's link too. So there is a common blip here, but I'll be damned if I can se…
Hi Skube/Mvhaen,
Without examples to look at myself the only explanation I can find for these messages would be cache of js script files so the server side and client side data is out of sync. A few have posted your problem mvhaen, and it suggest…
Hmm, I'm unable to replicate this error Kifo/jdemaria. If either of you could supply me with a link I'll have a sniff around and see what I can deduce from your errors. I still feel like this could be cached javascript or something similar as it sou…
Hi All,
- 128 -
Sounds like you should try and sort out your vanilla in general before trouble shooting the extensions. I did say to back up the table first...! To explain, I've tried to incorporate an upgrade path now while aligning the naming st…
OK quite a few changes in this version. I've tried to include a smoother upgrade path so existing data doesn't get trashed, may be worth backing up that table somewhere first though. As there's now a new field in "LastEditedByID" I've passed over t…
Hi GMonkey, yeah this is what i was banging on about when I said a 'half-assed' attempt at delete's. New version has a setting on the admin side to determine whether all users can delete, or just creators or just admin. i've been offline for a bit b…
cool. thought it was somewhere around there. So we need to request/suggest that the MemberGoogleMap only calls the google script if its their extension, not just call it on the extension.php page regardless. Well if someone gives me the nod when tha…
Nice idea. Although at present the Member Google Map apparently breaks this extension, if we get that ironed out at some point then it could be a possible option.
Yeah that was for where the extension started, a Stroud Green local forum. I've been turning the function on and off while playing with VML stuff. I meant to leave it in if other people wanted to use it, but just comment out. Must have forgotten to …
aha. Thanks jimw, I'll take a look at that, i must be clashing with something. Seems to be which version of googlemaps is called, can't see why that'd clash, MemberGoogleMap guys, any ideas? Might be some other caching issues, I know Explorer does s…
Yeah ok, so we add four exta fields to the settings page, if they're empty then no restrictions if they aren't then process a "boundaryLimits" function at form submission? I'm happy for that to be added, buro9. I'm working on version 0.4 which incor…