Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

Zezicla

Members
  • Posts

    121
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

3182 profile views

Zezicla's Achievements

Poring

Poring (1/15)

1

Reputation

  1. or bether said how to make this into a drop down menu with choices ? just make it a drop down + 1 option beneath + example how to make the second would be fine <li><a href="<?php echo $this->url('main'); ?>"><img src="<?php echo $this->themePath('img/home.png'); ?>" /></a></li>
  2. i got a footer bg white fading into red but no back ground and all works y rly hasnt a bg ;p the footer is like 20% of the screens somewhere in the css i must be able to make the screen like 150% widther and 110% heigher with simple code but thats years ago for me hha
  3. nop no background shown and to be found in the img folder i wonder how hard cant it be ? show templates lines or so lets wait if some1 knows a ezy way and is there a eazy way of making the whole cp widther ?
  4. how to let gm also be shown in the ranking and other stuff in fluxcp ? found this out i guess gotte test it out yet in application.php find 'RankingHideGroupLevel' => AccountLevel::LOWGM, // 'InfoHideZenyGroupLevel' => AccountLevel::LOWGM, change to this 'RankingHideGroupLevel' => AccountLevel::NORMAL, // 'InfoHideZenyGroupLevel' => AccountLevel::NORMAL,
  5. shouldnt be to hard i guess ? add somewhere 1 line and all works ? thnx thnx
  6. <div id="wrapper"> <div id="main"> <div class="spacer"></div> <div id="menu"> <ul> <li><a href="<?php echo $this->url('main'); ?>"><img src="<?php echo $this->themePath('img/home.png'); ?>" /></a></li> <li><a href="<?php echo $this->url('main','info'); ?>"><img src="<?php echo $this->themePath('img/info.png'); ?>" /></a></li> <li><a href="<?php echo $this->url('main','downloads'); ?>"><img src="<?php echo $this->themePath('img/downloads.png'); ?>" /></a></li> <li><a href="http://test/forum" target="_blank"><img src="<?php echo $this->themePath('img/forums.png'); ?>" /></a></li> <li><a href="<?php echo $this->url('donate'); ?>"><img src="<?php echo $this->themePath('img/donate.png'); ?>" /></a></li> <li><a href="<?php echo $this->url('account'); ?>"><img src="<?php echo $this->themePath('img/account.png'); ?>" /></a></li> <li class="clear"></li> </ul> </div> i whanne add all links flux cp has need this as drop down with 1 example or more the rest i can figure out myself i guess any possibily to make it animated ? or just show down same buttons but diffrent links and text in it ? some like this need to be added in it <li><a href="<?php echo $this->url('vote'); ?>"><img src="<?php echo $this->themePath('img/v4p.png'); ?>" onmouseover='this.src="<?php echo $this->themePath('img/v4p_hover.png'); ?>"' onmouseout='this.src="<?php echo $this->themePath('img/v4p.png'); ?>"' /></a></li> but it neeed ot be drop down thnx thx thnnxxx
  7. mby can post a packet db with these and all the others you got/excist ??
  8. no error i just doesnt shows
  9. i think the error is in this lines <li id="lbl" ><b>Guild: </b> <?php echo ($row->name)?$row->name:'???' ?></li> <li id="lbl" ><b>GM: </b> <?php echo ($row->master)? $row->master:'???' ?></li> but ive some1 who knows this shit can look at it
  10. i got this somewhere i cant seem to get this working <?php if (!defined('FLUX_ROOT')) exit; $query = "SELECT name, master FROM {$session->loginAthenaGroup->loginDatabase}.guild WHERE guild_id = ? "; $sth = $session->loginAthenaGroup->connection->getStatement($query); $sth->execute(array($gtheme_config['guild_id'])); $gtheme_gom = $sth->fetchAll(); ?> <ul id="pgom"> <?php if($gtheme_gom): ?> <?php foreach($gtheme_gom as $row): ?> <li> <img class="gom" src="<?php echo $this->emblem($row->guild_id) ?>" /> </li> <li id="lbl" ><b>Guild: </b> <?php echo ($row->name)?$row->name:'???' ?></li> <li id="lbl" ><b>GM: </b> <?php echo ($row->master)? $row->master:'???' ?></li> <?php endforeach; ?>
  11. would you mind sharing this again ?
×
×
  • Create New...