Where is menu item in Joomla 1.5? - joomla

OK, I'm new to Joomla. Making updates for someone still using 1.5, plan to get them upgraded to v3...
I need to add a new article and menu item. I've figured out where to do that in the backend, but my menu item isn't showing up in the navigation. I went to menu manager, where I added the new link to a menu called mymenu. I see the actual module in the template is titled myleftmenu, and I have the menu item selected there with the others from mymenu that appear throughout the site.
I've researched this and see maybe there were some bugs in 1.5, even some weird conflict with php 5.3, but none of this makes sense. I don't have spaces or special characters in the menu alias (or wherever that had been an issue for some people). I'm really stumped here because this really makes no sense. I don't seem to have anywhere else to look in the backend to update or change this, so what's the issue?

I would check:
1- check if you are placing your mymenu in the right module position. To do that put that /index.php?tp=1 at the end of your url (eg: www.web.com/index.php?tp=1) it will give you the position.
2- check if your menu is published (you need to click on "published")
3- if you are trying to make a drop down menu : know that it is not supporter by native joomla so you need to download module such as this one.
4- maybe your menu works but is not display because of overflow:hidden

I tried to modify other menu items in the backend and nothing was updating. I finally went searching for a php file that could have been hand-coded and modified and found that in my modules directory. Not being familiar with Joomla, and not sure if this menu had even been set up correctly, I then had to figure out how to get the right blog and item ID numbers for the hyperlink. Ugh! I feel like someone went about building this in a way that just made it more difficult for everyone who has to update the site in the future. Now I'm really wondering what a version upgrade is going to do to this!

Related

Joomla Menu Item Article List Blank

I have a Joomla (2.5.4) site which uses menus. Recently I went to add a menu item to an existing menu. When I click on the "Select/Change" button the resulting window shows up, but the list of articles is blank. This also happens when trying to modify an existing item. I not even sure where to start looking on this one. What could be causing this window to not retrieve the list of articles?
The site owner agreed to upgrade to the latest version of Joomla and the issue was resolved, which is good news. The bad news is I still do not know what caused the issue in the first place or what part of the upgrade fixed it.

Joomla! & VirtueMart - show product category instead of shop front?

I have a Joomla! 1.5.15 and VirtueMart 1.1.4 installation from a client project and I need to change something I'm not sure how to.
I have one of my menu links pointing to the shop (menu item type: VirtueMart) but it directs me to a front page (to be precise, it renders the content in themes/default/templates/common/categoryChildlist.tpl.php).
What I want is for this link to make one of my product categories show.
I've tried several methods (without any luck so far):
Using header() doesn't work (I know, it's a pretty shameful trick, but I had to try it).
Changing the menu item type doesn't work (you can't modify the link itself).
Modifying any of the browser_ files doesn't work either (at least, doesn't look like it).
I'm a bit out of ideas... any hint?
It's been a while since I used VM 1.1.x, but isn't there a Category menu item available in the menu manager? (by the way you are way out of date I think 1.1 got to version 1.1.9 before it reached EOL).
I would also strongly recommend updating your Joomla! installation to at least 1.5.26 with the additional hotfix that was released recently (Joomla 1.5.x is also EOL).

Why my top menu dissappear when in register or reset page in joomla 2.5

I have created a custom joomla template based on blank joomla template from http://blank.vc/. Everything was fine until i clicked either forgot password?, forgot your username? or create account link that bring me to register or reset page in frontend but strangely the top menu was gone.
This is the screenshot :
http://i63.photobucket.com/albums/h145/affan2fly/menugone.jpg
i have no idea why this could happenned.
Please help with this. I appreciate all the help. Thanks!
The problem is because only on the pages selected option for module assignment is set. If you open a page which doesn't belong to any menu, then module won't be shown on it.
You can either check menu module to be shown on all pages, or make a new menu item for forgot password functionality, and then assign that menu for both menu module, and breadcrumbs module.
I don't know which Joomla version you're using and what you use for translation, but if you use Joomfish or Falang, language translation should be much easier.
If you don't use any of those, and you really need to leave everything as it is, then you can also detect current user language in the template, and load either one or the other menu module based on it. That way you can set module to be shown on all pages, and make sure it is displayed only for the choosen language.

Joomla: How to add a right side menu

I'm fairly new to Joomla, but I'm an experienced developer with a tendency to dive into the code a bit too quickly. Before I start doing that this time around, I'd like to know if there is a simple, proper way way to add a right side menu to the default template in Joomla. I'm using Joomla 2.5.
Bonus points for info on how to access and create menu types.
Before you start, the template would be the first thing I would install. If you're looking for free then it's going to be lie choosing a car, there are so many to choose from. If you like editing and styling, then you might want to consider the Yootheme Master Theme
As for the menu on the right hand side, you can create a new module, set the type to menu then assign a menu to it. I assume you already know how to create a menu via the Menu Manager ;)
Hope this helps
OK. I figured out how to do it without any external modules or a drop of code. These are the steps:
Go to extensions->module manager
Choose one of the menu module types (I choose 'Menu example')
Enable it
Choose position
scroll down, actually second page, choose position-6, which is Beez5 or Beez_20 top right.
Make sure the menu is enabled for all pages that you want it to be.
Save and close.
Simple as that.
You Can use the plugins for side menu:
http://extensions.joomla.org/extensions/structure-a-navigation/menu-systems/sliding-menus/12094

Get preview link to article before publishing

In Joomla 1.5, I created an article. Before publishing it, I want to send a preview URL to my colleagues (they are not registered to Joomla).
I'm looking for something like adding task=preview to the URL and it would show the article.
It would be enough if the article would be normally published but would not be displayed on the main page in the latest news. I tried to set "Front Page" to "No" but without success.
How can I solve the problem?
Joomla! 1.5 doesn't have a feature like this and from the way it's built I'm not sure it's possible without modifying the core com_content files. You could try a search of the Joomla! Extension Directory to see if someone has implemented what you're after.
In the meantime if the article is turning up on the websites front page even when you've set it not to - then the front page must be using a Section/Category Blog page style rather than a Joomla Frontpage page. In this case you could find out which category is set to show on the menu item being used for the front page and then temporarily change your article to another that doesn't appear there.
Once you've got it in another Category you should be able to get a link to the article by doing a search from the front end (assuming you don't want to create a menu link).
try creating a new category called Preview and since that wouldn't have been assigned to any pages yet, it should not appear. If you have trouble finding the article then, you could temporarily publish it either on the home page or somewhere in the menu. Then when you have found and copied the url, you can remove the article from the home page or menu or wherever you temporarily have it appear.
If you should ever want several 'preview' articles appearing on one page, create a new menu item, assign it to the Preview category you made, and in System Parameters, click on Show Title: 'No' so it doesn't appear in the menu. I don't know about what shows up in Google for example so if it's sensitive data I can't say it won't show in search engines, it probably will.
It probably appears on the Front Page because as you say it's part of the 'latest news' module. You could also try removing it from the module feed, but a new category is what I'd do.
Paul
I just selected Section: "Uncategorised" and the article went out from the latest news. Hope it's not accessible any other way in the current setup (there is no search function hopefully). It's not a cleanest solution, but it seems to work.

Resources