Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Category Page First
Category Page First
0
This discussion has been closed.
Comments
How to make tab to be the default homepage for my site
Works for me.
Posted: Tuesday, 20 March 2007 at 7:21AM (AEDT)
Use the method outlined in the link from Wanderer's post (specifically posts 9 and 10) rather than this extension, and it will work.
Extension has 1.0.1
Can we get this minor discrepancy updated?
i think this extension only works if friendly urls are on.
to work with friendly urls off i changed these things:
on line 18:
// just add a some query string to the url
$Menu->Tabs[$num]['Url'] .= 'index.php?show=latest';
and replaced lines 23-27 with this small if:
if($Context->SelfUrl == 'index.php' && !$_SERVER['QUERY_STRING']) {
header('Location: categories.php');
}
regards, J
Warning: Variable passed to each() is not an array or object in /public_html/forums/extensions/CategoryPageFirst/default.php on line 16
Warning: Variable passed to each() is not an array or object in /vanilla/extensions/CategoryPageFirst/default.php on line 16
I get this message on log-out and log-in. Log-in works, however, so this is fine for me for now.
Does anybody have an idea how to get reid of the error message? (I'm a total php newbie by the way...)
Thanks.
thanks for the extension.
may i ask why on so many cases these bugs that we can found in the comments are not fixed in the file we download?
no cinism there - i don't have much experience and would like to understand if there's a reason for that thanks
that sounds great, stash!
i wonder if the updating of extensions can't be more "wiki-style"?
for an example:
28 Aug: Stash: line 16 corrected: "@ added before each"
30 Aug: Minisweeper: line X fixed: yadda yadda
you see?
I have a default page for members and a different one for guests.
It works with Page Manager, in fact it relies on it!
Posted: Thursday, 30 August 2007 at 7:38AM