Jump to content
  • 0

I want flux cp register only small page for register


marcorogeeh

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  71
  • Reputation:   0
  • Joined:  06/27/13
  • Last Seen:  

I want flux cp register only small page for register plz any one hlp  me

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

After install the Cp go to fluxcp/config/ application.php

 

Find at the end of the file:

// These are the main menu items that should be displayed by themes.
	// They route to modules and actions.  Whether they are displayed or
	// not at any given time depends on the user's account group level and/or
	// their login status.
	'MenuItems' => array(
		'Main Menu'   => array(
			'Home'          => array('module' => 'main'),
			//'Downloads' 	=> array('module' => 'http://127.0.0.1/5/themes/site/main/download.php'),
						
		),
		'Account'     => array(
			'Register'      => array('module' => 'account', 'action' => 'create'),
			'Login'         => array('module' => 'account', 'action' => 'login'),
			'Logout'        => array('module' => 'account', 'action' => 'logout'),
			'History'       => array('module' => 'history'),
			'My Account'    => array('module' => 'account', 'action' => 'view'),
		),
		'Donations'   => array(
			'Purchase'      => array('module' => 'purchase'),
			'Donate'        => array('module' => 'donate'),
		),
		'Information' => array(
			'Server Info.'  => array('module' => 'server', 'action' => 'info'),
			//'Server Status' => array('module' => 'server', 'action' => 'status'),
			'WoE Hours'     => array('module' => 'woe'),
			'Castles'       => array('module' => 'castle'),
			"Who's Online"  => array('module' => 'character', 'action' => 'online'),
			//'Map Statistics'=> array('module' => 'character', 'action' => 'mapstats'),
			'Ranking Info.' => array('module' => 'ranking', 'action' => 'character'),
		),
		'Database'    => array(
			'Item Database' => array('module' => 'item'),
			//'Mob Database'  => array('module' => 'monster'),
		),
		'Misc. Stuff' => array(
			'rA Logs'       => array('module' => 'logdata'),
			'CP Logs'       => array('module' => 'cplog'),
			'IP Ban List'   => array('module' => 'ipban'),
			'Accounts'      => array('module' => 'account'),
			'Characters'    => array('module' => 'character'),
			'Guilds'        => array('module' => 'guild'),
			'Send Mail'     => array('module' => 'mail'),
			'Re-Install'    => array('module' => 'install', 'action' => 'reinstall'),
			//'Auction'       => array('module' => 'auction'),
			//'Economy'       => array('module' => 'economy'),
		)
	),

Every menü item that wont be shown have to deactivate with a //

 

Example: 

Activ:
'Economy'       => array('module' => 'economy'),

Not Activ:
//'Economy'       => array('module' => 'economy'),
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  130
  • Topics Per Day:  0.03
  • Content Count:  528
  • Reputation:   18
  • Joined:  09/11/12
  • Last Seen:  

There is no small flux cp. But you can use the default setup and delete all Menüpoints that there is only the "register" in the menü.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  38
  • Topics Per Day:  0.01
  • Content Count:  236
  • Reputation:   12
  • Joined:  03/07/12
  • Last Seen:  

I think he wants a web design like a splash page registration.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  71
  • Reputation:   0
  • Joined:  06/27/13
  • Last Seen:  

i dont know how to delete any one pls hlp me

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  71
  • Reputation:   0
  • Joined:  06/27/13
  • Last Seen:  

ok thx 

Link to comment
Share on other sites

×
×
  • Create New...