 |
 |
 |
 |
 |
| Author |
Message |
scottdallas

Joined: 04 May 2006 Posts: 1843 Location: US |
|
|
|
 |  | Use something like this: <?=cn_title('-'); ?> |
No way, I've always wondered that but I never thought it would be that easy.
_________________ www.scottdizzle.com uses cnr
last update: 07-22-08: 8:30 pm |
|
| Tue Jul 08, 2008 7:25 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
Disharmony
Joined: 05 Jun 2008 Posts: 45
|
|
|
|
What if I want to do this?
Frontpage (with all the news blurbs):
Mysite >> The best site in town
And when you click on individual articles:
Mysite >> Name of article
|
|
| Wed Aug 06, 2008 5:32 pm |
|
 |
Yoshiii
Joined: 29 Feb 2008 Posts: 58
|
|
|
|
That's the way i have it too. The only thing to make that work is 2 seperate pages.
index.php is homepage (with the first description) and all the news opens in news.php (with the 2nd description).
|
|
| Fri Aug 08, 2008 7:34 am |
|
 |
scottdallas

Joined: 04 May 2006 Posts: 1843 Location: US |
|
|
|
That's what I do too. I usually use index.php and view.php though same diff
_________________ www.scottdizzle.com uses cnr
last update: 07-22-08: 8:30 pm |
|
| Mon Aug 11, 2008 1:12 am |
|
 |
Partyism
Joined: 25 Sep 2007 Posts: 268
|
|
|
|
what if i also whant to show the category in cn_title?!
|
|
| Wed Sep 17, 2008 1:50 pm |
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2736 Location: Germany |
|
|
|
In plugins/etc.php try to move this:
 |  | if ($category){
$category = explode($separator, category_get_title($category, $separator));
$result[] = join($separator, ($reverse ? array_reverse($category) : $category));
} |
below this:
 |  | $result[] = replace_news('show', $query['title']); |
|
|
| Thu Sep 18, 2008 6:28 pm |
|
 |
|
|
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
|
|
 |
 |
 |
|