Joomla show content article in a other article - joomla

Does anyone know if it's possible to show the content of one article in another article
?
I got a page for visitors and i got a page for members (both different template).
both have a link to the same article, is it possible to link them to the same article with keeping their own template?
I think its possible to make a new article to show the content of the original article,
but i dont know how.
Please help!

Please try to make two menu items and set the template selection there.

Related

Change link to blog post from text to an image link

I'm new to jekyll and coding, I was hoping someone could kindly help me.
I am creating a website that has two separate blogs on it. One blog has the typical list of blog posts to click on. For the second blog I would like to have a page of photos that are links to a blog post written based on that image.
My question is, how can I change the code to have the "photo blog" page display the images rather than a list of links.
Here is a link to my repository: https://github.com/vasilisa-the-beautiful/vasilisa
The website: https://beautifully-bipolar.com/
Also, you'll notice that when you click the photo-blog link the layout shifts. I've been trying to fix that for a week now. Please help before I go crazy :'D
Thank you, I really appreciate the help!

In Joomla how i can put an image on the principal page and when i click the image this open an article?

I'm using joomla 3.0.3.
I want to put a simple image on the principal page and when I click this image, automatically (changes the page) and opens an article with some info that I want to put on it.
It is possible?
With joomla default, or I need an extension for can do it?
Thanks a lot!
You can achieve this by creating a menu item for the blog view of frontpage or content.
This will load a number of articles and paginate them. In the options, you will find Intro articles (on top), then the number of articles to load in columns, then a list of links. Put 0 on the links and on the first articles, and you will get your list of articles in a grid.
Depending on the template you are using, the settings of the menu link could be enough to achieve what you want; if not you can write a template override to display exactly what you want.

Trouble configuring a module in joomla 3

I have been searching for a good carousel in joomla and found this one
SJ Carousel Free It also came with a user guide
I cannot make any sense out of the guide. I want to display a few images from a folder. I have been breaking my head over the "External Path" attribute in the module. It say images/{id}.jpg. What exactly does it mean? Where should I place my images.
I have posted in the official forum but didn't get any answer.
I'd also be grateful if some of you can suggest a few good joomla carousels. I cannot find some easily configurable carousels
I gathered that when the module is installed, some sample articles and a category are created which the module is then linked to. You should see how the images are displayed with the sample data. I assume that there is an image with a class and a description within a <p> or <span> tag in each article. If this is the method used, simple edit the current articles and copy them should you need any more.
The user guide is pretty straight forward. Should you need support, you should really contact the developer of the module else find an extension that is easier to use.
It appears that you need to create a category with articles containing the pictures you want to display. (I think each pic needs to be in a separate article) Then, you select that category in the Data Source box in Source Options Tab, while editing the SJ Carousel module.

How to edit Joomla article layout/style?

I'm trying to edit the default articles' HTML. Right now the titles are in h2s and I want to change them to h1s and get rid of the print options etc.
There has to be some where you can edit the HTML of default article templates. Anybody know where?
as i know when you are posting some article on joomla you have an option to post the data as HTML and i don't think so that you have to change some php codes.
on the other hand when you are Adding an article that time follow these steps:
Click on the Parameter(Advanced) on the right side of the article
Select No of the Show Title option
Select Hide all between Article Rating to Email Icon
after all these setting you just only get your own HTML codes that you posted on that article as well the <h1> tag
EDIT: Or if you want to completely change the Article layout then
find the location joomla/components/com_content/views/article/tmpl/default.php
The above default.php file keeps all the layout of the article section and all the data that data that will keep on the RightColumn.
Changing joomla/components/com_content/views/article/tmpl/default.php is not a good idea, since all changes will be lost after your next update.
Copy the before mentioned file and place it into the Your_template/html/com_content/article folder, which would have to be created first, if its not there already.

How to Display Dynamic Content below every article?

I am a new developer to Joomla. I am developing a website in which users will be able to write review for the articles. So, here I need to display a review form below every article. How can I achieve this? I have seen some extensions like custom properties which will place content below every article.
I think the best approach is to use an extension that was specifically built for reviews.
There are multiple options available in the Joomla Extensions Directory.
I found out the solution. What I needed was a plugin to display content after every article.

Resources