Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • abdenour Friend
    #179423

    Hi,

    I have two intranet site on the same server but have two different databases. Certain information contained in the first intranet must also be present on the second intranet. In order not to have enter at each site the same content, I would do at the site a wrapper JA Wall content from my other site which is on JA Nex but without displaying the horizontal menu. I only want to display the content without the modules and the mainmenu.

    How can I do that ?

    arucardx Friend
    #462319

    Turn on or create custom RSS feed on JA Nex then have a plugin pull in the feed to display them on JA Wall?

    abdenour Friend
    #462421

    Hiarucardx,

    I forgot to give you an information. There is.

    My first website (JA Nex template) have the component phocadownload install. On this website I have one page with all my documents (phocadownload files). This is this page I want to display on my second website (JA Wall template).

    I don’t want install phocadownload on the Ja wall because If I do that I must enter all the documents on the both website.

    Have you a solution to display this page on the second website but without the mainmenu of the first website ?

    arucardx Friend
    #462424

    The easiest way to do this is either to use iframe or php include which will include the whole page. However, you want to have only the content without the main menu…

    Perhaps you can create a dummy page for phocadownload on the first website which has all the modules you don’t want visible to be unpublished then use iframe/php include to have that dummy page displayed on the 2nd site?

    abdenour Friend
    #462426

    Ok Thanks you for your response

    MoonSailor Friend
    #462544

    Hi abdenour,

    Your problem has been resolved already ?

    abdenour Friend
    #462859

    Hi,

    The solution is below

    Add script to .htaccess file

    RewriteEngine On
    RewriteCond %{REQUEST_URI} ^/index.php/
    RewriteRule ^index.php/(.*) /$1 [R,L]

    And SEO setting on Admin your site

    Search Engine Friendly URLs: YES
    Use URL rewriting:YES

    And on the url wrapper (at the end url) add “&tmpl=component”

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

This topic contains 7 replies, has 3 voices, and was last updated by  abdenour 12 years, 3 months ago.

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