 |
 |
 |
 |
 |
| Author |
Message |
Palio
Joined: 13 Sep 2006 Posts: 12
|
|
How can I create news with subcatehories? |
|
Please how can I create news with subcatehories?
|
|
| Thu Sep 14, 2006 7:05 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2857 Location: Germany |
|
|
|
I don't understand the question. Simply create the subcategories and select them when adding the news.
|
|
| Thu Sep 14, 2006 8:27 pm |
|
 |
Palio
Joined: 13 Sep 2006 Posts: 12
|
|
|
| Fri Sep 15, 2006 4:13 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2857 Location: Germany |
|
|
| Fri Sep 15, 2006 4:24 pm |
|
 |
scottdallas

Joined: 04 May 2006 Posts: 2027 Location: US |
|
|
|
I've found a convenient sub category method that works for all scenarios when trying to pull the news from the database. Especially if you have the same trouble I do. Sometimes specifying:
$category = "1,2,5,7";
will pull from random categories. So, I organize my categories in cutenews.ru like this:
1: Home
2: Games
3: Games > Flash
3: Games > Downloadable
4: Music
5: Music > Videos
5: Music > Downloads
Then if you add a flash game, put it in '2: Games' and '3: Games > Flash'. Then on your website, for all games use
$category = "2";
And for just flash games use:
$category = "3";
This way you can pull news individually from your sub-categories or use your main category to pull all your entries at once. Any general game or music entry would go in it's main category. See?
_________________ www.scodal.com is an example of cnr as a social forum - www.scottdizzle.com is an example of cnr as a personal website to share whatever cool stuff i feel like. i have another, but it's nsfw. pm me  |
|
| Sat Sep 16, 2006 9:41 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|