Need joomla article to show in popup window

Need help with the Administration of your Joomla! 1.5 site? This is the spot for you.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
nettemor
Joomla! Explorer
Joomla! Explorer
Posts: 304
Joined: Fri Dec 08, 2006 10:44 pm
Location: Norway

Need joomla article to show in popup window

Post by nettemor » Fri Oct 03, 2008 2:22 pm

Hi,

I am using the wrapper to include a php application. Ahead in the php app there are a link to a "condition"page. This "condition" page is actually a joomla page. How can i get the joomla page to show up in a popup window?

(The user cannot click on the menu to see the "condition" page, cause then will joomla load that page and the php app will dissapear)

User avatar
ooffick
Joomla! Master
Joomla! Master
Posts: 11615
Joined: Thu Jul 17, 2008 3:10 pm
Location: Ireland
Contact:

Re: Need joomla article to show in popup window

Post by ooffick » Sat Oct 04, 2008 10:24 am

Hi, in the Menu Manager you can choose if you want to display the link in a new window pop-up or in the same window.
You might need to add &tmpl=component to the link as well.

Olaf
Olaf Offick - Global Moderator
learnskills.org

nettemor
Joomla! Explorer
Joomla! Explorer
Posts: 304
Joined: Fri Dec 08, 2006 10:44 pm
Location: Norway

Re: Need joomla article to show in popup window

Post by nettemor » Sat Oct 04, 2008 5:01 pm

Hi,
and thanks for your answer. I cannot do it the way you describe. This should be a link in the php page, which are going to show a joomla content in a popup window.

User avatar
ooffick
Joomla! Master
Joomla! Master
Posts: 11615
Joined: Thu Jul 17, 2008 3:10 pm
Location: Ireland
Contact:

Re: Need joomla article to show in popup window

Post by ooffick » Sat Oct 04, 2008 5:24 pm

You could try to add this:

Code: Select all

<a href="[add-your-link-here]" rel="nofollow" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;">Click here to open the pop-up</a>
Olaf
Olaf Offick - Global Moderator
learnskills.org

User avatar
mutwirik
Joomla! Apprentice
Joomla! Apprentice
Posts: 36
Joined: Wed Aug 09, 2006 10:41 am

Re: Need joomla article to show in popup window

Post by mutwirik » Tue May 04, 2010 9:42 am

Thanks ooffick,

It is just what i was looking for. A pop up window that opens from an Article link


Locked

Return to “Administration 1.5”