[TYPO3-german] jfmulticontent: problem mit googlemaps

Jürgen Furrer juergen.furrer at gmail.com
Tue Mar 22 10:31:51 CET 2011


Hallo Philipp

Im Ordner "typo3conf/ext/jfmulticontent/res" hat es eine Datei
"tx_jfmulticontent_pi1.js"
Die muss man sich in den fileadmin kopieren und anpassen mit dem unteren
Code.

Dann in den Konstanten auf das neue Template verweisen:
plugin.tx_jfmulticontent_pi1.templateFileJS =
fileadmin/tx_jfmulticontent_pi1.js

Dann wird das neue template verwendet

Gruss
Jürgen

2011/3/22 Philipp Holdener <philipp at holdener.ch>

> hallo nochmals
>
>
>
>>> <!-- ###TEMPLATE_TAB_JS### begin -->
>>> jQuery(document).ready(*function*(){
>>> <!-- ###FIX_HREF### -->
>>> jQuery('####KEY### ul li a').each(*function*(id, item){
>>> * **var* temp = item.href.split('#');
>>> * **var* temp_last = temp[temp.length-1];
>>> * **var* search = /^###PREG_QUOTE_KEY###/;
>>> * **if* (search.test(temp[temp.length-1])){
>>> item.href = '#'+temp_last;
>>> }
>>> });
>>> <!-- ###FIX_HREF### -->
>>> jQuery('####KEY###').tabs({
>>> ###OPTIONS###
>>> })###ROTATE###;
>>> * if (location.hash.toLowerCase()) {
>>> jQuery('####KEY###').tabs("select", location.hash.toLowerCase());
>>> jQuery('####KEY###').tabs("rotate", 0);
>>> jQuery('####KEY###').bind("tabsshow", function(event, ui) {
>>> location.hash = ui.tab.hash;
>>> });
>>> }
>>> *
>>> });
>>> <!-- ###TEMPLATE_TAB_JS### end -->
>>>
>>
> Wo genau muss ich das einfügen? In ein eigenes .js?
> Sorry.. bin leider nur Designer.. kein wirklicher programmierer.
>
>
> Gruss
> Philipp
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
>


More information about the TYPO3-german mailing list