rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rscataran

Pages: 1
1
HTML & templates / Re: Change template when logged in
« on: October 28, 2016, 02:21:06 AM »
I tried what you suggested. I also thought that it would work.

But opening the page for the first time shows a blank white paget. Then, when I hit the refresh button, that's when the Live template will load correctly.

Any idea what's happening? I check the page source and its blank.

2
HTML & templates / Re: Change template when logged in
« on: October 26, 2016, 01:49:01 AM »
This is the work around I did.

I set the default template in HFS.

then on the events I added

Code: [Select]
[+request]
{.load tpl|themes/Live-3.0.1.tpl.}
[+request]
{.if|%user%|{: {.load tpl|hfs.tpl.} :}.}

It seems that the default template needs to load first before using it in {.load tpl.} to get the correct effect.

3
HTML & templates / Re: Change template when logged in
« on: April 25, 2016, 07:48:02 AM »
I did the [+request] instructions and it loads the default template as expected. But I think there is a slight difference on the page.

Here is a screenshot..

It seems the two column layout was gone.

Update:

Upon further checking, I also found out that some of the button on the Actions section was missing.

4
HTML & templates / Change template when logged in
« on: April 22, 2016, 05:12:29 AM »
Good day,

I am very thankful for this great software.

Searching the forum if possible to change the template when the user logged in.

Currently investigating the hfs.events and load.tpl but I did not see the event that I needed.

The scenario I was hoping for would be like this:

-Upon opening HFS (anonymous), Template is Live 3.0.1
-Once logged in set the default template.

Cheers!



Pages: 1