Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • qbali JATC
    #175246

    Hi guys,

    as default when we assign any module to the Content-Mass-Top position, then the content of the module after we try to click any link it will show the content’s link in frontpage with some other module still appear, but if we assign any module to another module position (exception for Content-mass-top position ) like user1,user2, or left, right module it will show the content in frontpage without another module show there.

    as in my website http://www.seebalitourandtravel.com you can see there , i assign the Bali Tourism News Module to Content-Mass-Top, and when we click to visit any links article , it will bring to the content’s article in frontpage where all the module this display there,

    how can i change that to not display another module but just display the article’s content,

    could someone help me to change any code in relate file that handle the Content-mass-top position ?

    any code should i change in file which handle the Content-mass-top ?

    thanks for any helps

    Regards

    Manos Moderator
    #445181

    Hi,

    It appears that none of the articles that you have published on this category are connected with any menu item and this is the reason that Joomla renders them on home page.

    If you assign them on a menu item then this unwanted phenomenon will stop happening.

    qbali JATC
    #445447

    Hi Pascm, thank for your reply…

    in actually i know this will work if i assign all the news article in a menu, but what i want is how to make it work even if i don,t assign the article in a menu, and if i assign news article in a menu , then ut will double put same link in menu and in in module position,

    how to make it work if just put them in module position , not in menu…,

    is there some code to customize ? or is the code can be found in some file relating this module position ?

    regards

    Manos Moderator
    #445448

    As far as i know and as far as Joomla works those articles will render in home page.
    Maybe in your case a customization of Joomla SEF or a 3rd party compo (i can’t tell for sure) might help you.

    I hope that my answer addressees your inquires.

    qbali JATC
    #445537

    Hi Pascm, thank for your any reply, i do really appreciated for any solution you have sugguested to me ,

    i have tried out some 3rd party Module like Latest news module from template plazza, it’ s offer more options then the default latest new module from joomla, but it is display as the same result when we click the article to open it.

    now i plan to create one new module between CONTENT-MASS-TOP Module and CONTENT-TOP or CONTENT Module , but i want this new module will not same function it’s has like CONTENT-MASS-TOP or Another CONTENT-TOP or CONTENT Module,

    but i want this new module position has as same function as like LEFT ,RIGHT , USER1 – USER20 module, so when we click to open the article must be bring us into the content which there is no fronpage anymore displayed or not displayed other module,

    so, how can i create a new module position between CONTENT-MASS-TOP Module and CONTENT-TOP or CONTENT Module which it has function like LEFT or RIGNT module position or USER1 – USER20 ?

    For more clear or detail about what i mean is can be found in my attached images

    any solution would be much appreciated,

    regards


    1. new-module-position
    2. New-module-position2
    qbali JATC
    #445671

    Hi guys,

    anyone can help me please, i need a guide to solve this issue,

    regards

    Thanks

    swissa Friend
    #445673

    <em>@qbali 310117 wrote:</em><blockquote> i need a guide </blockquote>

    There are lots of guides and ‘how to’ in the Tutorials section. Hunt around and you’ll find what you need I think……

    here you go ….. http://www.joomlart.com/forums/topic/how-to-create-a-new-module-position-4/ 🙂

    qbali JATC
    #445676

    thanks for respon swiss,

    i know this this tutorial on how to create module position, but it is not cover all the case, in this tutorial just teach us on how to create new module position in the header.php in a block folder, it is really different case if we are faced with another case, as what i want to create/embed here is a new module position into Conttent-mass-top module positian,

    the problem is i don,t know what file handle this CONTENT-MASS-TOP module position, and this TUTORIALS is clearly add a new module position in the Header, so, it is easy to lead us what file that we should customise, and this case of course we have to find out Header.php to add some code to add new module position in to the header.

    and what is the problem for me here is too, i can not find the file relating to the Content-mass-top module position , when tried to find out the file which will handle this module in Ja-travel/blocks/, i just found 5 file ,they are fixheight.php, header.php, mainav.php, footer.php and index.html, and i have already opened all thi file to find any code it maybe handle this Content-mass-top But i could’t find any code that relating with this module.

    so, my big questions is what file should handle this Content-mass-top Module position ?

    thanks for any solution

    regards

    swissa Friend
    #445678

    I’m not a specialist here but you need to copy (not move) the file default.php from joomlaroot/plugins/system/jat3/jat3/base-themes/page/default.php to yourtemplate/page/ – create /page/ if you don’t have one. that contains the blocks.

    By putting a copy in your new /page/ folder you will be using overrides and not breaking the core jat3 and also if you update t3 then this override will not be over written.

    Maybe this helps you. Make sure you do a backup first.

    Manos Moderator
    #445769

    The process is still the same but you have to understand that you will probably have to add your CSS code also for that (or you can copy and paste from other modules that meet your expectations or use suffix)

    Anyway if there’s anything else we can do please let us know, as this is a customization issue.

    qbali JATC
    #445909

    <em>@swissa 310140 wrote:</em><blockquote>I’m not a specialist here but you need to copy (not move) the file default.php from joomlaroot/plugins/system/jat3/jat3/base-themes/page/default.php to yourtemplate/page/ – create /page/ if you don’t have one. that contains the blocks.

    By putting a copy in your new /page/ folder you will be using overrides and not breaking the core jat3 and also if you update t3 then this override will not be over written.

    Maybe this helps you. Make sure you do a backup first.</blockquote>

    Hi Swissa, thanks for your any suggestion, but i am still trying to find another way than this, if i stuck on this all, maybe i will try this…

    qbali JATC
    #445924

    <em>@pascm 310258 wrote:</em><blockquote>The process is still the same but you have to understand that you will probably have to add your CSS code also for that (or you can copy and paste from other modules that meet your expectations or use suffix)

    Anyway if there’s anything else we can do please let us know, as this is a customization issue.</blockquote>

    Hi Pascm, thanks for any support so far,

    if the still same way like the tutorial show to us, so what file should i edit to add some code to add new module position into BETWEEN Content-Mass-Top and Content Module position,

    should i edit the Header.php file that we can find it in Ja travel/blocks folder ?
    i an trying to find a main.php file there in blocks folder but it is not there file like that…., because i think the Content-Mass-Top Module position mustb be coded in main.php not in header.php

    thanks for your helps

    Manos Moderator
    #447055

    Hi,

    In this case you need to modify the JA T3 plugin and i suggest you should create an overwrite (for your editing) to avoid doing the same work again after an update.

    Here you can see actually how you can create an overwrite -> http://www.joomlart.com/forums/topic/how-to-avoid-editing-ja-t3-plugin-t3-default-page-overwrite-method/

    I hope that this helps you, please feel free to reply if you still need help with your website.

    Regards
    Manos

Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 13 replies, has 3 voices, and was last updated by  Manos 12 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum