Already exists: https://cutephp.com/forum/index.php?showtopic=12954
1 2006-01-30 11:27:19
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
2 2006-01-04 17:27:25
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
Like the one here: http://cn.willyps.com/ ?
3 2005-12-17 23:58:55
Topic: CHMOD Newbie Craze (2 replies, posted in Hacks & Tricks / FAQ)
I have noticed alot of users (and I mean alot) think that CHMOD is always the answer, in fact not even 1% (maybe 2% ) of all problems can be resolved by CHMOD, let's take a minute to find out wat CHMOD is and what it does...
Firstly, all it does is tell what users can access files, it doesn't control code, so changing CHMOD will not make an error message dissapear, nor will it allow certains options to appear.
It is not related to PHP directly, they can 'communicate' but not in a conventional sense
Here is a problem that cannot be resolved by CHMOD:
Warning: main(X): failed to open stream: No such file or directory in /www/site/folder on line #
Whereas this can:
Warning: fopen(X): failed to open stream: Permission denied in /www/site/folder on line #
So before posting answers such as:
Have you CHMOD the file?
Think how does it affect the problem in anyway due to permissions
4 2005-12-11 00:31:57
Topic: Before posting long code... (0 replies, posted in Script Feedback and Suggestion)
When posting code that is more than a handful of lines long, it is best to use codebox instead of code.
Here's an example:
[code]Using the [code] tag is best for this[/code]
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>Whereas the codebox tag
is best for this
or this
or perhaps this...
...it can even create scrollbars </div>
To do this just place your code in the codebox tags:
[codebox] my code goes here [/codebox]
It's easier to read, saves scrolling space. Please use [code] if your code is not too long! Ironically, [codebox] would use more space than [code] and might produce a horizontal scrolling bar.
Edit FUNimations: Sometimes, codebox does not work. Codebox is not replaced in the preview feature of this forum (when posting).
If you are putting a HTML, PHP or mdu code of a whole file up in a post do not use any of the code tags but paste it to http://pastebin.com (and then give us the link) or upload the file instead. You can do this by clicking on the Browse button next to File Attachments then click Add This Attachment, note this can only be done in Add Reply or Add Topic modes, not Fast Reply
5 2005-11-16 14:23:32
Re: Improve CuteNews Performance by Adding Page Caching (48 replies, posted in Script Feedback and Suggestion)
I believe this bug was fixed in IE7, I am not sure it is present in IE6, which most users use now...
6 2005-05-15 20:09:53
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
See my signature for some of my hacks I have released so far
7 2005-05-15 08:12:33
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
I am currently working on a hack for integrating a custom quicktag creator, it should be finished later today or tomorrow
8 2005-05-14 09:21:13
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
So would this be what you want? https://cutephp.com/forum/index.php?showtopic=2211
9 2005-05-12 22:17:01
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
Do you mean like having pagination within an article?
10 2005-05-02 20:46:44
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
In CuteHack it uses a code to produce JPG thumbnails (but this can be changed to just produce JPG) this can implemented, whether or not it is will be determined at a later date
11 2005-04-25 10:23:43
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
To do this all you need to do is change a few expressions around, what would happen if two categories are named the same? Or the name of a category is a number?
12 2005-04-12 00:39:16
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
The ability to save posts, but not publish them would be grand
![]()
[right][snapback]37298[/snapback][/right]
A draft function should be included in the next release apparently
13 2005-04-06 20:23:12
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
What like:
Cat 1
<?PHP
$category = "1";
include("etc...");
?>
Cat 2
<?PHP
$category = "2";
include("etc...");
?>
14 2005-03-30 10:55:14
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
15 2005-03-17 15:29:52
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
This could be done, for example in addnews.mdu, above msg(etc) at the bottom of the file:
$logit = fopen("./log.txt","a");
fwrite($logit,$member_db[2]."with ip ".$_SERVER['REMOTE_ADDR']." added news with title ".$title." to ".$category." on ".date("M Ds Y h:i a",$added_time)."\n";
fclose($logit);
Of course this is only a rough draft
16 2005-03-07 22:52:35
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
But if someone wants admins to edit news / templates / some settings, but not ban users or change important settings, such as CN directory or admin email etc?
Or maybe alter other users details, including banning, except the main root admin but not be able to alter the templates.
Sorry can't really explain more as I'm quite drunk now hmmm cider...
17 2005-03-07 19:53:30
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
Added security, stopping the users from altering any configuration or the root admin accounts. This is something that is used many software packages such as IPB.
18 2005-03-07 19:38:02
Re: Wishes for future versions of CuteNews (301 replies, posted in Script Feedback and Suggestion)
Seperating Admin into different sub-groups e.g. Root Admin and Admins, where as Root Admin would be the original owner of CN. Admins could have all the powers of Root Admin, except they cannot change the status and details of the Root Admin or some system settings etc.
Posts found: 18
Pages 1
CutePHP Forums → Posts by RDF