i would like to ask if you are using seo?if not then strongly recommend to do so!...
... seems that you are using module frontpage in all of your pages....why don't you assign it to your home page only ?
Quote from: ks-net on March 18, 2009, 14:33:00i would like to ask if you are using seo?if not then strongly recommend to do so!... What relation ?We suppose that it works since Elxis' installation. How can it be verified ? Quote... seems that you are using module frontpage in all of your pages....why don't you assign it to your home page only ? How can it be done ? We tried to do as you said, but apparently this module is already "linked" to "Home page", and there is no obvious, apparent way to "assign" it as you advise. => TIME is running out, and the need for a crystal-clear, simple and efficient info on Elxis has become, since long, urgent !An efficient website needs TIME to develop its substantial CONTENT, and it does not let more TIME to waste on elementary formal points, on how to use a software supposed to be easy and with the ambition to become Popular among millions of webmasters accross the World..
Quote from: Sunlight on March 21, 2009, 18:39:45Quote from: ks-net on March 18, 2009, 14:33:00........ seems that you are using module frontpage in all of your pages....why don't you assign it to your home page only ? .....We tried to do as you said, but apparently this module is already "linked" to "Home page", ....Administrator>>modules>>site modules:module frontpage ... right place of page... click-select only your home-page...to multiselect ctrl+click .
Quote from: ks-net on March 18, 2009, 14:33:00........ seems that you are using module frontpage in all of your pages....why don't you assign it to your home page only ? .....We tried to do as you said, but apparently this module is already "linked" to "Home page", ....
........ seems that you are using module frontpage in all of your pages....why don't you assign it to your home page only ?
You can also move the front page module to an other module position in order for the normal content to be first in the page.
As said earlier, we have already done that.But it didn't change anything : Whenever you click at a Box, its content is shown always AFTER the frontpage module, i.e. in the MIDDLE of the screen, (See above)..
....Everything can be parametrized. ....You should also change the template and not use the sample one. You should set the modules to be displayed wherever you like. Every module has parameters. Edit the module to set if you wish titles to be displayed as links, etc.In the frontpage the "frontpage" module is being displayed by default. You can change that. You can also move the front page module to an other module position in order for the normal content to be first in the page......
You can also move the front page module to an other module position in order for the normal content to be first in the page.See in which module positions you have set the modules to be displayed... When you change the order, you change the order of the modules that belong to the same position. Which position is being displayed first is set in your template's index.php file (function mosLoadModules).
I believe topic starter means '' newsflash | (newsflash) ''. As this is the first content reciever or something like that it is not connected to any modules.In the sample template mosMainBody stands under the mosLoads, so i think the only option is to transfer mosMainBody above all frontpage modules.I is quite odd, because I had the same problem and had to look for a long time before I saw my problem. So please correct me if I am wrong, but I think thats it.....
<?php /*** @ Version: $Id: index.php 1878 2008-01-25 21:26:29Z datahell $* @ Copyright: Copyright (C) 2006-2008 Elxis.org. All rights reserved.* @ Package: Elxis* @ Subpackage: Templates / Okto* @ Author: Ioannis Sannos (datahell)* @ URL: https://www.elxis.org* @ Email: datahell@elxis.org* @ License: http://www.gnu.org/copyleft/gpl.html GNU/GPL* Elxis CMS is a Free Software* Okto is a template for Elxis CMS generation 2008 created by Ioannis Sannos (Elxis Team).*/defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );$iso = explode( '=', _ISO );echo '<?xml version="1.0" encoding="'.$iso[1].'"?' .'>'._LEND;?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" lang="<?php echo _LANGUAGE; ?>" xml:lang="<?php echo _LANGUAGE; ?>"<?php echo (_GEM_RTL) ? ' dir="rtl"' : ''; ?>><head><meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" /><?php mosShowHead(); ?><link href="<?php echo $mosConfig_live_site; ?>/templates/<?php echo $mainframe->getTemplate(); ?>/css/template_css<?php echo (_GEM_RTL) ? '-rtl' : ''; ?>.css" rel="stylesheet" type="text/css" media="all" /><?php if ( $my->id ) { initEditor(); } ?></head><body><div id="container"> <div id="mainwrap"> <div id="oktoheader"> <div id="headright"> <!-- module Search loaded without template position --> <?php elxLoadModule('mod_search', -2); ?> <!-- module Language loaded without template position --> <?php elxLoadModule('mod_language', -2); ?> </div> </div> <?php if (mosCountModules('top') > 0) { ?> <!-- top menu --> <div class="navigation"> <?php mosLoadModules('top', -2); ?> </div> <?php } ?> <!-- pathway --> <div class="pathway"> <?php mospathway(); ?> </div> <div id="main-body"> <div id="sitecontent"> <?php if (mosCountModules('header') > 0) { ?> <div id="position_top"> <?php mosLoadModules('header', -2); ?> </div> <?php } ?> <?php if (mosCountModules('user1') >= 1 OR mosCountModules('user2') >= 1 ) { ?> <div id="content_top_wrapper"> <div id="content_user1"> <?php mosLoadModules('user1', -2); ?> </div> <div id="content_user2"> <?php mosLoadModules('user2', -2); ?> </div> </div> <?php } ?> <div class="inside"> <?php mosMainBody(); ?> </div> </div> <div id="leftcolumn"> <div class="inside-col"> <?php mosLoadModules('left', -2); ?> <?php mosLoadModules('user3', -2); ?> </div> </div> </div> <div id="rightcolumn"> <div class="inside-col"> <?php mosLoadModules('newsflash', -2); ?> <?php mosLoadModules('banner', -2); ?> <?php mosLoadModules('right', -2); ?> </div> </div> <div class="clear"></div> </div> <div align="center"> <?php include_once( $mosConfig_absolute_path.'/includes/footer.php'); ?> </div></div></body></html>
....what box .. content or what ever is this... you trying to list before frontpage module?(any content?)......but first make clear what you want.....if want frontpage to apear on all pages and need to change position to list bellow main content, you need a new module-position (if not exist) bellow content(mos mainbody)if want first page as is, and all other to list module frontpage bellow content, then most probably(if you haven't patched it) need to duplicate and modify as above your template
<div id="main-body"> <div id="sitecontent"> <?php if (mosCountModules('header') > 0) { ?> <div id="position_top"> <?php mosLoadModules('header', -2); ?> </div> <?php } ?> <?php if (mosCountModules('user1') >= 1 OR mosCountModules('user2') >= 1 ) { ?> <div id="content_top_wrapper"> <div id="content_user1"> <?php mosLoadModules('user1', -2); ?> </div> <div id="content_user2"> <?php mosLoadModules('user2', -2); ?> </div> </div> <?php } ?> <div class="inside"> <?php mosMainBody(); ?><?php mosLoadModules('inset', -2); ?> </div> </div>
... You can also move the front page module to an other module position in order for the normal content to be first in the page. See in which module positions you have set the modules to be displayed... When you change the order, you change the order of the modules that belong to the same position. Which position is being displayed first is set in your template's index.php file (function mosLoadModules). ..
... As already said ....readers must be able to click on any "Newsflash" in one of the boxes, and afterwards see its content clearly displayed at the Top of the page which opens. (Not only in the middle, or at the end, after the usual series of Newsflashes' boxes).=> What exactly should be changed, and how ?
Quote<div id="main-body"> <div id="sitecontent"> <?php if (mosCountModules('header') > 0) { ?> <div id="position_top"> <?php mosLoadModules('header', -2); ?> </div> <?php } ?> <?php if (mosCountModules('user1') >= 1 OR mosCountModules('user2') >= 1 ) { ?> <div id="content_top_wrapper"> <div id="content_user1"> <?php mosLoadModules('user1', -2); ?> </div> <div id="content_user2"> <?php mosLoadModules('user2', -2); ?> </div> </div> <?php } ?> <div class="inside"> <?php mosMainBody(); ?><?php mosLoadModules('inset', -2); ?> </div> </div>add the red line exactly where you see it here...then assign the frontpage-module to this possition (inset).. to any - some - or all pages.
then assign the frontpage-module to this possition (inset).. to any - some - or all pages.