• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

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
 
I've had some success using SQLight, so I'd advise you to go that way if you want something simple and effective. :/
 
Status
Not open for further replies.
Back
Top