• » 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  » printview


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

    register now
    login
    Author
    Message
    webSPELL user
    126 Posts
    04.05.2011, 17:17 email offline quote 

    Ignore - sorted lächeln
    webSPELL friend
    562 Posts
    07.02.2011, 23:39 email offline quote 

    i need your help guys lächeln
    i wanna make breadcrumb with css effect
    but i got a problem unglücklich i cant understand where must start <ul> and where end`s...

    Code:
    1.
    2.
    3.
    4.
    5.
    6.
        <ul id="breadcrumb">
            <li><a href="#" title="Home"><img src="home.png" alt="Home" class="home" /></a></li>
            <li><a href="#" title="Sample page 1">Sample page 1</a></li>
            <li><a href="#" title="Sample page 2">Sample page 2</a></li>
            <li><a href="#" title="Sample page 3">Sample page 3</a></li>
        </ul>



    i think i must edit some of this one...

    Code:
    1.
    2.
    3.
    4.
    5.
    function breadcrumb($content){
         $breadcrumb = '<a href="index.php">'.$GLOBALS['hp_title'].'</a>';
         foreach($content AS $entry){
              $breadcrumb .= '&nbsp; &raquo; &nbsp;<a href="'.$entry['link'].'">'.$entry['text'].'</a>';
         }




    EDIT:

    i think maby this gonna work/ amüsiert

    in index.php
    <ul id="breadcrumb">
    <?php if(defined('BREADCRUMB')) echo BREADCRUMB; ?>
    </ul>

    and

    Code:
    1.
    2.
    3.
    4.
    5.
    function breadcrumb($content){
         $breadcrumb = '<li><a href="index.php">'.$GLOBALS['hp_title'].'</a></li>';
         foreach($content AS $entry){
              $breadcrumb .= '<li><a href="'.$entry['link'].'">'.$entry['text'].'</a></li>';
         }

    Some of my works: http://chubiic.deviantart.com

    Twitter: @JKWebmedia
    Skype: wantedjk
    Mail:chubiic2@gmail.com
    ICQ: 637473757
    MSN: wantedjk@hotmail.com
    webSPELL newbie
    27 Posts
    25.08.2010, 12:14 offline quote 

    I dont know why I even bother asking for support from this site tbh, I either get ignored or told to learn php.

    *deletes account*
    webSPELL newbie
    27 Posts
    23.08.2010, 15:13 offline quote 

    Trying to create a case for movies addon mod, would appreciate some help...

    Code:
    1.
    2.
    3.
    4.
    5.
    6.
    7.
    8.
    9.
    10.
    11.
    12.
    13.
    14.
    15.
         case 'movies':
              if(isset($_GET['movcatID'])) $movcatID = (int)$_GET['movcatID'];
              else $movcatID = '';
              if($action=="category&movcatID") {
                   $get=mysql_fetch_array(safe_query("SELECT name FROM `".PREFIX."movies` WHERE movcatID='$movcatID'"));
                   define('PAGETITLE', settitle('movcatID'));
                   $breadcrumb = array(array('catlink' => 'index.php?site=movies', 'cattext' => 'Videos', 'link' => 'index.php?site=movies&action=category&movcatID='.$movcatID, 'text' => $get['movcatID']));
                   breadcrumb($breadcrumb);
              }
              else {
                   define('PAGETITLE', settitle('movies'));
                   $breadcrumb = array(array('catlink' => 'index.php?site=movies', 'cattext' => 'Videos', 'link' => 'index.php?site=movies', 'text' => 'All videos'));
                   breadcrumb($breadcrumb);
              }
              break;


    Trying to have the category displayed in the breadcrumb, heres the result for cat view:

    http://www.clanrv.worl...n=category&movcatID=1

    And result for 'all videos':

    http://www.clanrv.worl...com/index.php?site=movies

    As you can see, both are showing as 'all videos'.

    Thanks for your time.
    webSPELL newbie
    27 Posts
    04.08.2010, 16:12 offline quote 

    Great little mod, thanks for sharing lächeln
    webSPELL god
    Member of webSPELL e.V.
    7824 Posts
    09.03.2010, 23:31 email offline quote 

    »Renegade« wrote:

    Nice Nice

    thnx lächeln

    »Renegade« wrote:

    A tutorial on installing additional modules would certainly not bad

    just have a look at one of the simple cases in src/seo.php , should be pretty self explaining.
    webSPELL friend
    674 Posts
    08.03.2010, 10:57 email offline quote 

    warcry wrote:

    Does Google recognize it as breadcrumb? I have seen that Google does not recognize the webSPELL forum breadcrumb which would be neat. But I don't really know what Google needs to recognize it however I think they consider html ids and class attributes.

    I think title="" also.

    www.kode-designs.com
    How much wood would a woodchuck chuck if a woodchuck could chuck wood?
    webSPELL lover
    1201 Posts
    07.03.2010, 23:48 offline quote 

    Nice Nice

    A tutorial on installing additional modules would certainly not bad
    Moderator
    Member of webSPELL e.V.
    1014 Posts
    07.03.2010, 23:17 email offline quote 

    Does Google recognize it as breadcrumb? I have seen that Google does not recognize the webSPELL forum breadcrumb which would be neat. But I don't really know what Google needs to recognize it however I think they consider html ids and class attributes.
    webSPELL friend
    674 Posts
    07.03.2010, 17:18 email offline quote 

    cool mod, nice work k3rmit

    www.kode-designs.com
    How much wood would a woodchuck chuck if a woodchuck could chuck wood?
    Sort:      1 2  » printview


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

    register now
    login
  • » Support

    » Topics
    25.05.2013 - 22:57 - 470 Replies
    » Wettscript 2.1 for 4.2.3a...
    Wettscript 2.1 for 4.2.3a - Betscript
    Last post: Amokossi
    Board: DE - Fertige Skripte
    25.05.2013 - 22:57
    25.05.2013 - 22:46 - 0 Replies
    » Clanwar News!
    Clanwar News!
    Last post: Maverico
    Board: DE - Anfragen
    25.05.2013 - 22:46
    25.05.2013 - 19:01 - 1 Replies
    » Error 1146
    Error 1146
    Last post: Argu
    Board: EN - Technical support
    25.05.2013 - 19:01
    25.05.2013 - 17:51 - 0 Replies
    » Gewinnspiel
    Gewinnspiel
    Last post: Dynamic-Webmedia
    Board: DE - Aus aller Welt
    25.05.2013 - 17:51
    25.05.2013 - 12:35 - 1 Replies
    » Need coder for a design!
    Need coder for a design!
    Last post: wantedJK-
    Board: EN - General
    25.05.2013 - 12:35
    25.05.2013 - 03:18 - 0 Replies
    » ScooterFreakz.com - Motor...
    ScooterFreakz.com - Motorroller Community
    Last post: Tuner77
    Board: DE - Showroom
    25.05.2013 - 03:18
    25.05.2013 - 00:46 - 8 Replies
    » Ändern der Größe php
    Ändern der Größe php
    Last post: andy5116
    Board: DE - Allgemeiner Support
    25.05.2013 - 00:46
    24.05.2013 - 23:39 - 33 Replies
    » [B]Userrank Addon
    [B]Userrank Addon
    Last post: Swordfish3000
    Board: DE - Erweiterungen
    24.05.2013 - 23:39
    24.05.2013 - 15:12 - 19 Replies
    » forum anzeige erweitern
    forum anzeige erweitern
    Last post: Swordfish3000
    Board: DE - Allgemeiner Support
    24.05.2013 - 15:12
    24.05.2013 - 12:03 - 1 Replies
    » Verkaufe prof. Clandesign
    Verkaufe prof. Clandesign
    Last post: Vith3r
    Board: DE - Biete
    24.05.2013 - 12:03
    24.05.2013 - 12:02 - 6 Replies
    » [S] Team/Clan Logos (Upda...
    [S] Team/Clan Logos (Update: 2 new Logos)
    Last post: a--w
    Board: EN - Offers
    24.05.2013 - 12:02
    24.05.2013 - 02:41 - 17 Replies
    » High Quality Website
    High Quality Website
    Last post: Dansjostedt
    Board: EN - Offers
    24.05.2013 - 02:41
    24.05.2013 - 02:24 - 5 Replies
    » [SELL] Gaming Website
    [SELL] Gaming Website
    Last post: hornyst
    Board: EN - Offers
    24.05.2013 - 02:24
    23.05.2013 - 22:37 - 2 Replies
    » Bilder Breite im Forum an...
    Bilder Breite im Forum anpassen
    Last post: nappel.ger
    Board: DE - Vorschläge
    23.05.2013 - 22:37
    23.05.2013 - 15:35 - 6 Replies
    » I cannot upload template ...
    I cannot upload template to my cms .
    Last post: bazic
    Board: EN - General
    23.05.2013 - 15:35
    23.05.2013 - 14:50 - 3 Replies
    » Kalendar-Box
    Kalendar-Box
    Last post: kassor
    Board: DE - Anfragen
    23.05.2013 - 14:50
    23.05.2013 - 10:14 - 12 Replies
    » Mein Forum
    Mein Forum
    Last post: Lordy4007
    Board: DE - Fragen zur Seite
    23.05.2013 - 10:14
    22.05.2013 - 23:06 - 9 Replies
    » When the update?
    When the update?
    Last post: kola60
    Board: EN - General
    22.05.2013 - 23:06
    22.05.2013 - 22:21 - 2 Replies
    » Website For SALE! CODED
    Website For SALE! CODED
    Last post: Osamakillz
    Board: EN - General
    22.05.2013 - 22:21
    22.05.2013 - 21:43 - 3 Replies
    » Slider Links Bitte um Hil...
    Slider Links Bitte um Hilfe
    Last post: bazic
    Board: DE - Allgemein
    22.05.2013 - 21:43
    » Partners
    Bilderkiste.org Image Hosting
    k3rmit.org
    PascalMh.de


    » Blog
    28.03.2013 - derchris
    » Those damn spammers