 |
 |
 |
 |
 |
| Author |
Message |
afxback
Joined: 11 Nov 2005 Posts: 126
|
|
Some Other Suggestions |
|
Hello,
I have some suggestions . I think there are some important scripts if to be included in plugins or later version of Cutenews.ru:
1.) A popup window selection for showing comments as CuteNews dose.
2.) Stats of registered users,num of articles,comments etc in homepage as in CuteNews.
3.) A solution for those who use several includes in one page .These pages in most cases have two problems :
A. when full story is clicked,all links and images in the full story view get lost!
B. search engine: when full story is clicked ,the title of article dose not get in browser so that can be traced by search engines and viewed by humans .There is a Java script for viewing articles title in browser but since it is javascript, it dose not allow search engine spiders trac the specific news article.(these problems may not appear in pages like “example/index.php” or /show_news.php it self,but in multiple includes appear )
4.) and lastly an English documentation and help for English version and non Rusian users.
I have been using CuteNews for three years in big websites but currently I have converted CuteNews to CuteNews.RU for “friendly urls” and some interesting changes in this version…
I hope these things mentioned get developed in next updates .
Thanks to CuteNews.ru compilers for producing this lovable program.
Best Regards
|
|
| Thu Nov 24, 2005 5:25 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2801 Location: Germany |
|
Re: Some Other Suggestions |
|
 |  | Stats of registered users,num of articles,comments etc in homepage as in CuteNews. |
That's very easy to do. I'll have a look at it in the near future.
EDIT: Look here.
 |  | A solution for those who use several includes in one page: when full story is clicked,all links and images in the full story view get lost! |
That's news to me. Do you have a link?
 |  | when full story is clicked ,the title of article dose not get in browser |
Well, there is a function cn_title(); doing this without any javascript. Check out the example page to see how it's working.
|
|
| Thu Nov 24, 2005 6:39 pm |
|
 |
Faizan

Joined: 11 Dec 2005 Posts: 43
|
|
Re: Some Other Suggestions |
|
 |  | A solution for those who use several includes in one page: when full story is clicked,all links and images in the full story view get lost! |
Thats easy to fix. Instead of doing:
 |  | <?php include("../menu-main.html"); ?> |
Use this instead:
 |  | <?php include("http://www.yourdomain.com/menu-main.html"); ?> |
...and same for the images, just use the full domain name.
|
|
| Wed Dec 21, 2005 11:51 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
|
|
 |
 |
 |
|