Meister Posted February 22, 2018 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted February 22, 2018 Hi, how to script the link hover for fluxcp wherein the menu bar shows different menu if account is already login. Let's say. Menu 1: (Account not logout) - Registration : downloads : vote and stuffs Menu 2: - Registration becomes Database : downloads : vote and stuffs Link to comment Share on other sites More sharing options...
0 Akkarin Posted February 26, 2018 Group: Forum Manager Topic Count: 282 Topics Per Day: 0.06 Content Count: 3144 Reputation: 1630 Joined: 03/26/12 Last Seen: 12 hours ago Share Posted February 26, 2018 <?php if ($session->isLoggedIn()): ?> <a href="<?php echo $this->url('account', 'login') ?>">Register / Login</a> : <?php else: ?> <a href="<?php echo $this->url('items', 'index') ?>">Database</a> : <?php endif;?> <a href="<?php echo $this->url('downloads', 'index') ?>">Downloads</a> : <a href="<?php echo $this->url('vote4points', 'link') ?>">Vote and Stuffs</a> 1 Link to comment Share on other sites More sharing options...
0 Foob Posted February 28, 2018 Group: Members Topic Count: 46 Topics Per Day: 0.02 Content Count: 267 Reputation: 40 Joined: 01/19/17 Last Seen: 21 hours ago Share Posted February 28, 2018 (edited) Oh so need the end if then Edited February 28, 2018 by iAmGnome Link to comment Share on other sites More sharing options...
Question
Meister
Hi,
how to script the link hover for fluxcp wherein the menu bar shows different menu if account is already login.
Let's say.
Menu 1: (Account not logout)
- Registration : downloads : vote and stuffs
Menu 2:
- Registration becomes Database : downloads : vote and stuffs
Link to comment
Share on other sites
2 answers to this question
Recommended Posts