TikiWiki problems

edited October 2004 in Software
Ok, I am trying to get my new site in the CMS TikiWiki. The link here:

http://cmputerman.u69.us/tiki/tiki-index.php

anyways, I cannot make my TechnologyHut pages correctly get into the menu.

Anyone have ideas? I am stumped. I even used the Menu admin panel thing and what happens is that it wont save it to the menu bar.

Comments

  • The user and all related content has been deleted.
  • The bad thing, I cannot remove them w/o editing some source.
  • The user and all related content has been deleted.
  • Will that ads be there forever?
    Or is it one of conditions of licence agreement with your ISP?
  • No, there isn't a licence agreement (yay, thx open source)

    anyways, I can try to take out the ads at the bottom. They look horrible in other CSS's (they overlap with the menu when opened)
  • So is it a difficult problem to remove them??
  • Can't you just remove the
    	<div id="power" style="text-align: center">
    		<a href="http://freshmeat.net/projects/tiki" title="TikiWiki"><img style="border: 0; vertical-align: middle" alt="Powered by TikiWiki" src="img/tiki/tikibutton2.png" /></a>
    		<a href="http://www.w3.org/Style/CSS/"><img style="border: 0; vertical-align: middle" alt="Made with CSS" src="img/css1.png" /></a>
    		<a href="http://validator.w3.org/check/referer"><img style="border: 0; vertical-align: middle" alt="Valid XHTML 1.0!" src="img/valid-xhtml10.png" /></a>
    		<a href="http://pear.php.net/"><img style="border: 0; vertical-align: middle" alt="powered by pear" src="img/pear.png" /></a>
    		<a href="http://php.weblogs.com/adodb"><img style="border: 0; vertical-align: middle" alt="powered by adodb" src="img/adodb.png" /></a>
    		<a href="http://www.php.net"><img style="border: 0; vertical-align: middle" alt="powered by PHP" src="img/php.png" /></a>
    		<a href="http://smarty.php.net/"><img style="border: 0; vertical-align: middle" alt="powered by smarty" src="img/smarty.gif"  /></a>
    		<a href="http://www.w3.org/RDF/"><img style="border: 0; vertical-align: middle" alt="powered by RDF" src="img/rdf.gif"  /></a>
    
    	</div>
    

    block from the bottom? Or is there more to be done?

    -Q
  • Heh, w3.org crap is also generated by FrontPage and M$ Word when saving HTMLs...
    What is w3 and how is it connected with MIcrosoft?
  • W3 (Or W3C) is the World Wide Web Consortium, it's main purpose is the creation, codification, and maintenance of standards like HTML, XHTML, CSS, and many others. When FP sticks that in it's probably claiming that it's W3C standard.

    -Q
  • Q wrote:
    Can't you just remove the
    	<div id="power" style="text-align: center">
    		<a href="http://freshmeat.net/projects/tiki" title="TikiWiki"><img style="border: 0; vertical-align: middle" alt="Powered by TikiWiki" src="img/tiki/tikibutton2.png" /></a>
    		<a href="http://www.w3.org/Style/CSS/"><img style="border: 0; vertical-align: middle" alt="Made with CSS" src="img/css1.png" /></a>
    		<a href="http://validator.w3.org/check/referer"><img style="border: 0; vertical-align: middle" alt="Valid XHTML 1.0!" src="img/valid-xhtml10.png" /></a>
    		<a href="http://pear.php.net/"><img style="border: 0; vertical-align: middle" alt="powered by pear" src="img/pear.png" /></a>
    		<a href="http://php.weblogs.com/adodb"><img style="border: 0; vertical-align: middle" alt="powered by adodb" src="img/adodb.png" /></a>
    		<a href="http://www.php.net"><img style="border: 0; vertical-align: middle" alt="powered by PHP" src="img/php.png" /></a>
    		<a href="http://smarty.php.net/"><img style="border: 0; vertical-align: middle" alt="powered by smarty" src="img/smarty.gif"  /></a>
    		<a href="http://www.w3.org/RDF/"><img style="border: 0; vertical-align: middle" alt="powered by RDF" src="img/rdf.gif"  /></a>
    
    	</div>
    

    block from the bottom? Or is there more to be done?

    -Q

    Well, it seems easy enough. Lemme get on it.
  • Oh boy. I just screwed something up.

    Parse error: parse error, unexpected T_STRING in /home/httpd/vhosts/cmputerman.u69.us/httpdocs/tiki/tiki-index.php on line 1
  • Proves how much I know about PHP...

    -Q
  • hmmm, I think I should deal with the little images at the bottom later. Maybe there is somethin in the admin panel.

    I wonder if there is a way to edit the menu for me to put my TCH content. This is going to be a little hard.
  • i think that means u missed a ";" not sure tho....
Sign In or Register to comment.