Opening a link in new tab PHPFOX - phpfox

I am trying to add new child menu through PHPFOX admincp which should open target URL in new tab. I've tried directly adding anchor tag with target="_BLANK" in language package details under CMS=>menus=>edit menus, but then it creates two menus one with blank label and one with anchor tag entered as below:
{a href="http://domain.com/index.php?do=/module_name/controller" target="_blank">menu</a>}

Related

How to make pimcre menu open items in _blank window using hardlink

I have Pimcore cms which has a menu who consist of many link. Those links is created using hardlink. I want to create such link to some page with link property target="_blank". How can I do this? Can it possible?
You can make a custom property for link target and render this into the template, while you output the menu.

Module opens article in same window with existing modules instead of new page

I created a new menu (v. 2.5) with an extension. I treated the objects in the new menu as a new article and linked to them using the menu manager. So clicking on a menu item opens up a new page called "x".
The new page ("x") opens up from the new menu bar with module items (like pictures) appearing. I want to add a link to yet an additional page and have it pop up. The page opens up, but appears at the bottom of the existing page with all of the other modules showing. Not a pop up, not a new clean article without pictures from the modules in "x". So, instead of just having a text article in a new window, it opens up in the middle of all the existing modules on that page.
I tried to use the "open in another window" in the link manager of the module manager, but it doesn't work. I'm lost.
The modules in Joomla system are assigned to Menu elements. Please go to Extensions/Module Manager. You will se the published modules here. There is a column on this list called Pages. If you see All it means this module will appears on every pages.
The solution is open the modules one by one and scroll down to Menu Assign and set where you want to see the module.

Copy home template to make changes & test on hidden menu

I want to copy my Homepage (index page) and make the copy appear on the hidden part of my website as so i can make changes and test it before i put the new page up live...
So i basically want to be able to type a URL and see the page on the web, yet I don't want that page to apart of the websites main menu...
Make a new menu from the menu management name it like 'hidden menu' or something else then add new menu item on it .
Don't publish your hidden menu elsewhere in site. Assign your copied template to your new menu item created under hidden menu.
Now you can copy the link of new menu to the url.
Copy (aka duplicate) your content article (= index page, hompage content). You can access it via URI index.php?option=com_content&view=article&id=<ID> and replace <ID> with your articles ID.
This is for Joomla 3:
Go into the Template Manager and copy your existing template to make a new one e.g. 'YourTemplateName2'.
Note that a style 'YourTemplateName2 - Default' will automatically be created as well.
Edit the new template.
Preview the new template, either:
In Styles, using the 'eye' icon to the left of the style name, or
In Templates, using the link 'Preview' under the style name, or
Using the URL GET parameter 'template' like this:
"http://www.example.com//index.php?template=YourTemplateName2
If you use the 'Preview' link or the 'eye' icon, you'll get a preview with the extra parameter 'tp=1' - this shows you some extra info, but if you want to preview the site exactly as it'll look to the user then you can just delete this parameter.
When you're happy with your changes, either set the new template to be the default template, or copy the details from your new template to the existing one.
Hope that helps.

remove everything in sidebar but one menu

I am integrating blog(wordpress) into our magento site. I am at the point to update handler in the blog.xml file. I want to display in sidebar only the blog menu but not other menus that are by default in the right sidebar. I know i can remove the right sidebar all together but then there is not sidebar to attach my blog menu.
How to do this - add single menu and remove rest of the menues in the sidebar?
Thank you,
Margots
Hy,
you can use unsetChild to remove content from any bar you like, and append to add
any block you want.
See here how to use:
Magento Layout Files Reference
Or remove the complete sidebar and set your block you want to show in your sidebar with as="right"
in your layout update xml.
Z

Setup a startpage without a correspondig menuitem in Joomla

In Joomla 1.5 I would like to have a startpage (that has its own template) but there should be no corresponding menuitem "startpage". If the user wants to navigate to the startpage the only way he can do that is by clicking on the logo in the header. How can I achieve this in joomla? Currently it seems that I am forced to select a menuitem as the "default" menu item to define that this menuitem will be used as the starting point. But it also seems that I can not hide that particular menu item. Also I am not quite sure how to setup a common header that when clicking on it naviagtes to the startpage.
Create a menu that you do not display (perhaps hiddenmenu in addition to mainmenu), then place the default menu item there. You do not have to display every (or any) of the menus you create in Joomla. As for the logo, creating a link to '/' should work if your site is at the domain level.

Resources