View Full Version : miniCMS help
poppo
10-18-2007, 04:41 AM
OK I am very green at modifying code. I installed tinyCMS and created a new page with it. How do I add a link at the top of the page where the browse and about buttons are to link to this new page?
codepoit
10-18-2007, 12:44 PM
In the mini(tiny)CMS admin area, click the link to view your page. Copy the URL from the address bar in your browser, and add the link manually to any page you want to add the link to. It would look something similar to this:
<a href="url copied from browser for new page"</a>
witty
10-18-2007, 02:05 PM
Hi,
Try this:
http://yourdomain.com/index.php?x=page&title=foo
where 'foo' equals the "short title" of the page you created in the miniCMS.
-Witty
witty
10-18-2007, 02:05 PM
ooops
poppo
10-18-2007, 09:25 PM
Thanks for the help. I was looking in the PHP for a place to link. Now I know its in the html.
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.