Auto resizing on view and codes for group after upload

Any feature requests go in here...

Auto resizing on view and codes for group after upload

Postby Seifer » Sat Mar 19, 2011 11:32 pm

Hi, I'm new here ;)

I have two suggestions to make this script was better.

First one.
If we upload large image and go to view screen, We see it in original size. If We have smaller monitor resolution than image We see stretched screen.
I think DaddyScripts needs auto resize image on view screen.
If want see image in original size needs to click on them.

Second one.
Currently We see after upload:
Code: Select all
Image #1
Link Codes of image #1
--------------------------------------------------------------
Image #2
Link Codes of image #2
--------------------------------------------------------------
Image #3
Link Codes of image #3
--------------------------------------------------------------
...etc


I think be better If We could configurable this view in admin panel and one of options is one like this:


Code: Select all
Thumbnail for Websites code of image #1
Thumbnail for Websites code of  of image #2
Thumbnail for Websites code of  of image #3
--------------------------------------------------------------
Thumbnail for Forums code of image #1
Thumbnail for Forums code of  of image #2
Thumbnail for Forums code of  of image #3
...etc
--------------------------------------------------------------
Image #1
--------------------------------------------------------------
Image #2
--------------------------------------------------------------
Image #3
--------------------------------------------------------------
...etc


I'm realy sorry for my bad english.
Regards,
Seifer
Poorly know English. Please bear with us.
Seifer
Standard Member
 
Posts: 14
Joined: Sat Mar 19, 2011 10:02 pm

Re: Auto resizing on view and codes for group after upload

Postby SamEA » Sun Mar 20, 2011 12:34 am

Hi Seifer and welcome aboard!

I already have that feature cooked up on another script and I'll implement it soon in DFH. Now in regards to the second feature, you can accomplish that by modifying the theme files in ./styles/THEME_NAME/.

SamEA

Seifer wrote:Hi, I'm new here ;)

I have two suggestions to make this script was better.

First one.
If we upload large image and go to view screen, We see it in original size. If We have smaller monitor resolution than image We see stretched screen.
I think DaddyScripts needs auto resize image on view screen.
If want see image in original size needs to click on them.

Second one.
Currently We see after upload:
Code: Select all
Image #1
Link Codes of image #1
--------------------------------------------------------------
Image #2
Link Codes of image #2
--------------------------------------------------------------
Image #3
Link Codes of image #3
--------------------------------------------------------------
...etc


I think be better If We could configurable this view in admin panel and one of options is one like this:


Code: Select all
Thumbnail for Websites code of image #1
Thumbnail for Websites code of  of image #2
Thumbnail for Websites code of  of image #3
--------------------------------------------------------------
Thumbnail for Forums code of image #1
Thumbnail for Forums code of  of image #2
Thumbnail for Forums code of  of image #3
...etc
--------------------------------------------------------------
Image #1
--------------------------------------------------------------
Image #2
--------------------------------------------------------------
Image #3
--------------------------------------------------------------
...etc


I'm realy sorry for my bad english.
Regards,
Seifer
SamEA,
DaddyScripts' Admin & Developer.

Require a PHP or general IT freelancer? Don't hesitate to PM me.
User avatar
SamEA
Site Admin
 
Posts: 1165
Joined: Sat Feb 19, 2011 7:51 pm

Re: Auto resizing on view and codes for group after upload

Postby Seifer » Sun Mar 20, 2011 4:53 am

Hi SamEA!

Now in regards to the second feature, you can accomplish that by modifying the theme files in ./styles/THEME_NAME/.

I know I can do but I dont know how do it. I think needs little php skills to do this. My php is bad. Like my english :D

Regards,
Seifer
Poorly know English. Please bear with us.
Seifer
Standard Member
 
Posts: 14
Joined: Sat Mar 19, 2011 10:02 pm

Re: Auto resizing on view and codes for group after upload

Postby SamEA » Sun Mar 20, 2011 5:39 am

Seifer wrote:Hi SamEA!

Now in regards to the second feature, you can accomplish that by modifying the theme files in ./styles/THEME_NAME/.

I know I can do but I dont know how do it. I think needs little php skills to do this. My php is bad. Like my english :D

Regards,
Seifer

Don't worry about it Seifer, well if you access ./styles/Indigo/image_uploaded.php you'll find most of the coding to be HTML along with a few PHP echos in which you can place elsewhere.

SamEA
SamEA,
DaddyScripts' Admin & Developer.

Require a PHP or general IT freelancer? Don't hesitate to PM me.
User avatar
SamEA
Site Admin
 
Posts: 1165
Joined: Sat Feb 19, 2011 7:51 pm

Re: Auto resizing on view and codes for group after upload

Postby Seifer » Sun Mar 20, 2011 7:48 am

