Loading...
 
Architecture / Installation

Architecture / Installation


Articles as Home Page

posts: 8633 Israel

Hello,

I have a working 1.8 tiki.
I have set under preferences "general" home page : Articles.

When i get in under register user at start (the web site show at first only login box cause the site is private). i see, error wiki_feature desabled.

Inside, if i click on "Home Page" then it shows the articles in the main frame.

If i log out and then log back in it is ok.


If i enter as admin it is ok and the articles shown in the main frame.
If then i login as registred it is also ok.


Any clue of what to do as i don't want any no registred user to see anything.

posts: 2881 United Kingdom

Hiya

Do you have Group Homepages option ticked? That would default back to wiki

Damian


posts: 8633 Israel

Sure Damian, but if i check it then before any login any people can see part of my website (side menu and so on).

That's the trick if i switch on "Display modules to all groups always:" anonymous will see some of website.

I don't anyone to see anything before he log himself.

So, how...


And why i get to : "This feature is disabled: feature_wiki"

posts: 2881 United Kingdom

> yoni:
> Sure Damian, but if i check it then before any login any people can see part of my website (side menu and so on).
>
> That's the trick if i switch on "Display modules to all groups always:" anonymous will see some of website.
>
> I don't anyone to see anything before he log himself.
>
> So, how...
>
>
> And why i get to : "This feature is disabled: feature_wiki"

Maybe at one stage you had a wiki page for the anonymous group? maybe that row will need deleting manually in the database.

mmmm, not sure which table those are held in without searching, but Im guessing that anonymous has an entry but the value is blank. rather than a non-existant entry.

Maybe we need to look at that in Tiki code too.

Damian


posts: 2881 United Kingdom

> yoni:
> Sure Damian, but if i check it then before any login any people can see part of my website (side menu and so on).
>
> That's the trick if i switch on "Display modules to all groups always:" anonymous will see some of website.
>
> I don't anyone to see anything before he log himself.
>
> So, how...
>
>
> And why i get to : "This feature is disabled: feature_wiki"

Maybe at one stage you had a wiki page for the anonymous group? maybe that row will need deleting manually in the database.

mmmm, not sure which table those are held in without searching, but Im guessing that anonymous has an entry but the value is blank. rather than a non-existant entry.

Maybe we need to look at that in Tiki code too.

Damian


posts: 8633 Israel

Well Damian,

Remember i don't know nothing !
So if you want me to do somethimg i'll do !confused

Under Table users_permissions i can't find it.

Under Table users_objectpermissions i found anonymous but don't know what it is.

Under Table users_grouppermissions i have found two entries with Anonymous...

"tiki_p_view" and
"tiki_p_read_article"

I have delete them but... nothings changes.


-


Under "tiki_menu_options" i found something that look strange to me :

typenameurlpositionsectionpermgroupname
oHometiki-index.php10
sWikitiki-index.php200feature_wikitiki_p_view


What you say ?

Thanks for your help
Yoni


posts: 8633 Israel

RAhhhhh....

This is a nightmare !

I have look around everywhere into the tables !
I can't find something hard about it.

I jump into the code where i saw in "tiki-setup.php
$feature_wiki = 'y';
$feature_articles = 'n';

I changed it to

$feature_wiki = 'n';
$feature_articles = 'y';

That doesn't changed a thing and i have seen there a lot of preferences and features i don't use checked to "yes"

Is that file realy usefull ?


Yoni



posts: 8633 Israel

Ah ah !!!

Under Admin/Groups/Modify i found a field on : Group Home page...

But no explanations, how can i specify that registred groups entry page is xxx

What are the arguments ?


posts: 8633 Israel

Under Admin/Groups/Modify i found a blank field on : Group Home page...


Still nobody know what it is for ?


Yoni