Forum Index
RegisterSearchFAQMemberlistUsergroupsLog in
Cutenews.ru 2.5.5?
Goto page 1, 2, 3  Next
 
Reply to topic    Forum Index » General feedback View previous topic
View next topic
Cutenews.ru 2.5.5?
Author Message
scottdallas



Joined: 04 May 2006
Posts: 1808
Location: US

Post Cutenews.ru 2.5.5? Reply with quote
So when is the next release of Cutenews.ru going to come out? There's a lot of new features and functionality that have been added and created since 2.5.4 that it makes it almost seem as if downloading a 2.5.4 copy would be obsolete. Could I put together a 2.5.5 beta, upload it, and see if everyone approves?

_________________
www.scottdizzle.com uses cnr Smile
last update: 07-22-08: 8:30 pm
Tue Jan 23, 2007 5:30 pm View user's profile Send private message Visit poster's website AIM Address
Guest








Please login to hide the ads.

Saszoo



Joined: 07 Jun 2006
Posts: 409
Location: Norway

Post Reply with quote
Ah, yes, GREAT IDEA Smile

There are so many important updates, that an official would be in order.

_________________
My cute.ru site
Tue Jan 23, 2007 6:43 pm View user's profile Send private message Visit poster's website
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2683
Location: Germany

Post Reply with quote
Of course, you can put together a new beta. Please make a list of the features added.



And please don't put in the category order hack. As it is now it is made for already running installations. New installations need a slightly different hack.
Tue Jan 23, 2007 9:34 pm View user's profile Send private message
Syrion



Joined: 02 Aug 2006
Posts: 172

Post Reply with quote
Won't that be forking from Strawberry? Wink

_________________
Mini-me
Wed Jan 24, 2007 2:51 am View user's profile Send private message
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2683
Location: Germany

Post Reply with quote
Syrion wrote:
Won't that be forking from Strawberry? Wink


Why should adding hacks to a clean version of CuteNews.RU 2.5.4 be forking from Strawberry?
Wed Jan 24, 2007 7:58 pm View user's profile Send private message
Syrion



Joined: 02 Aug 2006
Posts: 172

Post Reply with quote
D'oh! Strawberry is CNR 2.6, I thought for a moment that we were getting an alternative version count.



Scott, if I can help somewhere, just give me a shout on AIM.



Edit: Let's make sure the output is valid xhtml, now accessibility is an increasing force on the web. Smile

_________________
Mini-me
Wed Jan 24, 2007 11:22 pm View user's profile Send private message
WellWho



Joined: 09 Jan 2007
Posts: 62

Post Reply with quote
Will there be something to download? Smile
Thu Jan 25, 2007 12:23 pm View user's profile Send private message Visit poster's website
scottdallas



Joined: 04 May 2006
Posts: 1808
Location: US

Post CuteNews 2.5.5 Beta 1 Reply with quote
From readme.txt inside the download:



Quote:
This file will show you what's new to this version of CuteNews.ru and how to use their features. Please make sure you are familiar with CuteNews.ru 2.5.4 and older as none of it's previous features will be explained in this document.



1) Use this in your include code for random posts when $number is greater than or equal to 2:

$random = "true";



2) Use this in your include code for a single random post:

$random_single = "true";



3) Include 'guest.php' for guest can add news feature (now with {avatar} capability like on the 'add news' page. This file can be found in the root directory of your CuteNews.ru 2.5.5 installation. Captcha is installed and working on this.



4) RSS Feed Importer has been installed. Activate it in your plugins.



5) Newsletter feature has been installed. You can send your posts by mail to your subscribers. You can add emails manually through the admin panel or you can show a little subscribe box where people can leave their email to get the newsletter.



***Explaining the newsletter template:***

Go to Options -> Edit Templates and select "Newsletter" in the dropdown.

See the list below to learn what part of the template corresponds to which part of the newsletter and its available tags.



"Active News" -> Header of the newsletter -> Tags: {nl-count}

"Full Story" -> Table of contents -> Tags: {nl-title}, {nl-archive-id}, {nl-news-id}, {nl-cat-id}, {nl-num}, {nl-short-story}, {nl-full-story}

"Comment" -> Body of the newsletter -> Tags: {nl-title}, {nl-archive-id}, {nl-news-id}, {nl-cat-id}, {nl-num}, {nl-short-story}, {nl-full-story}

"Add comment form" -> Footer of the newsletter -> Tags: {nl-count}



6) Captcha (for spam protection) has been added to the overall CuteNews.ru installation. Utilize it by adding {captcha} to your 'Comment form' in your templates.



7) Comments pagination has been added (might only work if you have mod_rewrite enabled at the moment). Put something like this into your comments pagination template:

<p align=center>[prev-link]<[/prev-link] {cpages} [next-link]>[/next-link]</p>

<p align=center>{current-cpages} of {total-cpages}</p>



8) Add a login box anywhere you'd like in your site layout. Put this at the beginning of your news page:

