[Opgelost] Gastenboek en Blue City theme probleem

Nederlandse ondersteuning voor CMS Made Simple

Moderator: velden

Post Reply
Weit

[Opgelost] Gastenboek en Blue City theme probleem

Post by Weit »

Ik ben bezig met een website voor een rolstoelrugby team.

Hierbij maak ik gebruik van een bestaande theme Blue City

Bij het aanmaken van een pagina krijg in de editor de mogelijkheid om ook iets in de sitebar te plaatsen en een inhoud in te geven.

Als ik nu het gastenboek activeer komt dat ook in die sidebar terecht wat natuurlijk niet de bedoeling is.. zie www.quadfighters.nl

Heeft iemand hier ervaring mee hoe dat opgelost kan worden.?

Ik gebruik de laatste versie: CMS Made Simple 1.8.2 "Toliara"
En onderstaande modules:

Captcha 0.4.3
CGExtensions 1.19.5
CMSMailer 2.0
FileManager 1.0.2
Guestbook 1.1.12
LinkMgr 1.5.1
MenuManager 1.6.5
ModuleManager 1.4
News 2.10.6
nuSOAP 1.0.2
Printing 1.1.0
Search 1.6.5
Smileys 0.2.0
ThemeManager 1.1.1
TinyMCE 2.7.3

Hieronder de Blue City sjabloon

Code: Select all

{process_pagedata}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="nl">
{* Change lang="en" to the language of your site *}

