By Andre Prior on Tuesday, 20 February 2018
Posted in Vanilla
Replies 15
Likes 0
Views 1.1K
Votes 0
Hello, Iam new to joomla and vanilla. Is there any documentation how to set it up? I got it installed and running, but the left menu (sandwhich button) is empty?! Where/how to integrate LOGIN function for easydiscuss?
Is there a position / module overview? Where which module / position is positioned? That would help me alot...
·
Tuesday, 20 February 2018 02:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I am sorry for the inconvenience caused. Currently, we're in the midst of updating our documentation. It will be available soon.

But in the mean time, let me assist you with the issues in hand. Are you referring to this: http://take.ms/lXQc5 and http://take.ms/o6OYl . This is actually a module which was installed together with the Vanilla template. It should be enabled by default. However, if it didn't you can actually enable it yourself from backend.

Navigate to your Joomla backend > Extensions > Module . Locate this module "Vanilla Sidebar Module" and make sure it is enabled: http://take.ms/Y5Hgv . If there is none, you can add it by clicking on New button.

Regarding your second question, you can turn on "Preview Module Position" from your Joomla setting. Navigate to System > Global Configuration > Templates. http://take.ms/b2D5u . Once you have turn on this, you can view the available module position on your site by appending ?tp=1 on your url. Example: http://vanilla.stackideas.com/?tp=1

Hope this helps.

P/S: In the future, please start a new ticket for any new questions rather than posting on your existing thread as it would be more difficult for us to manage in the future.
·
Tuesday, 20 February 2018 11:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello, I want to post a article when user logged in, under Home. Which position is that?
·
Wednesday, 21 February 2018 23:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Andre,

What do you mean by "post a article"? Do you mean you want to display a button for users to submit a new Joomla article?
·
Thursday, 22 February 2018 00:13
·
0 Likes
·
0 Votes
·
0 Comments
·
No sorry, I mean the part unter the Headline HOME. Can I have a picture or text there? Which only shows for guests or not logged in user? We want to make a intranet so all other function is only visible when logged in. Oh and when I click on register, I get message that I need to login first? How to do that when I want register?
·
Thursday, 22 February 2018 00:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Andre,

The home menu on your site is from Joomla articles (featured articles), http://take.ms/ryfkm. You just need to create articles and feature those articles in Joomla and it would then appear

I have created a test article and featured the article for you as an example, http://take.ms/Z3WQx
·
Thursday, 22 February 2018 00:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah so easy? Great thank you!
·
Thursday, 22 February 2018 00:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Could you please repair the registration? When I click on register, It says I need to login first. Which makes no sense
·
Thursday, 22 February 2018 00:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep, it is so easy and that is the default way of Joomla The reason why clicking on the register button brings you to the registration page is mainly because your EasySocial menu is set to registered.

If you plan to restrict the site access to logged in users only, you can set the menu as public and enable the lockdown mode in EasySocial, http://take.ms/FDv4a

I have configured this for you now.
·
Thursday, 22 February 2018 00:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you!
·
Thursday, 22 February 2018 01:41
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Andre
·
Thursday, 22 February 2018 01:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry How to remove the icon on the frontpage? It goes into the "WILLKOMMEN"

https://intranet.evidensia.xyz/
·
Thursday, 22 February 2018 01:56
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, which icon?
·
Thursday, 22 February 2018 02:09
·
0 Likes
·
0 Votes
·
0 Comments
·
This
·
Thursday, 22 February 2018 02:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

I have applied css codes below on custom.css section on your vanilla and it should now shown now. Please give it a check and see how it goes.

[gist type="php"]
.entry-header.has-post-format {
display: none !important;
}
[/gist]
·
Thursday, 22 February 2018 11:33
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post