| Author |
Message |
| Topic: No post by FI-DD since Jul.05, 2009 |
FI-DD
Replies: 17
Views: 884
|
Forum: General feedback Posted: Sun May 16, 2010 11:42 am Subject: No post by FI-DD since Jul.05, 2009 |
Hi guys,
first of all I want to say sorry for not posting in almost a year.
Last summer I startet my new job which gets me busy from 9am to 8pm every day. Solving problems in the forums is reall ... |
 |
| Topic: Include Issues |
FI-DD
Replies: 3
Views: 343
|
Forum: Help Posted: Sun Jul 05, 2009 8:13 pm Subject: Include Issues |
You are using an absolute path but the script needs a relative path.
Something like
include('cnr/show_news.php'); |
 |
| Topic: Output of news text in html |
FI-DD
Replies: 4
Views: 343
|
Forum: Help Posted: Sun Jul 05, 2009 8:09 pm Subject: Output of news text in html |
In inc/functions.inc.php try changing this:
if ($way == 'show'){
$find = array('{nl}');
$replace = array('<br />');
to this:
if ($way == 's ... |
 |
| Topic: Monthly calendar with category dropdown menu/selector |
FI-DD
Replies: 8
Views: 485
|
Forum: Help Posted: Sun Jul 05, 2009 7:54 pm Subject: Monthly calendar with category dropdown menu/selector |
| The path to head.php seems to be wrong. |
 |
| Topic: Monthly calendar with category dropdown menu/selector |
FI-DD
Replies: 8
Views: 485
|
Forum: Help Posted: Sat Jun 06, 2009 10:54 pm Subject: Monthly calendar with category dropdown menu/selector |
The following code shows all the news of the current year:
foreach ($sql->select(array('table' => 'news', 'where' => array('date < '.time()))) as $row& ... |
 |
| Topic: about related posts |
FI-DD
Replies: 7
Views: 439
|
Forum: Help Posted: Sat Jun 06, 2009 10:31 pm Subject: about related posts |
Try this:
1. Change your include code to this:
<?
if ($id and $ucat){
$static['template'] = 'titles';
$static['number'] = 5;
$static['category'] = $ucat ... |
 |
| Topic: how can i identify the size of Avatar Image?? |
FI-DD
Replies: 4
Views: 273
|
Forum: Help Posted: Sat Jun 06, 2009 10:16 pm Subject: how can i identify the size of Avatar Image?? |
Do you already use the avatar hack?
http://forums.cutenewsru.com/resizeavatar-t158.html |
 |
| Topic: Set avatar as image_src meta tag for proper bookmarking |
FI-DD
Replies: 4
Views: 378
|
Forum: Help Posted: Sat Jun 06, 2009 9:56 pm Subject: Set avatar as image_src meta tag for proper bookmarking |
In inc/show.news.php find this:
$output = str_replace('{avatar-url}', $row['avatar'], $output);
and add below:
$output = str_replace('{image-src}', '<li ... |
 |
| Topic: Day of the week ahead of the date |
FI-DD
Replies: 9
Views: 315
|
Forum: Help Posted: Sat Jun 06, 2009 9:40 pm Subject: Day of the week ahead of the date |
| What about using "Time adjustment" in Options -> System settings? |
 |
| Topic: new bug in image uploader popup windows! |
FI-DD
Replies: 4
Views: 480
|
Forum: Bugs and errors Posted: Sat Jun 06, 2009 9:22 pm Subject: new bug in image uploader popup windows! |
| I don't remember exactly. I think I changed something in images.mdu. |
 |
| Topic: CuteNews.RU 2.5.4 (English) |
FI-DD
Replies: 115
Views: 79008
|
Forum: Announcements/Download Posted: Sat Jun 06, 2009 9:12 pm Subject: CuteNews.RU 2.5.4 (English) |
| Just copy your Cutenews 1.4.6 templates to the 2.5.4 templates. After that you have to change the links in the template. Check out the default template coming with the download to find out how to crea ... |
 |
| Topic: postponed news are visible to all users... |
FI-DD
Replies: 10
Views: 486
|
Forum: Bugs and errors Posted: Sat May 23, 2009 7:15 pm Subject: postponed news are visible to all users... |
| You are using an old version of inc/show.news.php. Get the new file by downloading the latest version of the script. |
 |
| Topic: Day of the week ahead of the date |
FI-DD
Replies: 9
Views: 315
|
Forum: Help Posted: Sat May 23, 2009 7:12 pm Subject: Day of the week ahead of the date |
Put the following code in a php file and upload it to your server:
echo date('l j M Y ');
Then run this file in your browser and check the output. Does it show the correct name of the day? |
 |
| Topic: new bug in image uploader popup windows! |
FI-DD
Replies: 4
Views: 480
|
Forum: Bugs and errors Posted: Sat May 23, 2009 7:08 pm Subject: new bug in image uploader popup windows! |
| This is fixed in the latest download. |
 |
| Topic: Monthly calendar with category dropdown menu/selector |
FI-DD
Replies: 8
Views: 485
|
Forum: Help Posted: Sat May 23, 2009 7:01 pm Subject: Monthly calendar with category dropdown menu/selector |
| You are using code from my calendar plugin for the original Cutenews (cutephp.com). In CNR the calendar is already built-in. Just check the example page to see how to show the calendar. |
 |