Loading...
 

Comments

  • Adding ads to Tikiwiki
    dogshed

    So how do I do it?
    Do I use site identity?
    Do I make a module for each kind of ad?
    Do I edit the theme?
    Do I edit something else?

    I want a half banner at the top.
    I want some smaller ads on either side.
    Maybe one somewhere in the center or at the
    end.

    • Re: Adding ads to Tikiwiki
      luciash d' being 🧙

      > So how do I do it?
      > Do I use site identity?
      > Do I make a module for each kind of ad?
      > Do I edit the theme?
      > Do I edit something else?
      >
      > I want a half banner at the top.
      > I want some smaller ads on either side.
      > Maybe one somewhere in the center or at the
      > end.

      1. Create banner zone and put your banner there on Admin → Banners
      2. Put the on SI and enable the checkbox "Site ads and banners" and Publish checkbox


      Example code to put in the Content area:

      Copy to clipboard
      <div style="margin-top: 2px; margin-right: 3px; position: absolute; top: 0; right: 0;">{banner zone=Firefox}</div>


      For left/right column you can use another banner zone banners using the in custom module which you have to create on Admin → Modules.

      • Re: Re: Adding ads to Tikiwiki
        dogshed

        > > So how do I do it?
        > > Do I use site identity?
        > > Do I make a module for each kind of ad?
        > > Do I edit the theme?
        > > Do I edit something else?
        > >
        > > I want a half banner at the top.
        > > I want some smaller ads on either side.
        > > Maybe one somewhere in the center or at the
        > > end.
        >
        > # Create banner zone and put your banner there on Admin → Banners
        > # Put the on SI and enable the checkbox "Site ads and banners" and Publish checkbox
        >
        > Example code to put in the Content area:

        >
        Copy to clipboard
        <div style="margin-top: 2px; margin-right: 3px; position: absolute; top: 0; right: 0;">{banner zone=Firefox}</div>

        >
        > For left/right column you can use another banner zone banners using the in custom module which you have to create on Admin → Modules.

        I got this:
        Fatal error: Smarty error: in evaluated template line 1: syntax error: expecting '=' after attribute name 'top' (Smarty_Compiler.class.php, line 1555) in /home/dogshed/public_html/lib/smarty/libs/Smarty.class.php on line 1095

        Do we need the locations if we are using site identity?

        • Re: Re: Re: Adding ads to Tikiwiki
          dogshed

          > > > So how do I do it?
          > > > Do I use site identity?
          > > > Do I make a module for each kind of ad?
          > > > Do I edit the theme?
          > > > Do I edit something else?
          > > >
          > > > I want a half banner at the top.
          > > > I want some smaller ads on either side.
          > > > Maybe one somewhere in the center or at the
          > > > end.
          > >
          > > # Create banner zone and put your banner there on Admin → Banners
          > > # Put the on SI and enable the checkbox "Site ads and banners" and Publish checkbox
          > >
          > > Example code to put in the Content area:

          > >
          Copy to clipboard
          <div style="margin-top: 2px; margin-right: 3px; position: absolute; top: 0; right: 0;">{banner zone=Firefox}</div>

          > >
          > > For left/right column you can use another banner zone banners using the in custom module which you have to create on Admin → Modules.
          >
          > I got this:
          > Fatal error: Smarty error: in evaluated template line 1: syntax error: expecting '=' after attribute name 'top' (Smarty_Compiler.class.php, line 1555) in /home/dogshed/public_html/lib/smarty/libs/Smarty.class.php on line 1095
          >
          > Do we need the locations if we are using site identity?

          it needed id=something
          I thought that was optional

          • Re: Re: Re: Re: Adding ads to Tikiwiki
            dogshed

            > > > > So how do I do it?
            > > > > Do I use site identity?
            > > > > Do I make a module for each kind of ad?
            > > > > Do I edit the theme?
            > > > > Do I edit something else?
            > > > >
            > > > > I want a half banner at the top.
            > > > > I want some smaller ads on either side.
            > > > > Maybe one somewhere in the center or at the
            > > > > end.
            > > >
            > > > # Create banner zone and put your banner there on Admin → Banners
            > > > # Put the on SI and enable the checkbox "Site ads and banners" and Publish checkbox
            > > >
            > > > Example code to put in the Content area:

            > > >
            Copy to clipboard
            <div style="margin-top: 2px; margin-right: 3px; position: absolute; top: 0; right: 0;">{banner zone=Firefox}</div>

            > > >
            > > > For left/right column you can use another banner zone banners using the in custom module which you have to create on Admin → Modules.
            > >
            > > I got this:
            > > Fatal error: Smarty error: in evaluated template line 1: syntax error: expecting '=' after attribute name 'top' (Smarty_Compiler.class.php, line 1555) in /home/dogshed/public_html/lib/smarty/libs/Smarty.class.php on line 1095
            > >
            > > Do we need the locations if we are using site identity?
            >
            > it needed id=something
            > I thought that was optional

            Copy to clipboard
            <div id=htb style="margin-top:2px; margin-right:3px; position:absolute; top:0;right:0; ">{banner zone=home top banner}</div>
            • Re: Re: Re: Re: Re: Adding ads to Tikiwiki
              dogshed>dogshed

              Replied to

              > >...

              > > > > > So how do I do it?
              > > > > > Do I use site identity?
              > > > > > Do I make a module for each kind of ad?
              > > > > > Do I edit the theme?
              > > > > > Do I edit something else?
              > > > > >
              > > > > > I want a half banner at the top.
              > > > > > I want some smaller ads on either side.
              > > > > > Maybe one somewhere in the center or at the
              > > > > > end.
              > > > >
              > > > > # Create banner zone and put your banner there on Admin → Banners
              > > > > # Put the on SI and enable the checkbox "Site ads and banners" and Publish checkbox
              > > > >
              > > > > Example code to put in the Content area:

              > > > >
              Copy to clipboard
              <div style="margin-top: 2px; margin-right: 3px; position: absolute; top: 0; right: 0;">{banner zone=Firefox}</div>

              > > > >
              > > > > For left/right column you can use another banner zone banners using the in custom module which you have to create on Admin → Modules.
              > > >
              > > > I got this:
              > > > Fatal error: Smarty error: in evaluated template line 1: syntax error: expecting '=' after attribute name 'top' (Smarty_Compiler.class.php, line 1555) in /home/dogshed/public_html/lib/smarty/libs/Smarty.class.php on line 1095
              > > >
              > > > Do we need the locations if we are using site identity?
              > >
              > > it needed id=something
              > > I thought that was optional
              >

              >
              Copy to clipboard
              <div id=htb style="margin-top:2px; margin-right:3px; position:absolute; top:0;right:0; ">{banner zone=home top banner}</div>

              That didn't work either.

              • Re: Re: Re: Re: Re: Re: Adding ads to Tikiwiki
                dogshed>dogshed

                Replied to

                > >...

                > > > > > > So how do I do it?
                > > > > > > Do I use site identity?
                > > > > > > Do I make a module for each kind of ad?
                > > > > > > Do I edit the theme?
                > > > > > > Do I edit something else?
                > > > > > >
                > > > > > > I want a half banner at the top.
                > > > > > > I want some smaller ads on either side.
                > > > > > > Maybe one somewhere in the center or at the
                > > > > > > end.
                > > > > >
                > > > > > # Create banner zone and put your banner there on Admin → Banners
                > > > > > # Put the on SI and enable the checkbox "Site ads and banners" and Publish checkbox
                > > > > >
                > > > > > Example code to put in the Content area:

                > > > > >
                Copy to clipboard
                <div style="margin-top: 2px; margin-right: 3px; position: absolute; top: 0; right: 0;">{banner zone=Firefox}</div>

                > > > > >
                > > > > > For left/right column you can use another banner zone banners using the in custom module which you have to create on Admin → Modules.
                > > > >
                > > > > I got this:
                > > > > Fatal error: Smarty error: in evaluated template line 1: syntax error: expecting '=' after attribute name 'top' (Smarty_Compiler.class.php, line 1555) in /home/dogshed/public_html/lib/smarty/libs/Smarty.class.php on line 1095
                > > > >
                > > > > Do we need the locations if we are using site identity?
                > > >
                > > > it needed id=something
                > > > I thought that was optional
                > >

                Copy to clipboard
                <div id=htb style="margin-top:2px; margin-right:3px; position:absolute; top:0;right:0; ">{banner zone='home top banner'}</div>

                apostrophes around 'home top banner'

  • Use tikiwiki.org forums for support
    Gary Cunningham-Lee

    Comments here should be about the documentation itself. For questions about how to use TikiWiki, etc., please post at http://tikiwiki.org/tiki-forums.php. More people will see the questions there.

    -- Gary

