• » webSPELL.org - Free Content Management System
  • Language switch: English German
  • login



    » lost password?   » register now
  • About webSPELL

    webSPELL is a free Content Management System which was especially developed for the needs of esport related communities. Since a short while we are also offering an optimized and enhanced webSPELL version for the special requirements of non-profit organisations. The purpose of both systems is to offer a professional and free opportunity to create and administrate your own website in an easy and optimized way.

    » Learn more about webSPELL     » Download webSPELL now!
  • Advertisement

    Follow us

  • Sort:      «  1 2 3 4 5 6 ...  » printview
    Author
    Message
    webSPELL newbie
    1 Posts
    09.09.2011, 15:52 email offline quote 

    Hi!

    Weiß einer wie man am schnellsten bei Topmatch die SrcTV/HLTV Funktion deaktivieren kann? Da wir ein Xbox 360 clan sind haben wir dafür leider kein gebrauch

    mfg
    webSPELL friend
    825 Posts
    07.09.2011, 18:01 offline quote 

    verstehe dein Problem leider nicht ganz. Vll kannst du dein Pagelink hier mal posten.

    Du fügst ein Event hinzu und was passiert dann genau?

    Die variable "$upurl" wird nie in der php Datei benutzt, daher wird dein link auch nie gehen.
    Das selbe gilt für "$upsquad"
    webSPELL newbie
    30 Posts
    07.09.2011, 16:29 email offline quote 

    Hi Leute,

    habe ein kleines problem mit dem top-match addon...

    ich habe einen clanwar im kalender eingetrage, der wurde auch perfekt als topmatch übernommen.
    AUch soweit war alles in ordnung.

    Jetzt läuft es aber folgendermaßen...

    wenn ich ein termin(kein upcomingclanwar, sondern standardtermin) im kalender hinzufüge, dann komme ich bei drücken auf "A vs. B" oder "Details" immer auf den neu eingestellten "nicht clanwar".

    woran kann das liegen?
    habe die anzeige ein wenig abgespeckt.
    hier mein code:

    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    10.
    11.
    12.
    13.
    14.
    15.
    16.
    17.
    18.
    19.
    20.
    21.
    22.
    23.
    24.
    25.
    26.
    27.
    28.
    29.
    30.
    31.
    32.
    33.
    34.
    35.
    36.
    37.
    38.
    39.
    40.
    41.
    42.
    43.
    44.
    45.
    46.
    47.
    48.
    49.
    50.
    51.
    52.
    53.
    54.
    55.
    56.
    57.
    58.
    59.
    60.
    61.
    62.
    63.
    64.
    65.
    66.
    67.
    68.
    69.
    70.
    71.
    72.
    73.
    74.
    75.
    76.
    77.
    78.
    79.
    80.
    81.
    82.
    83.
    84.
    85.
    86.
    87.
    88.
    89.
    90.
    91.
    92.
    93.
    94.
    95.
    96.
    97.
    98.
    <?php
    /*
     ########################################################################
    #                                                                        #
    #           Version 4       /                        /   /               #
    #          -----------__---/__---__------__----__---/---/-               #
    #           | /| /  /___) /   ) (_ `   /   ) /___) /   /                 #
    #          _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___               #
    #                       Free Content / Management System                 #
    #                                   /                                    #
    #                                                                        #
    #                                                                        #
    #   Copyright 2005-2011 by webspell.org                                  #
    #                                                                        #
    #   visit webSPELL.org, webspell.info to get webSPELL for free           #
    #   - Script runs under the GNU GENERAL PUBLIC LICENSE                   #
    #   - It's NOT allowed to remove this copyright-tag                      #
    #   -- http://www.fsf.org/licensing/licenses/gpl.html                    #
    #                                                                        #
    #   Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at),   #
    #   Far Development by Development Team - webspell.org                   #
    #                                                                        #
    #   visit webspell.org                                                   #
    #                                                                        #
     ########################################################################
    */

    $slider = 1; // 0 = slider disable, 1 = slider activ

    if (isset($site)) $_language->read_module('sc_topmatch');
    $now=time();
    $limit = "LIMIT 0,1";
    if($slider=="1") {
         $limit = "";
         echo'<script type="text/javascript" src="js/contentslider.js">
              /***********************************************
              * Featured Content Slider- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
              * This notice MUST stay intact for legal use
              * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
              ***********************************************/
              
              </script>
              <div id="slider1" class="sliderwrapper">';
    }
    $ergebnis=safe_query("SELECT * FROM ".PREFIX."topmatch WHERE date>= $now AND displayed='1' ORDER BY date ".$limit);
    while($ds=mysql_fetch_array($ergebnis)) {
     $date=date("d.m.Y", $ds['date']);
         $time=date("H:i", $ds['date']);
         
         $matchlink=str_replace("&", "&amp;", str_replace("&amp;", "&", $ds['matchlink']));
         $league=$ds['league'];
         $maps=$ds['maps'];
         $server=$ds['server'];
         if(file_exists('images/games/'.$ds['game'].'.gif')) $game_ico = 'images/games/'.$ds['game'].'.gif';
         $game='<img src="'.$game_ico.'" width="13" height="13" border="0" alt="" />';
         
         $logo1=$ds['logo1'];
         $country1=$ds['country1'];
         $team1=$ds['team1'];
         $url1=$ds['homepage1'];

         $logo2=$ds['logo2'];
         $country2=$ds['country2'];
         $team2=$ds['team2'];
         $url2=$ds['homepage2'];
         $report=$ds['report'];
         
         if($slider=="1") echo'<div class="contentdiv">';
         
         eval ("\$sc_topmatch = \"".gettemplate("sc_topmatch")."\";");
         echo $sc_topmatch;
         
          if($slider=="1") echo'</div>';
    }
    if($slider=="1") {
         echo'</div>';

         eval ("\$sc_topmatch_foot = \"".gettemplate("sc_topmatch_foot")."\";");
         echo $sc_topmatch_foot;

         echo'
         <script type="text/javascript">
         featuredcontentslider.init({
              id: "slider1",  //id of main slider DIV
              contentsource: ["inline", ""],  //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
              toc: "#increment",  //Valid values: "#increment", "markup", ["label1", "label2", etc]
              nextprev: ["Previous", "Next"],  //labels for "prev" and "next" links. Set to "" to hide.
              revealtype: "click", //Behavior of pagination links to reveal the slides: "click" or "mouseover"
              enablefade: [true, 0.2],  //[true/false, fadedegree]
              autorotate: [false, 3000],  //[true/false, pausetime]
              onChange: function(previndex, curindex){  //event handler fired whenever script changes slide
                   //previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
                   //curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
              }
         })
         </script>';
    }
    ?>



    und meine sc_topmatch

    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    10.
    11.
    12.
    13.
    14.
    15.
    16.
    17.
    18.
    19.
    20.
    21.
    22.
    23.
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td align="center"><a href="$upurl#event">$upsquad vs. $team2</a></td>
    </tr>
    <tr>
    <td align="center" colspan="3" style="padding-left:5px;">$date - $time </td>
    </tr>
    <tr>
    <td align="center" colspan="3" style="padding-left:5px;">Spielort: $league</td>
    </tr>
    <tr>
    <td colspan="3" style="padding-left:5px;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td align="center" valign="top"><a href="$upurl#event">Details</a> </td>
        <td></td>
      </tr>
    </table></td>
    </tr>
    <tr>
    <td>
    </td>
    </tr>
    </table>


    schonmal danke im voraus

    mfg
    christian
    webSPELL friend
    825 Posts
    23.03.2011, 17:34 offline quote 

    serz,

    da dein Zeug ja nichts mit dem Topmatch Addon zu tun hat, sehe ich hier keinen zwang es dir anzupassen. Wenn du dich mit PHP nicht auskennst, musst du dir jemand suchen, der dir das teil Speziell anpasst, da sowas wirklich nicht zu Topmatch gehört.

    Du kannst dir das ganz einfach anpassen, indem du die abfrage vor dem save raushaust. Welche Zeile genau, weiß ich jetzt nicht.

    by
    eXor
    webSPELL newbie
    14 Posts
    23.03.2011, 14:53 email offline quote 

    Hi,
    saubere Arbeit eXor !!

    ich wollte mal fragen ob es irgendwie möglich ist in deinem Addon im Adminberreich es so zu ändern, dass es nicht zwingend ist Team 1 und Team 2 ausfüllen zu müssen. Ich weiß, dass sich das nicht sinnvoll anhört, aber ich habe mit dem script was vor und möchte es als vorlage für ein video of the day addon benutzen. sprich: ich gebe im datum für jeden tag ein video ein welches dann bis zur ablaufzeit zu sehen ist und dannach direkt das nächste video gezeigt wird. das ganze will ich im adminmenü verwalten. ich benutze einfach die variable maps für den link und verwende in der sc_topmatch einfach den u tube code mit der variable drinn.
    webSPELL newbie
    41 Posts
    11.03.2011, 18:07 email offline quote 

    Perfekt klappt alles einwandfrei zwinkern

    Vielen Dank nochmal !!!
    webSPELL friend
    825 Posts
    11.03.2011, 11:19 offline quote 

    TopMatch Addon v1.2

    Was wurde verändert:
    - Übergabe ins Clanwar geht nur mehr mit dem "add to Clanwars", übernimmt jedoch alles, was eingegeben wurde
    - Kalenderansicht wurde erweitert
    - Im Admincenter unter Topmatch wurde das Datum so eingestellt, dass es automatisch vom aktuellen Jahr weitere 3 Jahre hinzufügt und Standardmäßig ist das Aktuelle Datum.
    - Next + Preview wurden in eine Externe Template datei gebracht.
    - Report/Berichtfenster Fenster wurde hinzugefügt
    - PHP Notizen entfernt

    Downloadlink: Klick hier!
    webSPELL friend
    825 Posts
    10.03.2011, 16:34 offline quote 

    melde dich mal wenn du da bist, dann kannst das Teil Testen.
    webSPELL newbie
    41 Posts
    09.03.2011, 18:07 email offline quote 

    Servus, na Fasching gut überstanden ?!
    Hoffe hast nich zu tief ins Glas geschaut und bist nackt in der U-bahn aufgewacht. LOL

    Spass bei Seite zwinkern
    wollte nur mal nachhaken ob es schon einen fortschritt gibt, bzw ob Du schon eine ungefähre vorstellung hast wann wir mit dem nächsten release rechnen können.
    webSPELL newbie
    41 Posts
    01.03.2011, 22:05 email offline quote 

    opteria wrote:

    aber du machst eine sehr gute arbeit exor =)


    Dem kann ich nur zustimmen zwinkern

    Freue mich schon auf das endprodukt, biete mich auch gerne als Tester an bevor Du das nächste Release zum download frigibst zwinkern

    ICQ 61640670 falls interesse besteht ^^
    Sort:      «  1 2 3 4 5 6 ...  » printview


    To start or to reply to a topic you have to be registered and logged in!

    register now
    login
  • » Support

    » Topics
    19.06.2013 - 02:59 - 10 Replies
    » [SELL] Gaming Website - E...
    [SELL] Gaming Website - EXCLUSIVE WEBSITE
    Last post: hornyst
    Board: EN - Offers
    19.06.2013 - 02:59
    18.06.2013 - 23:10 - 1 Replies
    » [S] Aufträge Web- und Pri...
    [S] Aufträge Web- und Printdesign
    Last post: neiD-
    Board: DE - Suche
    18.06.2013 - 23:10
    18.06.2013 - 12:30 - 9 Replies
    » Querry Failed Error no 10...
    Querry Failed Error no 1054
    Last post: LoRd
    Board: EN - Technical support
    18.06.2013 - 12:30
    18.06.2013 - 09:43 - 13 Replies
    » webSPELL Bootstrap (respo...
    webSPELL Bootstrap (responsible)
    Last post: sKy-e.belst
    Board: EN - General
    18.06.2013 - 09:43
    18.06.2013 - 01:11 - 1 Replies
    » how can i transform back ...
    how can i transform back to old my website ?
    Last post: Schalla
    Board: EN - Technical support
    18.06.2013 - 01:11
    17.06.2013 - 20:50 - 3 Replies
    » Suche Coder !
    Suche Coder !
    Last post: naki
    Board: DE - Suche
    17.06.2013 - 20:50
    17.06.2013 - 12:48 - 0 Replies
    » [4SALE] Custom team websi...
    [4SALE] Custom team website
    Last post: element-
    Board: EN - Offers
    17.06.2013 - 12:48
    16.06.2013 - 21:21 - 3 Replies
    » update webspell problem
    update webspell problem
    Last post: RUSSHEL
    Board: EN - General support
    16.06.2013 - 21:21
    16.06.2013 - 20:42 - 0 Replies
    » "Make sure you have cooki...
    "Make sure you have cookies enabled" During Login
    Last post: Sasquatch
    Board: EN - General support
    16.06.2013 - 20:42
    16.06.2013 - 16:22 - 8 Replies
    » Farbe von "Dein Profil wu...
    Farbe von "Dein Profil wurde aktualisiert. Du wirst weitergeleitet" ändern!
    Last post: Cali-go
    Board: DE - Allgemeiner Support
    16.06.2013 - 16:22
    16.06.2013 - 16:19 - 2 Replies
    » Sehr erfahrener Programmi...
    Sehr erfahrener Programmierer gesucht (Community,Clanpage)
    Last post: StufF
    Board: DE - Suche
    16.06.2013 - 16:19
    15.06.2013 - 22:39 - 0 Replies
    » portfolio/agency for sale
    portfolio/agency for sale
    Last post: Thoomii
    Board: DE - Biete
    15.06.2013 - 22:39
    15.06.2013 - 16:39 - 2 Replies
    » [4SALE] eSport Design/Tem...
    [4SALE] eSport Design/Template
    Last post: LeG3nDz
    Board: EN - Offers
    15.06.2013 - 16:39
    15.06.2013 - 10:35 - 12 Replies
    » externe Festplatte spinnt
    externe Festplatte spinnt
    Last post: plenergy
    Board: DE - Internet
    15.06.2013 - 10:35
    14.06.2013 - 20:53 - 11 Replies
    » Webspell ver 1070 EN
    Webspell ver 1070 EN
    Last post: TyRRRax
    Board: EN - General support
    14.06.2013 - 20:53
    14.06.2013 - 19:03 - 4 Replies
    » Kostenlose Clanmappen!
    Kostenlose Clanmappen!
    Last post: unikat
    Board: DE - Biete
    14.06.2013 - 19:03
    14.06.2013 - 15:22 - 6 Replies
    » Userpic & Avatar
    Userpic & Avatar
    Last post: Tuxx
    Board: DE - Technischer Support
    14.06.2013 - 15:22
    14.06.2013 - 14:31 - 5 Replies
    » [B] Meine Dienste als Des...
    [B] Meine Dienste als Designer
    Last post: Kenny2601
    Board: DE - Biete
    14.06.2013 - 14:31
    14.06.2013 - 00:52 - 3 Replies
    » News Fail can´t publish
    News Fail can´t publish
    Last post: bazic
    Board: DE - Allgemeiner Support
    14.06.2013 - 00:52
    13.06.2013 - 13:59 - 2 Replies
    » [V] Design + Anpassung
    [V] Design + Anpassung
    Last post: e9li
    Board: DE - Biete
    13.06.2013 - 13:59
    » Partners
    Bilderkiste.org Image Hosting
    k3rmit.org
    PascalMh.de


    » Blog
    28.03.2013 - derchris
    » Those damn spammers