How to publish and position an article in joomla 2.5 - joomla

I have created an article in joomla2.5 , when i try to publish it, it's not reflecting in front end.
I am a newbie to joomla2.5. Any help on this?

Go in the article manager:
http://docs.joomla.org/Screen.content.15
Then click on the little red icon in the "featured article" column (it used to be the "front page" column in versions previous to 1.7), the icon should become green.
To decide the order of the articles in home page, use the Featured Articles manager (it used to be the front page manager in the previous versions)
http://docs.joomla.org/Help17:Content_Featured_Articles

Related

Linking article pages on joomla that do not exist as a menu item

How do we link an article page on Joomla without it being published as a menu item? We have tried using the ID number, but it does not work.
For example, within one of our published pages we want to link to another article page but this page does not exist as a menu item- so there is not an url to use.
Please provide step-by-step instructions.
If you prefer to NOT have to create URLs manually you can try switching the editor that Joomla uses by default (TinyMCE). Personally I find JCE Editor much more useful. With that you can quickly generate links to menu items, content or even contacts all from their 'Insert/Edit Link' modal popup. It also has a more robust image manager. JCE Editor can even be installed from the 'Install from Web' tab of the Extension Manager Install page.

Altering the position of an article in Joomla 1

I am currently updating a web page for a company who are still using the very old Joomla 1. When creating a new menu item, I have found that an article is needed in order to create the page.
My problem is the fact that there is no option to alter the location on the page of the article. For modules, this is not a problem as there is an option which can be used to choose the specific location. For articles there is no such option, which has been of grave annoyance as they simply crop up here, there and everywhere!
If it is of any assistance the theme which is being used is contained here: http://demo.rockettheme.com/?template=versatility4
Regards,
Chri3
I dont think this has changed in any version of Joomla, but it has been so long since I have looked at a Joomla 1 installation, I could be way off. Additionally, I dont have one to look at for reference.
So here goes my scientific wild &^#%! guess. When you create a menu from the menu manager in Joomla, you have to select a "menu item type". This could be a single article layout, category layout, blog layout, or link to another installed component, ect... I think its one of the first options in the menu item manager.
Then once you select "single article" there should be a dialog box that allows you to select or manually enter the article you would like to display for that menu item. Hope this helps!
Open up your templates index.php file and look for the following code...
<jdoc:include type="component" />
This is the call to the "main component" in your case would be the content component. You can move this anywhere within index.php and your article will display there

YooTheme Zoo Application Blog Front Page

I am using YooTheme's ZOO Blog application on my front page. I have two things I'd like to acheive;
When clicking on an article title, you are taken to a page where you
have the article in full view, including any read-more content you
may/may not have. When taken to this page, you still have all modules
which are assigned to the 'home' menu item. Unfortunately, in order
for the application, 'Blog' to show on the front page - it must be
assigned to the 'home' menu item.
I'd preferably like the full article page just to have the menu module at the top, and perhaps any modules I do actually 'enable'.
A strange one - I'd like to have no pagination at the bottom of my
front page. I'd simply like to encourage users to go to a separate
page that lists all of the news.
I hope someone can help!
I'd utilise the 'fantastic' community that YooTheme holds - but unfortunately, after 3 months (being the lowest tier when you buy a product) any and -all- support stops. This includes the ticketing system which is mainly community-help based.
If need be, I can provide screen shots.
You can edit the full and any layout by clicking to the icon in zoo administrator panel. There you can edit every element in the link which is under your app type name! Next to the "Default" or your template there are links for full, teaser, feed etc. Full is for the full view of the item and teaser is for the category/front page view! In Yootheme's website you can find a comprehensive documentation about zoo also! Let me know if you need anything else
I found the answers to this problem. (I'm not native english speaker, but I hope you'll understand)
First method - sh404sef, I don't know whether it's a feature or a bug in that component, but that what you need to do:
Unpublish your default homepage menu item(zoo category for example) to wich there were assigned modules that you dont need to be shown, then create and make it Default Page(star sign) new menu item(or use existing one), and assign to it the modules that you want to appear in the full item view(I'm using product not a blog zoo app) or article full view when you click link from homepage and opens zoo item page or zoo category page.
In joomla Globa Configuration turn on - Use URL rewriting, then in sh404sef Control Panel turn on - Enable URL optimization and Rewriting mode with .htaccess . Errase all the url links in sh404SEF: URL manager(if any exist), we need it (sh404SEF) to create new links.
Now when you open new default home page with modules you need to be shown in the zoo item full view, you start to going on ALL the zoo links you wish to open then with that quantity of modules. sh404sef creates SEF link in it backend (in URL manager). And that links will open with exactly with that quantity of modules with zoo.
Now you can publish back again your previos homepage and make it default page. And there will be modules that you want on homepage, but because of links that sh404sef created when you were clicking, the zoo items or article links will open with different modules that we asigned to our second default page you use to create those links. For that purpose I commonly use existing menu item where will be another set of modules not like in the homepage. When you have new link on site you have to partially repeat that. You have to go on that link first time from the page where quantity of modules suits you (and to be on the safe side make that page your default page for that time)
Second method - JoomlaXTC Zoo Item Wall, its a module you don't have to make menu item to show zoo items on a homepage. But, I didn't tried it myself I only read about it.

Joomla - need two separate categories of articles on the same page

In Joomla 2.5, I want to display two separate blog-type streams of articles on the same page, with the complete text of each article. I can get one using jdoc:include type="component". But I also need the articles from another category elsewhere on the same page in that same format -- first a category header, then the complete text of each article.
Modules I have tried:
Latest News: displays a list of articles, not the complete article text.
Article Category: same
Newsflash: Displays the complete article text, but doesn't have a way to display a category header.
This seems like an obvious thing to want, but I don't see how to do it in Joomla. Is it just impossible?
Thanks in advance.
if you want something ready-to-go, then this is your solution:
http://extensions.joomla.org/extensions/core-enhancements/embed-a-include/18121 (Paid)
If you can modify joomla extensions, this ones could do the job (after playing for a while with the code to add the articles text to the queries):
http://extensions.joomla.org/extensions/news-display/articles-display/articles-listing/13950 (Free plugin)
http://extensions.joomla.org/extensions/news-display/articles-display/articles-listing/7314 (Module)
Or maybe take a look at these JED sections to see if there is anything more useful:
http://extensions.joomla.org/extensions/news-display/articles-display/articles-listing
http://extensions.joomla.org/extensions/news-display/articles-display/content-embed
I've been struggling with displaying more than one category-blog on a home page, but have now found a working solution.
Install the Plugin "Plugin Include Component" and the Module "Article Placed Anywhere" - both free.
For each blog that you want to appear on the same page:
In Category Manager create a category to hold the blog items (articles).
In Menu Manager create a menu item, probably on a hidden menu, of type Category Blog, referencing the category that you just created.
In Article Manager create an article contaning just the plugin code
{component url='index.php?option=com_content&view=category&layout=blog&id=XX&Itemid=YYY'}, where XX is the category ID and YYY is the menu item ID of those you just created
In Module Manager create a new module of type Articles Placed Anywhere, select the article just created and the position in which you want it to appear.

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