SamEA wrote:Don't worry about it Seifer, well if you access ./styles/Indigo/image_uploaded.php you'll find most of the coding to be HTML along with a few PHP echos in which you can place elsewhere.


I know how to change the position of each code. I do not know how to print the codes of all images from one group (bbcode, for forum etc).


Illustrated idea

I have:

Image

I want have

Image

Regards,
Seifer
Poorly know English. Please bear with us.
Seifer
Standard Member
 
Posts: 14
Joined: Sat Mar 19, 2011 10:02 pm

Re: Auto resizing on view and codes for group after upload

Postby PeterS » Sun Mar 20, 2011 7:29 pm

Hmm.. for the Hide/Show link you can use jQuery. However for the second feature which is to display BBCodes for all the images uploaded will be a mission, because you'll need to implement a javascript callback to update the all the images being uploaded onto the "All Images Uploaded Form". Unless the user defines when all images have been uploaded and that way a $_SESSION request could be requested to shout out all the uploaded images.

If you manage to accomplish doing this modification, please add it to our MODs section.

Thank you.
PeterS
Global Moderator
 
Posts: 159
Joined: Mon Feb 21, 2011 4:58 am

Re: Auto resizing on view and codes for group after upload

Postby Seifer » Sun Mar 20, 2011 7:44 pm

I will probably try to get such results, but I know very little php and js. I think that I'm unable to write such a modification, the same reason I wrote such a proposal. If I had the appropriate skills are simply put a package of modifications;)

I believe that every good image hosting script should have features to help you bulk upload files, otherwise it is just one of many other free image hosting scripts.


I'm sorry for my bad english.
Regards,
Seifer
Poorly know English. Please bear with us.
Seifer
Standard Member
 
Posts: 14
Joined: Sat Mar 19, 2011 10:02 pm

Re: Auto resizing on view and codes for group after upload

Postby PeterS » Sun Mar 20, 2011 9:21 pm

Seifer wrote:I will probably try to get such results, but I know very little php and js. I think that I'm unable to write such a modification, the same reason I wrote such a proposal. If I had the appropriate skills are simply put a package of modifications;)

I believe that every good image hosting script should have features to help you bulk upload files, otherwise it is just one of many other free image hosting scripts.


I'm sorry for my bad english.
Regards,
Seifer


Nevertheless, I'll forward your feature on to our developers :).
PeterS
Global Moderator
 
Posts: 159
Joined: Mon Feb 21, 2011 4:58 am

Re: Auto resizing on view and codes for group after upload

Postby Seifer » Sun Mar 20, 2011 9:34 pm

PeterS wrote:Nevertheless, I'll forward your feature on to our developers :).

Very nice. I'll be impatiently waiting for Implementation.
By the way I would even suggest Possible That it was a wide configuration.
1. Display as currently.
2. Displays like the above pictures.
3. Displays only the code for all the images in groups.
4. Display the code for all of the pictures in groups and lists the names of images. After Clicking on the image name to display links to it as the moment.

I think that in the preview image should be available codes to share images. Now there is only the code directly into the image.

Sorry for my bad english.
Regards,
Seifer
Poorly know English. Please bear with us.
Seifer
Standard Member
 
Posts: 14
Joined: Sat Mar 19, 2011 10:02 pm

Re: Auto resizing on view and codes for group after upload

Postby coolguy » Wed Mar 23, 2011 11:57 am

Seifer wrote:I will probably try to get such results, but I know very little php and js. I think that I'm unable to write such a modification, the same reason I wrote such a proposal. If I had the appropriate skills are simply put a package of modifications;)

I believe that every good image hosting script should have features to help you bulk upload files, otherwise it is just one of many other free image hosting scripts.


I'm sorry for my bad english.
Regards,
Seifer


Keep in mind that is script is currently in Beta testing. I don't consider this just another free file hosting script. It stands out in many ways. I searched google for the longest time looking for a free open source script and found this one the be the best. one reason why this is the best script is because it actually has developers currently adding and optimizing the code.
All this script needs is time. The developers need to take care of all the bugs before they go and add a bunch of new features and that's currently what they are doing. You have to start off with solid and secure code before you can progress any further unless you want undesirable results.
So i would suggest that you hold in there for a little while longer and allow the script to mature. With the script being open source im sure over the months it will attract the attention of php developers and designers that will only progress the script even further. I do believe there is only 2 developers as of now, but they seem to be doing a great job resolving minor bugs that are being reported.
As soon as the developers consider the script to be bug free im sure you will start see new and exciting features. Us software users can be of great help just by reporting known issues.
Regards Brent
coolguy
Standard Member
 
Posts: 27
Joined: Sat Feb 26, 2011 9:50 am

Next

Return to Feature Request

Who is online

Users browsing this forum: No registered users and 14 guests

cron