| Author |
Message |
transit Regular


Joined: Jun 01, 2010 Posts: 69
|
Posted:
Wed Jun 09, 2010 8:27 pm |
|
When in block administration I have the trickedout slider center block as 'Weight' 1 However the messages on the front page (which I want to keep) is always above the center blocks. Is there a way I am overlooking to change the orientation of the Messages on the front page? Thx alot! |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1536 Location: North Carolina
|
Posted:
Thu Jun 10, 2010 4:25 am |
|
PM me your site link and I will take a look. Which Messages are you referring to? |
|
|
|
 |
snype Regular


Joined: Aug 12, 2008 Posts: 58
|
Posted:
Thu Jun 10, 2010 5:56 am |
|
He is talking about when you go to admin.php?op=messages it has all ways displayed above the centre blocks. Be good if it could be changed though to display it where the user wants. |
|
|
|
 |
spasticdonkey RavenNuke(tm) Development Team

Joined: Dec 02, 2006 Posts: 1364 Location: Texas, USA
|
Posted:
Thu Jun 10, 2010 7:07 am |
|
Yes I have run into this before... I just copied my "message" and made a center block out of it, so I had control over placement. |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1536 Location: North Carolina
|
Posted:
Thu Jun 10, 2010 7:21 am |
|
If you want center blocks above the message, in your root header.php find at the bottom:
| Code: | if (defined('HOME_FILE')) {
message_box();
blocks('Center');
} |
change it to:
| Code: | if (defined('HOME_FILE')) {
blocks('Center');
message_box();
} |
Or do as spastic said and use a center block with your custom content. |
|
|
|
 |
transit Regular


Joined: Jun 01, 2010 Posts: 69
|
Posted:
Thu Jun 10, 2010 10:03 am |
|
Thanks alot! Haha its funny how much more support is given here at the RN site then way back when I was using standalone nuke. |
|
|
|
 |
nuken RavenNuke(tm) Development Team

Joined: Mar 11, 2007 Posts: 1536 Location: North Carolina
|
Posted:
Thu Jun 10, 2010 4:48 pm |
|
|
|
 |
|
|
|
|