<?php include('path_to_cute/loginbox.php'); ?>



Put this where you want to show the login box in your news page:



<?php include('path_to_cute/loginbox.php'); ?>



9) Approve/moderate comments has been installed. Activate it in plugins.



10) Poll system installed. Add this where you want to see poll:

<?php cn_poll(); ?>



11) resizeAvatar has been installed. Activate in plugins to use. This will allow you to force the size of your avatar to whatever you'd like in your templates by using this in your templates:

{avatar=width,height}



For example: {avatar=120,60}



12) You may now use PHP in your templates. Activate the plugin and follow these guidelines:



Make sure you use full PHP tags: <?php echo 'blahblah'; ?>



This won't work: <? echo 'blahblah'; ?>



And you have to escape the variables: Use \$variable instead of $variable



13) Registration mod has been added. Your users can now sign up on your site. This is useful in association with the loginbox that has been added to this installation. You can change the settings in the admin panel. You can easily create a new template for your registration form. Just create a new folder in

rootpath/plugins/registration/newtemplate/

and copy the template files from the default template into this folder and change them as you like. You can show the register form on your page like this:

echo regFORM('NameOfTemplate');

example: echo regForm('default');



If the template you called doesn't exist, the default template is loaded.



14) News rating has been installed. Activate plugin, then go to plugins menu in admin-panel and push 'Create table!'. You can use these in your active and full story templates:

{rating} - Shows stars from /plugins/rating/ directory

{rating-total} - shows total ratings

{rating-middle} - shows average rating

{rating-form} - use in full story template to show the rating form



15) Improved image manager has been installed. Along with some small cosmetical fixes this will allow you to:

define the width of the thumb in pixels,

add a shadow to the thumb,

sort the images alphabetically or chronologically,

preview pictures next to each image,

choose image align,

add a watermark (text and/or image)



16) Private messaging has been added to your admin panel. Activate in plugins to use it. Set $mail_on_new_pm to true inside /plugins/private-messaging.php on line 564 to activate email notification on new PM.



17) Multiple authors has been added to your plugins. Activate to use. This will allow admin to select/change the author of a news item via a dropdown menu.



18 ) "Today" plugin has been added. Activate to use. It will show for example "Today, 15:34:23" or "Yesterday, 12:26:03". If the article is older than "Yesterday" it displays the normal date. Use {today} in your template.



19) Category order hack is installed.




CuteNews.ru 2.5.5 beta.zip
 Description:
I haven't tested it myself, but those are the features I have added.

Download
 Filename:  CuteNews.ru 2.5.5 beta.zip
 Filesize:  395.25 KB
 Downloaded:  281 Time(s)

Fri Jan 26, 2007 8:36 am View user's profile Send private message Visit poster's website AIM Address
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2683
Location: Germany

Post Reply with quote
Cool!!



I just added the category order hack.



Now we only need somebody to test it. Smile
Fri Jan 26, 2007 11:24 am View user's profile Send private message
Syrion



Joined: 02 Aug 2006
Posts: 172

Post Reply with quote
I'll volunteer! Will install it later today.

_________________
Mini-me
Mon Jan 29, 2007 9:25 am View user's profile Send private message
scottdallas



Joined: 04 May 2006
Posts: 1808
Location: US

Post Reply with quote
I'll test it too. Let me know if you run into any problems! I just haven't had a chance to test it. One thing I realize is that I never changed the version number at the bottom. Think I should? Or wait til it's a final release? Think I added too many mods?

_________________
www.scottdizzle.com uses cnr Smile
last update: 07-22-08: 8:30 pm
Mon Jan 29, 2007 9:41 am View user's profile Send private message Visit poster's website AIM Address
WellWho



Joined: 09 Jan 2007
Posts: 62

Post Reply with quote
This is what i get when i activate private messages

Code:
txtSQL Warning: Table "pm_inbox" doesn't exist in /home/.../public_html/portal/cnr2/index.php on line 142

Mon Jan 29, 2007 11:59 am View user's profile Send private message Visit poster's website
FI-DD
Admin


Joined: 22 Sep 2005
Posts: 2683
Location: Germany

Post Reply with quote
Just click on Options -> Private Messages and it will never appear again.
Mon Jan 29, 2007 6:39 pm View user's profile Send private message
WellWho



Joined: 09 Jan 2007
Posts: 62

Post Reply with quote
FI-DD wrote:
Just click on Options -> Private Messages and it will never appear again.


It works! Wink
Mon Jan 29, 2007 6:45 pm View user's profile Send private message Visit poster's website
scottdallas



Joined: 04 May 2006
Posts: 1808
Location: US

Post Reply with quote
Good good, you made me nervous for a second. I like your avatar lol.

_________________
www.scottdizzle.com uses cnr Smile
last update: 07-22-08: 8:30 pm
Mon Jan 29, 2007 10:51 pm View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:    
Reply to topic    Forum Index » General feedback All times are GMT + 1 Hour
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to: 
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



Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Music Lyrics.