• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Add a Author or Review Form!

Status
Not open for further replies.

byonk

Chevereto Noob
Hello, i'm new to here 🙂

i install script and some change

i on script add a Author Form can for uploader

like this

11fe4d83.jpg



when i will image and text Upload get this

6353ebfe.jpg


well this is problem

14fcd6b7.jpg


when i see /Upload/?v=filename.jpg

text is be missing

so my problem is i how to save text and image

i only add code to inedx.php

Code:
<input type="hidden" name="thumbsize" size="20" value="200">Author: <input type="text" name="desc"/>

Code:
Author: <?php echo $_REQUEST["desc"]; ?>

or i not achieve? or can for me some prompt? or it need a DB save text?

i'm sorry my bad english 🙁

hope can understand my mean :|

thank you all 🙂
 
Sounds like you need to create a MySQL DB for saving the authors name. It'd be best to assign each author with an ID. The ID would be the primary key in the author table for example. Then you shouldn't come across duplicate entries.
 
Because base Chevereto not use mysql so i not want use to DB

if not use other DB way can achieve it!?
if need use DB achieve. will rest this idea 🙂
 
With no dB the alternative is use plain text files. Also you can use SQLite
 
yup i will try!

though not now 😛

if when i have 10w or 20w image i think may need use mysql 😛
 
Status
Not open for further replies.
Back
Top