• » 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
    561 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
    18.05.2013 - 03:33 - 4 Replies
    » [SELL] Gaming Website
    [SELL] Gaming Website
    Last post: hornyst
    Board: EN - Offers
    18.05.2013 - 03:33
    18.05.2013 - 01:27 - 1 Replies
    » benötige hilfe bei paar k...
    benötige hilfe bei paar kleinigkeiten
    Last post: immostar
    Board: DE - Technischer Support
    18.05.2013 - 01:27
    18.05.2013 - 00:32 - 6 Replies
    » Hide BBCODE Echo
    Hide BBCODE Echo
    Last post: dado2106
    Board: EN - Technical support
    18.05.2013 - 00:32
    17.05.2013 - 23:08 - 31 Replies
    » Exklusiv Webseite zur Mie...
    Exklusiv Webseite zur Miete
    Last post: Dynamic-Webmedia
    Board: DE - Biete
    17.05.2013 - 23:08
    17.05.2013 - 21:42 - 0 Replies
    » website help
    website help
    Last post: envy0024
    Board: EN - Technical support
    17.05.2013 - 21:42
    17.05.2013 - 21:03 - 1 Replies
    » Need Coder!
    Need Coder!
    Last post: iG.ShAdOw
    Board: EN - Requests
    17.05.2013 - 21:03
    17.05.2013 - 20:44 - 9 Replies
    » Query failed!
    Query failed!
    Last post: LoRd
    Board: DE - Allgemeiner Support
    17.05.2013 - 20:44
    17.05.2013 - 18:08 - 0 Replies
    » [4 SALE] Layouts (Gaming,...
    [4 SALE] Layouts (Gaming, Portfolio and more)
    Last post: Freestyler92
    Board: EN - Offers
    17.05.2013 - 18:08
    17.05.2013 - 18:06 - 0 Replies
    » Design Ausverkauf - alles...
    Design Ausverkauf - alles unter 70€
    Last post: Freestyler92
    Board: DE - Biete
    17.05.2013 - 18:06
    17.05.2013 - 10:56 - 6 Replies
    » [Biete] Template Designs
    [Biete] Template Designs
    Last post: Marceld
    Board: DE - Biete
    17.05.2013 - 10:56
    17.05.2013 - 10:41 - 7 Replies
    » register captcha
    register captcha
    Last post: nappel.ger
    Board: DE - Allgemeiner Support
    17.05.2013 - 10:41
    17.05.2013 - 09:56 - 3 Replies
    » Suche Designer GGL:Geld
    Suche Designer GGL:Geld
    Last post: Freestyler92
    Board: DE - Suche
    17.05.2013 - 09:56
    17.05.2013 - 00:13 - 0 Replies
    » News
    News
    Last post: dado2106
    Board: EN - Modifications
    17.05.2013 - 00:13
    16.05.2013 - 15:04 - 2 Replies
    » [V] mehrere Webspell Temp...
    [V] mehrere Webspell Templates und Designs
    Last post: Dynamic-Webmedia
    Board: DE - Biete
    16.05.2013 - 15:04
    16.05.2013 - 13:09 - 2 Replies
    » Content laden
    Content laden
    Last post: Helgon
    Board: DE - Anfragen
    16.05.2013 - 13:09
    16.05.2013 - 13:07 - 18 Replies
    » [B] Web, Print und Logode...
    [B] Web, Print und Logodesign
    Last post: Helgon
    Board: DE - Suche
    16.05.2013 - 13:07
    15.05.2013 - 22:50 - 2 Replies
    » Query failed: errorno=105...
    Query failed: errorno=1054
    Last post: Tw0Player
    Board: DE - Technischer Support
    15.05.2013 - 22:50
    15.05.2013 - 18:59 - 5 Replies
    » [S] Team/Clan Logos (Upda...
    [S] Team/Clan Logos (Update: 2 new Logos)
    Last post: neiD-
    Board: EN - Offers
    15.05.2013 - 18:59
    15.05.2013 - 03:17 - 2 Replies
    » After getting permissions...
    After getting permissions right I can't install
    Last post: VicenteVega
    Board: EN - General support
    15.05.2013 - 03:17
    15.05.2013 - 00:05 - 1 Replies
    » Programmierer gesucht (We...
    Programmierer gesucht (Webspell)
    Last post: Mr.Smithers-91
    Board: DE - Suche
    15.05.2013 - 00:05
    » Partners
    Bilderkiste.org Image Hosting
    k3rmit.org
    PascalMh.de


    » Blog
    28.03.2013 - derchris
    » Those damn spammers