You are not logged in.
Pages: 1
Hi, we have a customer that need to rename the Albums, and Pluck CMS don't have this opction.
Learning and reading the pluck code, we write some file and change others, and now the albums can be renamed
We add files to the "data/modules/albums/functions.php"
[== html ==]
<td>
<form action=\"data/modules/albums3/pages_admin/renamealbum.php\" method=\"post\"><span class=\"kop4\">New Album Name</span><br>
<input name=\"album_rename2\" type=\"text\" value=\"\">
<input type=\"hidden\" name=\"album_rename1\" value=$directorio[$i]/>
<input type=\"submit\" name=\"Submit\">
</form>
</td>We write a new file "data/modules/albums/pages_admin/renamealbum.php", that change the name of the album's directory
You can download this new re writed module from here:
Offline
Hi, you can see the code and contribute here:
Offline
Pages: 1