{* note: anything inside these are smarty comments, they will not show up in the page source *}

  <head>
    <title>{sitename} - {title}</title>
{* The sitename is changed in Site Admin/Global settings. {title} is the name of each page *}

 {metadata}
{* Don't remove this! Metadata is entered in Site Admin/Global settings. *}
<link rel="shortcut icon" href="/favicon.ico" />
 {stylesheet}
{* This is how all the stylesheets attached to this template are linked to it *}

 {cms_selflink dir="start" rellink=1}
 {cms_selflink dir="prev" rellink=1}
 {cms_selflink dir="next" rellink=1}

 {literal}
<__script__ type="text/JavaScript">
<!--
//pass min and max - measured against window width
function P7_MinMaxW(a,b){
var nw="auto",w=document.documentElement.clientWidth;
if(w>=b){nw=b+"px";}if(w<=a){nw=a+"px";}return nw;
}
//-->
</__script>
    <!--[if lte IE 6]>
    <style type="text/css">
    #pagewrapper {width:expression(P7_MinMaxW(720,950));}
    #container {height: 1%;}
    </style>
    <![endif]-->
    {/literal}

    <!--[if lte IE 6]>
    <__script__ type="text/javascript" src="uploads/BlueCity/CSSMenu.js"></__script>
    <![endif]--> 
{* The above JavaScript is required for CSSMenu to work in IE *}
  </head>
  </__body>
    <div id="pagewrapper">

      <ul class="accessibility">
        <li>{anchor anchor='menu_vert' title='Skip to navigation' accesskey='n' text='Skip to navigation'}</li>
        <li>{anchor anchor='main' title='Skip to content' accesskey='s' text='Skip to content'}</li>
      </ul>
{* end accessibility skip links *}

      <hr class="accessibility" />
{* Horizontal ruler that is hidden for visual browsers by CSS *}
      <div id="search">
      {search}
      </div>
{* End Search *}
{* Start Header, with logo image that links to the default start page. Logo image is changed in the stylesheet  "Layout: Top menu + 2 columns" *}
      <div id="header">
{* a link back to home page and the header left image/logo, text is hidden using CSS *}
        <h1>{cms_selflink dir="start" text="$sitename"}</h1>
        <hr class="accessibility" />
      </div>
{* End Header *}

{* Start Top*}
<div id="top">
{sitename}
</div>
{* End Top*}
{* Start Navigation *}
      <div id="menu_vert">
{* stylesheet  "Navigation: CSSMenu - Horizontal" *}
        <h2 class="accessibility">Navigation</h2>
        {menu template='BlueCity : bluecity' }
        <hr class="accessibility" />
      </div>
{* End Navigation *}
{* Start Content *}
      <div id="content">

{* Start Sidebar *}
        <div id="sidebar">
          {content block='Sidebar'}
{* Start News, stylesheet  "Module: News" *}
            <div id="news">
              <h2>Nieuws</h2>
              {news number='3' detailpage='news'}
            </div>
{* End News *}
        </div>

{* End Sidebar *}
        <div class="back1">
              <div id="main">
                <div style="float: right;">{print showbutton=true script=true}</div>
                <h2>{title}</h2>

        <div class="breadcrumbs">
        {breadcrumbs starttext='You are here' root='Home' delimiter='»'}
          <hr class="accessibility" />
        </div>

{* End Breadcrumbs *}

                {content}
                <br />{* to insure space below content *}

{* Start relational links *}
{* note this is the right side, when you float: divs you need to have float: right; divs first *}
            <div class="right49">
              <p>{anchor anchor='main' text='^ Top'}</p>
            </div>
            <div class="left49">
              <p> {cms_selflink dir="previous" label="Vorige pagina: "}
{* The label parameter doesn't need to be there if you're using English, but is here to show how it's used if you don't want the English text "Previous page" *}

              <br />
              {cms_selflink dir="next"}
              </p>
            </div>
{* End relational links *}

                <hr class="accessibility" />
                <div class="clear"></div>
          </div>
        </div>
{* End Content Area *}

      </div>
{* End Content *}

{* Start Footer. Edit the footer in the Global Content Block called "footer" *}

        <div id="footer">
{global_content name='footer'}
<div class="cleared"></div>
<p class="page-footer">{global_content name='small_footertext'}</p>
</div>
      </div>
{* End Footer *}
    </div>
{* end pagewrapper *}
  <__body>
</__html>
Last edited by Weit on Sun Sep 12, 2010 11:01 am, edited 1 time in total.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Gastenboek en Blue City theme probleem

Post by Rolf »

Weit wrote: Ik ben bezig met een website voor een rolstoelrugby team.
Ha, je kunt zo veel ondersteuning krijgen als je maar wilt  :D

Hoe roep je de module aan?
Je kunt het beste de {cms_module module=Guestbook parameters...blah blah} in de content van de pagina plaatsen. Maak zelf nooit gebruik van de Content Type functie...

Grt. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Weit

Re: Gastenboek en Blue City theme probleem

Post by Weit »

Ik riep aan bij de inhoud als gastenboek maar nu in de content van de pagina is het inderdaad voor elkaar... dat had ik gisteren ook geprobeerd maar toen had ik dezelfde fout... Misschien zat dat nog in de buffer.. Nou Rolf dat doen we het zo..  :D

Ja ik kan me voorstellen dat je dit wel wilt ondersteunen... die je zelf ook aan sport.??

Groet, Weit en bedankt... nu weet ik bij wie ik moet zijn als ik iets tegenkom met deze website  ;)
Rolf wrote:
Weit wrote: Ik ben bezig met een website voor een rolstoelrugby team.
Ha, je kunt zo veel ondersteuning krijgen als je maar wilt  :D

Hoe roep je de module aan?
Je kunt het beste de {cms_module module=Guestbook parameters...blah blah} in de content van de pagina plaatsen. Maak zelf nooit gebruik van de Content Type functie...

Grt. Rolf
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Location: The Netherlands
Contact:

Re: Gastenboek en Blue City theme probleem

Post by Rolf »

Weit wrote: Ja ik kan me voorstellen dat je dit wel wilt ondersteunen... die je zelf ook aan sport.??
Noop, wil helaas niet...  :(

Tenzij je hersengymnastiek ook sport noemt  ;D 

;) Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
raveranger
Forum Members
Forum Members
Posts: 14
Joined: Tue Jun 22, 2010 7:32 pm

Re: [Opgelost] Gastenboek en Blue City theme probleem

Post by raveranger »

Heej je gasten boek ziet er nu goed uit

maar ik heb toch het zelfde probleem
kun je mij vertellen hoe je het nu gedaan hebt
krijg ook vanalles in de site bar
en bij nieuw bericht wordt ook in sidebar geladen

grts
Post Reply

Return to “Dutch - Nederlands”