[Solved]: Add a new button [Solved]: Add a new button
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: Add a new button

Started by compac, May 11, 2004, 08:59:28 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

compac

How can I add a new button back to my homepage? (I'm  using the Fruity setup and here is the existing buttons colored). When I try to add a button my buttons just get black/grey.

Casper

It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

compac

In the Fruity-theme I can't find the begin album list table. I want to display my button in the main menu.

Casper

It's right at the start of your theme.php, about line 28(not your template.html).
Just paste something like this immediately above it;

<!-- BEGIN home link-->
                        <a href="http://www.mysite.com" title="Home">Home</a>
<!-- END home link-->


It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

compac