Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard Spread FireBoard!
Numinu Template Released (1 viewing) (1) Guest
Go to bottom Favoured: 28
TOPIC: Numinu Template Released
#40332
Re:Numinu Template Released 10 Months ago  
grumblemarc wrote:
Hey. I have a question and I didn't see that anyone asked it but is there anyway to make the Categories tab open by default? Even swap places with the All Discussions tab? I would use the template and even modify it if I knew this was an easy fix.

WOOOO HOOOOO!!!
Got it.

In listcat.php find

[code:1]defined ('_VALID_MOS') or die('Direct Access to this location is not allowed.');
if (strtolower($func) == '' ){
include (JB_ABSTMPLTPATH . '/latestx.php');[/code:1]

And replace with
[code:1]
defined ('_VALID_MOS') or die('Direct Access to this location is not allowed.');
if (strtolower($func) == 'listcat' ){
include (JB_ABSTMPLTPATH . '/latestx.php');[/code:1]

Then open tablist.php and find the word "Categories" (no quotes) and replace with "All Discussions"
And find "All Discussions" and replace with "Categories"

It now opens in Categories and can be changed over to all discussions as per user preference.
Hazzaa (User)
;-)>
Gold Boarder
Posts: 987
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: United States
Logged Logged
 
Wise men talk because they have something to say.
Fools talk because they have to say something.
***Plato***
joomlame.com
 
The topic has been locked.  
#40333
Re:Numinu Template Released 10 Months ago  
That's slick! Thanks. Now maybe I'll start using this bad boy.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The topic has been locked.  
#40335
Re:Numinu Template Released 10 Months ago  
So it's possible to even ADD tabs (obviously) with their own content then. Something to think about.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
The topic has been locked.  
#40336
Re:Numinu Template Released 10 Months ago  
Hazzaa, you ROCK!

I wouldn't have found that one! Thanks!!!!
rejuvinet (User)
Junior Boarder
Posts: 93
graphgraph
User Offline Click here to see the profile of this user
Gender: Male RejuviNET
Logged Logged
 
The topic has been locked.  
#40337
Re:Numinu Template Released 10 Months ago  
grumblemarc wrote:
So it's possible to even ADD tabs (obviously) with their own content then. Something to think about.

Actually it opens up a whole set of possibilities - like setting a tab to show up if the user's logged in and wants to edit their profile, for example (since the default Numinu template doesn't offer that link anymore). Or a tab to bring up all of the posts you've subscribed to, or have set as Faves...

Possibilities are endless now that we know how/what to set up.

Gotta love collaborative coding! LOL
rejuvinet (User)
Junior Boarder
Posts: 93
graphgraph
User Offline Click here to see the profile of this user
Gender: Male RejuviNET
Logged Logged
 
The topic has been locked.  
#40339
Re:Numinu Template Released 10 Months ago  
I would like to change the all discussions tab with a users list. Possible?
rajaito (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The topic has been locked.  
#40341
Re:Numinu Template Released 10 Months ago  
rajaito wrote:
I would like to change the all discussions tab with a users list. Possible?

Sure Can! Either add a tab, or replace one with the following in tab_list.php:

[code:1]

Members


[/code:1]
rejuvinet (User)
Junior Boarder
Posts: 93
graphgraph
User Offline Click here to see the profile of this user
Gender: Male RejuviNET
Logged Logged
 
Last Edit: 2008/01/22 03:16 By rejuvinet.
 
The topic has been locked.  
#40342
Re:Numinu Template Released 10 Months ago  
rajaito wrote:

I would like to change the all discussions tab with a users list. Possible?


Sure Can! Either add a tab, or replace one with the following in tab_list.php:


[code:1]EDIT: Dang!!! It wont let me add the code. Keeps stripping out the php stuff and leaving only the stuff that's NOT code. There's a bug for ya![/code:1]

Quite simply, in tab_list.php, change 'listcat' and 'showcat' to 'userlist' (you'll have a total of 4 instances to do this - 2 for each) and change "All Discussions" to "Members" or whatever you want to title the tab.
rejuvinet (User)
Junior Boarder
Posts: 93
graphgraph
User Offline Click here to see the profile of this user
Gender: Male RejuviNET
Logged Logged
 
Last Edit: 2008/01/22 03:22 By rejuvinet.
 
The topic has been locked.  
#40343
Re:Numinu Template Released 10 Months ago  
YEP Anything is possible LOL

At this rate we're going to have to change the template name to hazinu LOL

The one thing I would like, has anyone managed to get the category view the same as the default template? And if so could/would you please share?
Hazzaa (User)
;-)>
Gold Boarder
Posts: 987
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: United States
Logged Logged
 
Wise men talk because they have something to say.
Fools talk because they have to say something.
***Plato***
joomlame.com
 
The topic has been locked.  
#40344
Re:Numinu Template Released 10 Months ago  
It seems you can't enter code if it's enclosed with the opening and closing php tags
Hazzaa (User)
;-)>
Gold Boarder
Posts: 987
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: United States
Logged Logged
 
Wise men talk because they have something to say.
Fools talk because they have to say something.
***Plato***
joomlame.com
 
The topic has been locked.  
Go to top