SEBLOD. Joomla menu link to particular article - joomla

How I can create menu link to particular article with SEBLOD? When you create menu item to SEBLOD there are 2 options: form, list & search type.
Of course I can create search with parameter art_id and get the article I need. But the problem is that article may contain form. And it's impossible, because SEBLOD wraps whole page with its own form if you use list & search type.

I found solution by myself.
You can just create menu link to single Joomla article. If this article is one of SEBLOD items in this case SEBLOD by means of its plugins will process this item, no metter that menu link is not one of SEBLOD's entities. Also it will use its own template.

Yes, you're right. SEBLOD is smoothly integrated with Joomla. Any view of Joomla can be used to display SEBLOD items such as article view, and other list views such as category list view or category blog view.
But for "list views" the best performance is with native SEBLOD view by using list & search SEBLOD views.
Regards.

Related

What is best way to present a searchable/sortable list of data with entries having more than one title?

Building a web site with a data list (or directory) with some entries having more than one title. The entries need to appear in the list for each title. The list needs to function similarly to Linux's symbolic links where there are more than one directory entry pointing to the same data. Are there any recommendations on how to do this?
Tags (in Articles) were invented for that.
Or Custom fields. Or a CCK. It is about a Many-to-Many relation, or One-to-Many.
Please specify your needs: what is the difference between your "entries" and your "titles"? What are they?
One option may be to store the data in articles and create multiple menu options pointing to the same article.
A hidden menu (one that is not displayed explicitly on the website) can be created if there's no need to display the information in a menu.
You can configure the menu items to display the menu title as the page heading (rather than the article title) if you wish.
Menu items matching a search term will show up in Joomla search results.
Joomla does not offer any option to automatically sort menu items in a menu automatically but you can probably find a third party menu that can do this e.g.
Art Responsive Menu (free) looks like it has an option to sort by menu title.

Joomla category list issue

This is difficult to explain but I'll do my best.
I have a site with a number of articles grouped into different menus, which allows me to present relevant content to the visitor depending on what they are interested in. Each article may be in a number of menus.
I have also categorised each article based on the menu that it is most relevant to. I have done this in order to create a landing page using the category list component.
The issue I have is that the urls in the category list output do not relate to the active menu, when the article is in a number of menus. When you click on the article it takes you to the different menu. This issue is fixed if I unpublish the article from all other menus. I understand this is because Single article menu id takes precedence over category menu id's.
I need a fix that selects the active menu id rather than the default.
Any help appreciated.
Joomla cannot do what you want to do by default. In short, you have multiple URLs for each article and you want Joomla to automatically know which context that article is displayed in in order to display the right URL. Joomla can't do this.
What you need to do is that you want to override the layout module for that category and create a code that will get the right URL based on the context you are in. Not a very easy thing to do but this is how it should be done.
Note that there are some extensions, such as flexicontent, that allow articles to be listed in multiple categories, and that will handle such URLs correctly depending on the context.

how to make the front page of joomla consist of only one article, or one section?

Currently, the joomla front page consists of latest news and several articles and list, basiclly i want to change the layout of this to just one specific article.
Changing the home button properties on the menu page doesnt do the trick as thats not the same as the front page.
Go to the menu manager and find the default menu item. It is marked with a star. Edit that item. If it is using a frontpage/featured layout you can tell it exactly how many featured articles do display by changing the parameters. OR you can change the menu item o a single article or a category or whatever you want.

How to create a hierarchical Joomla! menu structure

I need an advice ...
I'm using joomla 1.7.2.
I want to plan a site, the site should be very hierarchical.
Actually it will contain categories and sub categories and sub categories and ... And finally all relevant articles that will be under the sub-sub ... Category that was selected.
My ambition from Joomla is to create a main categories menu that looks something like that (never mind the graphics at the moment):
menu example here
Clicking a category will lead to the same look a like menu with his sub-categories.
I guess you could create an article for each category that will contain a menu that will display the relevant sub-categories. but it seems incorrect.
Is there a more correct way to build the hierarchical structure of the site menus?
Sorry about the long text.
I would appreciate any response.
Yoni.
Seems like you are going to make your users click a lot of links to get to the content. How deep do you plan to go? You might want to look in to one of the many mega menus to make it a little easier to get to what they are looking for.
In any case, the basic functionality you are looking for is built in to the core Joomla menu. First, you would need to create a single menu with the structure you described. Link the parent menus to the Joomla category. The trick is in the parameters of the menu module. You will need one menu module for each level of categories you have in your hierarchy. Each module will need to be assigned to every menu item on the corresponding level and the start and end level parameters will need to be set to one level below the current level (0 being the root or top level). You will also want to have sub menu display turned off.
when you click through the links the menu will only display the child menus of the current menu item you are on.
If you want to create an hierarchical menu in Joomla you have to "split" the menu in different parts. Please follow these tutorials:
TODO: Creating a split menu in Jooma
Video TODO: Joomla's
Split Menu System

Joomla conditional pages and menus

I'm trying to make a "Chapter selector" for my organization's website. I want to be able to select, say, the "Bay Area chapter" and have the site display articles and events for the Bay Area chapter (while keeping the chapter-independent parts of the site the same). How do I accomplish this?
I'd need a little more detail but here are some of the things to consider -
I am a fan of K2 for being able to nest categories, but you can at least categorize all of your Chapter information in to separate categories within a single section in the Joomla content manager.
For each Category you will need a menu item - Articles > Category > Category blog Layout
In the module manager you will need corresponding modules that display category related information. Be sure to associate the modules to the correct menu items in the module's Menu Assignment area.
I'd do the chapter selector as a menu. Create a menu to contain your chapters and then publish a module for that menu which allows you to pick your items with that chapter.

Resources