-
AuthorPosts
-
abdenour Friend
abdenour
- Join date:
- March 2009
- Posts:
- 84
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
July 27, 2012 at 1:28 pm #179450Hi,
How to have an index.php (like index2.php) page without the mainmenu on the JA Nex template.The goal is to view this page without the mainmenu on another joomla. To do that I want make a wrapper (iframe).
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
July 27, 2012 at 1:51 pm #462430<em>@abdenour 332020 wrote:</em><blockquote>Hi,
How to have an index.php (like index2.php) page without the mainmenu on the JA Nex template.The goal is to view this page without the mainmenu on another joomla. To do that I want make a wrapper (iframe).</blockquote>
If I understand you correctly, you can do this with a trick in Joomla. Before I go there I need to know if the site is in english?
And just to confirm you want to put this nex into an iframe hence you don’t want a menü on it?
abdenour Friendabdenour
- Join date:
- March 2009
- Posts:
- 84
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
July 27, 2012 at 2:04 pm #462431Hi swissa,
My website is in french
What I want is to include with wrapper (by the menu manager) one page of my first website to another website page. But this wrapping page must not have his mainmenu (the mainmenu of the first website)
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
July 27, 2012 at 2:24 pm #462432<em>@abdenour 332026 wrote:</em><blockquote>Hi swissa,
My website is in french
What I want is to include with wrapper (by the menu manager) one page of my first website to another website page. But this wrapping page must not have his mainmenu (the mainmenu of the first website)</blockquote>
Salú
If it is in French then I don’t think I can help. I did this ages ago as a test for me – with Nex actually and it worked. It was an off the wall concept that I managed to get working in English. I know it sounds weird but my trick was to have two languages, English and US English on the site. Then using page assignments you can set the US English page and edit the profile for it and delete out the nav menü and the footer (wich you probably don’t want in an iframe) from the layout xml for this profile.
If you can find a way to install 2 versions of French then you could make this work for you but whatever you do, DO A BACKUP FIRST!
EDIT
Actually as you are using no menü you could just use any second language – the iframe isn’t going to use an address bar – and still follow the same protokoll – but please do a backup first and this is at your own risk!! :p
Maybe that will help you?!
swissa Friendswissa
- Join date:
- November 2011
- Posts:
- 1955
- Downloads:
- 7
- Uploads:
- 277
- Thanks:
- 175
- Thanked:
- 717 times in 572 posts
July 27, 2012 at 2:45 pm #462433Thinking about it, there is the possibility that you could it by making a second duplicate “Home” page that is not published and assigning it to a different profile and layout as described above. Then use that url in the frame. You would need to play and try hence why I keep saying do a back up first!! 😀
abdenour Friendabdenour
- Join date:
- March 2009
- Posts:
- 84
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
July 27, 2012 at 3:49 pm #462435I can’t do that
Joomlart Team, have you a solution ?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 30, 2012 at 9:21 am #462573Please follow my solution below:
Add script to .htaccess file
<blockquote>RewriteEngine On
RewriteCond %{REQUEST_URI} ^/index.php/
RewriteRule ^index.php/(.*) /$1 [R,L]</blockquote>And SEO setting on Admin your site
<blockquote>Search Engine Friendly URLs: YES
Use URL rewriting:YES</blockquote>abdenour Friendabdenour
- Join date:
- March 2009
- Posts:
- 84
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
August 1, 2012 at 9:40 am #462838Hi Ninja Lead,
I don’t understand your solution. I know I must enter the script into my .htaccess and modify on the backend the SEO settings but after what I must do to have my page on the iframe without the ja nex mainmenu?
To resume, here is what I want.
I have 2 joomlart websites. The first is JA Nex and the second is JA Wall. On the JA Nex I have an item on the mainmenu and inside there is a lot of phocadownload files. On the second website (JA Wall) I want to create an item on the mainmenu (iframe or wrapper) to have inside my phocadownload files of my first website (JA Nex). But when I do the wrapper on ja wall I don’t want to have the mainmenu of ja nex but only the content or the phocadownload files.
Thanks for your help.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 1, 2012 at 10:00 am #462840<em>@abdenour 332595 wrote:</em><blockquote>
I have 2 joomlart websites. The first is JA Nex and the second is JA Wall. On the JA Nex I have an item on the mainmenu and inside there is a lot of phocadownload files. On the second website (JA Wall) I want to create an item on the mainmenu (iframe or wrapper) to have inside my phocadownload files of my first website (JA Nex). But when I do the wrapper on ja wall I don’t want to have the mainmenu of ja nex but only the content or the phocadownload files.</blockquote>URL on iframe wrapper add “&tmpl=component”
<blockquote>yourdomain&tmpl=component</blockquote>
abdenour Friendabdenour
- Join date:
- March 2009
- Posts:
- 84
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
August 1, 2012 at 10:49 am #462847Hi Ninja Lead,
I have do your solution but I have a 404 error page. Here is what I do.
On the first webiste JA Nex :
I add this script to the .htaccess file
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/index.php/
RewriteRule ^index.php/(.*) /$1 [R,L]
I setting the SEO on the backend to
Search Engine Friendly URLs: YES
Use URL rewriting:YESOn the second website JA Wall
I create an item on the mainmenu and do an iframe wrapper with this url
http://mydomain/mypage&tmpl=component
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 1, 2012 at 10:53 am #462849Please back anything to default and PM to me URL, FTP and admin access your site. I will help you out
abdenour Friendabdenour
- Join date:
- March 2009
- Posts:
- 84
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
August 1, 2012 at 10:57 am #462850Sorry but those website are intranet website. I can’t give you an access
abdenour Friendabdenour
- Join date:
- March 2009
- Posts:
- 84
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
August 1, 2012 at 11:36 am #462853Ninja Lead,
I have resolved my problem. The error was on my url. I have enter an url SEF and it was an url non SEF I must enter. That’s work correctly now.
Just a last question, how can I do the same things but now for a content ? Do I enter &tmpl=content ?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 2, 2012 at 3:28 am #462918<em>@abdenour 332621 wrote:</em><blockquote>&tmpl=content ?</blockquote>
Joomla Core does not support this formatabdenour Friendabdenour
- Join date:
- March 2009
- Posts:
- 84
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
August 2, 2012 at 9:16 am #462959Hello,
Your solution works but I’m just a little additional problem. When I create an iframe wrapper, the content of my other website looks good. Content that comes from phocadownload. When I click in the iframe wrapper on a phocadownload categroy I am redirect on the next page that corresponds to this category but this time with the ja nex mainmenu. I think it is not possible to hide the mainmenu because I did a click inside the page is in iframe.
In this case it is possible to create a ja nex template file index2.php but wihtout the mainmenu and modules. as a kind I make a link to this page index2.php but not index.php page http://mydomain/index.php/com_phocadownload …
-
AuthorPosts
This topic contains 21 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