PDA

View Full Version : VBGooglemapME Postbit Conditional


glorify
09-03-2006, 10:00 PM
Obviously this is an add on for VBGooglemapME (https://vborg.vbsupport.ru/showthread.php?t=99920)

Had a nice little hack that would have been buried in the 100 post release thread, so anyway, here's my contribution. (Works on 3.5.x and 3.6.x)

I wanted to have a link in the postbit to each members map. I also wanted it only to show up if a user had a pin stuck.

So I did. And it worked. Then I took it a step further.

If a member has a pin stuck in the map, his location is linked to the map and the default vb location is replaced with the link.

If a member does not have a pin stuck, the default vb Location is left untouched.

If nothing is filled out--nothing shows.

See screens. They all came from the same thread at the same time. (Demo (http://www.glorifythepast.com/forums/san-diego-chargers-tickets-memorabilia/12285-my-ticket-any-good.html))

VERY simple template edit. In postbit, find
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>

Replace with
<if condition="$post[findme]"><div class="smallfont">$post[findme]</div>
<else />
<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div>
</if>
</if>

Done :)
Enjoy

glorify
09-04-2006, 03:04 PM
Please click Install and rate it if ya like and are using :)

Ski-Whiz
09-04-2006, 08:55 PM
I'll give this a shot..

Thanks Glorify!

glorify
09-04-2006, 10:46 PM
Thanks. Hope ya like it :)

Ziki
09-05-2006, 11:10 AM
Wrong forum but a nice tweak!

glorify
09-05-2006, 01:48 PM
Thanks :)

glorify
09-07-2006, 02:22 AM
field 2 is the default vb profile field #2 (Location)

$post[findme] was defined in the original ME version of the hack :)

glorify
01-20-2007, 07:30 PM
Works in 3.6.4 as well :)

bulbasnore
04-29-2007, 04:20 AM
Glorify, nice job!

We axed our location field display, it was just used for silliness, so I'm just using this:
<if condition="$post[findme]"><div class="smallfont">$post[findme]</div>
</if>

I translated the phrase "My location" to "MAP" and its working great.


Any thought on how to make the members 'pin' show and provide the link via that grapic, instead of the phrase?