doc.tiki.org

Get Started

Admin Guide User Guide

Keywords

Keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):

Accessibility (WAI and 508)
Accounting
Articles and Submissions
Backlinks
Banners
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Link Cache
Calendar
Category
Chat
Clean URLs
Comments
Communication Center
Compression (gzip)
Contacts (Address Book)
Contact us
Content Templates
Contribution
Cookie
Copyright
Credit
Custom Home and Group Home Page
Date and Time
Debugger Console
Directory of hyperlinks
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
Draw
Dynamic Content
Dynamic Variable
External Authentication
FAQ
Featured links
File Gallery
Forum
Friendship Network (Community)
Gmap Google maps
Groups
Hotword
HTML Page
i18n (Multilingual, l10n)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
Kaltura video management
Karma
Live Support
Login
Logs (system & action)
Look and Feel
Mail-in
Map with Mapserver
Menu
Meta Elements
Mobile Tiki and Voice Tiki
Module
MultiTiki
MyTiki
Newsletter
Notepad
Payment
Performance Speed / Load
Permissions
Platform independence (Linux-Apache, Windows/IIS, Mac, BSD)
Polls
Profiles
Profile Manager
Report
Toolbar
Quiz
Rating
Feeds
Score
Search engine optimization
Search
Search and Replace
Security
Semantic links
Shadowbox
Shadow Layers
Share
Shopping cart
Shoutbox
Slideshow
Smiley
Social Networks
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Stats
Surveys
Tags
Task
Tell a Friend, alert + Social Bookmarking
TikiTests
Theme CSS & Smarty
Tiki Manager
Trackers
Transitions
User Administration including registration and banning
User Files
User Menu
Watch
WebDAV
Webmail
Web Services
Wiki History, page rename, etc
Wiki Syntax
Wiki structure (book and table of content)
Workspace
WSOD
WYSIWYCA
WYSIWYG
XMLRPC

Tiki Newsletter

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki