Joomla Modules Not Showing Up On Menu Assignments - joomla

I have a menu, Home * About Us * Services, Home is a Featured Article, About Us and Services are Single Article types. I have a different article assigned to each menu item, with the homepage article being a featured article.
I created a module and assigned that module to all pages (this is default behavior). The module shows up on the home page but does not appear on any of the other two pages.
I've done this a million times... what on earth could I be missing?

Does the module position occur on all pages? Check your template configuration.

I am facing a similar issue . Well, not exactly the same but I upgraded my site recently to Joomla 3.x and I am unable to add any modules to the site on any of the pages. To answer my original question, please click here

There is Itemid Issues.check your other pages Itemid

Related

Frontpage modules appear on article pages

I have a very weird problem with a JS Jobs installation on Joomla 3.2.3.
http://bartenders4hire.net/index.php
I'm using some modules on the main page: new jobs, new resumes and jobs by city and when i click on a link within the modules the info will show up at the bottom of the front page, still showing all the modules. Obviously this is not the desired effect. I need to have those modules to be shown only on the front page.
I'm using a theme by rockettheme, already tried to adjust settings on the back end, but without any solution. Anyone has an idea how to solve this problem?
Articles without menu items are shown in the home page template by default. One solution is to create a hidden menu (simply an menu that's not published via a module) and create links to your articles in it. You can also create blog layouts to account for entire categories of articles in the same manner.
More info from RocketTheme

Joomla 2.5 - sources of homepage content

Total Joomla newbie here. I've been asked to help with a site I didn't create, and I don't know Joomla. The site is using Joomla 2.5.
The homepage contains three featured articles, but some additional content is showing up below the third article, above the footer. The admin tool only shows three featured articles, and when I examine the source of the third article, there doesn't appear to be anything wrong with it.
Where can this additional content be coming from? Any suggestions on how to track down how it is getting added to the page?
TIA!
Probably a module - check out the installed modules.
Check the active template, then go to the template folder > your template > index.php. this is the PHP of your site.
Here you can see what modules positions you have, and then check in the admin system > module manager what position is actually in use.

Home page modules showing on articles in Joomla

I have custom HTML & other modules on homepage which have been marked to display only on homepage. I also have articles on homepage with "read more" links.
Problem is that when I click on these read more links page opens with all the homepage modules still there and article is displayed below these modules.
I have checked setting all the modules are marked to display just on homepage, yet they get displayed on articles pages too.
Please help.
Those articles become "children" of the page you are viewing, so that's why you see the modules there.
I had that problem before, it's related to Itemid I guess.
You can use Advanced module manager to assign those modules ONLY to the homepage.
EDIT:
Manual solution without using the AMM extension.
you MUST publish the category that your articles belong to in ANY joomla menu so that those articles get their own item id because they are children of that category.
this is a default Joomla behavior since 1.5
Every article needs to have a menu item or a parent menu item, IIRC, and if it doesn't find one, its parent menu item is the default menu item (the front page menu item).
So to fix this, you need to make sure that every category has a corresponding menu item, so that every article's parent menu item is not the home page. This works because every article has a category ("uncategorized" counts as a category).
Create a hidden menu, and then create one "Articles ยป Category List" menu item for each category.
You can find more documentation in the wiki page entitled How to control module display when linking to an article with no menu item.
Here is an explanation of the joomla item id problem and a fix
http://www.joomlabamboo.com/blog/tutorials/how-to-avoid-the-joomla-menu-itemid-issue
When articles do not have a menu item they show the modules assigned to the page they were linked from, in the same way if you had a blog category menu item you would expect any blogs under that menu item to show the modules assigned to the parent without having to assign them to each and every post.
This is a big problem when you have a homepage which hides the component output as any further items just show the homepage with a different url.
I had the same problem, and installing the Advance Module Manager (AMM) did solve my problem. All I had to do was go to the specific modules that I had chosen to display on the home page (Based on the standard Joomla settings), then under the "module assignments" options of each module there were new settings (From AMM) that had a section for "Home page", I chose the setting "Include" (Default is "ignore") on each of the modules.
What this "include" does, is that it ensures that only the homepage (your true default directory, rather than the Joomla article chosen as "feature/homepage") is the one that features the modules chosen, and not children articles, or others (which was my problem)
I had the similar problem and found this article to be a great point to start:
How to control module display when linking to an article with no menu item
It works for J 2.5 and 3x
Personally I used the Metamod extension to control Joomla modules display.
It requiers a little bit of code understanding, but greatly helps when you figure out...
I used the follwing php snippet in my custom Joomla 3.3 template:
if (
$_SERVER['REQUEST_URI'] == '/' or
$_SERVER['REQUEST_URI'] == '/index.php' or
$_SERVER['REQUEST_URI'] == '/home.html') {
echo 'homepage html'
} else {
echo 'non-homepage html' }
I had this same problem with the modules such as "most popular" and "recently added" and the problem was solved when I checked out the language of the articles and changed the ALL to ENGLISH, or FINNISH etc. After that, everything worked like I wanted to. Hope this will help you too..

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.

How to force a Joomla Article to use a given template

I am working on a Joomla site: http://phillipswebster.com/defective-drugs/yaz has a form and all the rest of its pieces but http://phillipswebster.com/defective-drugs/propecia which I just created doesn't have the form and banner. I have checked the yaz article and the Propecia article side by side in the admin and they are setup identical.
any ideas
The magic word here is "modules". You have to activate the same modules (contact module, left menu module, etc.) for the home menu item.

Resources