Jump to content
MakeWebGames

Recommended Posts

Posted

Quick question please, I'm looking to change the order of the menu panels to represent something that better suits me, is there any logic applied to the way they render now?

Posted

Wich theme are you using the default or the 3 column ? 

If 3 cols then just move the panel easy

but for default theme i never tested this but i think just edit the position of the array in page.php class

Posted
1 hour ago, ags_cs4 said:

Wich theme are you using the default or the 3 column ? 

If 3 cols then just move the panel easy

but for default theme i never tested this but i think just edit the position of the array in page.php class

I have been looking at both of those themes.

I will have a look at page.php but I was just wondering if there was some reason things were laid out that way or the layout just came together a bit on the random side.

Posted
8 minutes ago, CrazyElk said:

I have been looking at both of those themes.

I will have a look at page.php but I was just wondering if there was some reason things were laid out that way or the layout just came together a bit on the random side.

If you are using GL V2 then you can edit the theme layout/structure in file /themes/mccodesTheme/loggedin.php, also take in to account the css files (styles.css)

Posted

there this sort array key

it will sort the menu depending on it

lower number mean will be first

so number them like 10 20 30 ...

10 will be first 20 second and so on

  • Like 1
Posted
7 minutes ago, ags_cs4 said:

there this sort array key

it will sort the menu depending on it

lower number mean will be first

so number them like 10 20 30 ...

10 will be first 20 second and so on

Great advice, thanks for the heads up. 🙂

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...