With this mod you can edit your snip, and change the category also!!
File "snips_edit.php"
In line 53 replace from
echo '<input type=hidden name=cats value='.$_GET['cats'].'>';
to
echo '<input type=hidden name=old_cats value='.$_GET['cats'].'>';
In line 47 AFTER
echo '<table width="600" border="0"><tr><td class="fr1">';
INSERT:
echo '<table width="600" border="0"><tr><td class="fr1">';
echo '<b>Select category:</b> <select name="cats">';
foreach($all_cats as $cat) {
if(strlen($cat) >1) {
echo "<option value=$cat>$cat</option>\n";
}
}
echo '</select></td></tr><tr><td class="fr2">';
In line 22 replace from
if(file_delete($_POST['cats'],$_POST['old_snip'])) {
to
if(file_delete($_POST['old_cats'],$_POST['old_snip'])) {
ENJOY
Normando
Sugestion: Any one can make a mod to include SUBcategories?
Nobody/Anonymous
General
None
Public
|
Date: 2007-11-29 02:07 Logged In: NO |
|
Date: 2006-11-26 19:13
|
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use