09-26-2012, 09:30 AM
10-26-2012, 12:35 PM
I have the same issue as the guy above. Which I'm pretty sure I've narrowed down to an error with XHTML parsing the variable inside the javascript, but still can't get it to work. I've even tried downgrading XThreads to versions from early 2011 and still can't get it to work. Kind of baffles me.
http://validator.w3.org/check?uri=http%3...http://validator.w3.org/check?uri=http%3A%2F%2Fnewellgurus.com%2FForum-Usermap&charset=%28detect+automatically%29&doctype=Inli
newellgurus.com/Forum-Usermap
http://validator.w3.org/check?uri=http%3...http://validator.w3.org/check?uri=http%3A%2F%2Fnewellgurus.com%2FForum-Usermap&charset=%28detect+automatically%29&doctype=Inli
newellgurus.com/Forum-Usermap
10-26-2012, 05:15 PM
Haven't looked into it, but what I see in Firefox 15:
http://i.imgur.com/RAb4A.jpg
http://i.imgur.com/RAb4A.jpg
10-27-2012, 01:10 AM
@ Scott: I don't know about the meister-igi's problem because there is no enough info supplied by him. For your problem, do you mean that the marker isn't displayed on the map? If so, (based on your url), if you have a global announcements or a forum announcements, try creating a blank umap_forumdisplay_threads_sep template in your global template.
10-27-2012, 07:25 AM
It must be a chrome thing, because myself and one other user (both chrome) can't even view the map, white box. I was able to have it properly display in chrome if I manually edited out "<tr>
<td class="trow_sep" colspan="8">Normal Threads</td>
</tr>" from the first element in markers.
I guess chrome is parsing xhtml differently.
<td class="trow_sep" colspan="8">Normal Threads</td>
</tr>" from the first element in markers.
I guess chrome is parsing xhtml differently.
10-28-2012, 01:06 AM
(10-27-2012 07:25 AM)Scott Wrote: [ -> ]I was able to have it properly display in chrome if I manually edited out "<tr>
<td class="trow_sep" colspan="8">Normal Threads</td>
</tr>" from the first element in markers.
That's why I told you this:
(10-27-2012 01:10 AM)RateU Wrote: [ -> ]try creating a blank umap_forumdisplay_threads_sep template in your global template.
10-28-2012, 03:12 AM
(10-28-2012 01:06 AM)RateU Wrote: [ -> ]That's me being stupid and not even checking to see if it fixed it when I added it. Thanks.(10-27-2012 07:25 AM)Scott Wrote: [ -> ]I was able to have it properly display in chrome if I manually edited out "<tr>
<td class="trow_sep" colspan="8">Normal Threads</td>
</tr>" from the first element in markers.
That's why I told you this:
(10-27-2012 01:10 AM)RateU Wrote: [ -> ]try creating a blank umap_forumdisplay_threads_sep template in your global template.
For those looking, if you want to now add mouseover to your pins, you need to edit umap_forum_display_threadlist and put the following code near the other listeners:
Code:
|
Also, for anyone wanting to center around CONUS.. in umap_forumdisplay_threadlist change
Code:
|
to
Code:
|
Then change zoom under initialize to a comfortable value like 4.
Is there anyway to change the actual pin (red pointer) to other icons? If so, it'd be nice to have a pre-built list of icons for my users.
10-28-2012, 10:11 AM
(09-26-2012 09:30 AM)meister-igi Wrote: [ -> ]Problem: see screenshot..
why ?
what can i do?
Go to your "Forum" (where this umap displaying) --> Settings Overrides
klick in to Field and search in Setting "Server and Optimization Options" --> Output template start/end comments? and type "0" for Value --> save Changes.
The following is then displayed
Code:
|
Save your Forum
10-29-2012, 01:59 AM
(10-28-2012 03:12 AM)Scott Wrote: [ -> ]Is there anyway to change the actual pin (red pointer) to other icons? If so, it'd be nice to have a pre-built list of icons for my users.Use icon properties for the marker options.
10-30-2012, 10:32 AM
(10-28-2012 10:11 AM)MrBrechreiz Wrote: [ -> ]sorry aber auf deutsch... ich bekomme es nicht hin(09-26-2012 09:30 AM)meister-igi Wrote: [ -> ]Problem: see screenshot..
why ?
what can i do?
Go to your "Forum" (where this umap displaying) --> Settings Overrides
klick in to Field and search in Setting "Server and Optimization Options" --> Output template start/end comments? and type "0" for Value --> save Changes.
The following is then displayed
Code:
tplhtmlcomments=0
Save your Forum