New form for Graphic Requests Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
+3
Michael_vx
BlackScorpion
Ange Tuteur
7 posters

    New form for Graphic Requests

    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    New form for Graphic Requests Empty New form for Graphic Requests

    Post by Ange Tuteur March 27th 2015, 9:24 pm

    New Graphic Request Form


    Dear members,

    From now on when creating a topic in the graphic request section you will be directed to a form. This form will help you provide designers with as much information as possible so that your request is detailed, but also make it easier for you by providing various tools to help you fill in certain fields.

    It is not mandatory, we will still offer a link at the beginning of the form, if you prefer the traditional way of posting. Smile


    Here is an example of the general layout starting from step one. You can use the form either by creating a topic in the [You must be registered and logged in to see this link.] or by [You must be registered and logged in to see this link.].
    [You must be registered and logged in to see this image.]

    There may be some difference in display on older browsers such as IE7 and lower. It will not impact the usage that much, but you should make sure that your browser is up to date. Wink


    The form is split into three easy steps :

    1. Fill out the form
    In step one you provide the basic information, such as : The type of graphic you want, colors, fonts, etc... Don't worry, there are various tools available to help you choose colors, sizes, and fonts.

    2. Describe your request
    In step two you fill out the title of your request and give a description of what you're requesting.

    3. Submit
    In the last step you get to preview your request before submitting it to the forum. This will give you a chance to go back and change any details. Click the finish button to submit your request to the forum, or click the back button to move back to an earlier step.

    Remember, providing as much information as possible will help designers fill your request in a timely manner !

    If you have any questions, feel free to ask us.


    Form developed by [You must be registered and logged in to see this link.].
    Also thanks to the staff for providing feedback and suggestions.




    Last edited by Ange Tuteur on September 6th 2015, 10:51 am; edited 1 time in total

    Sir Chivas™ likes this post

    BlackScorpion
    BlackScorpion
    Graphic Designer
    Graphic Designer


    Male Posts : 7010
    Reputation : 919
    Language : English
    Location : USA

    New form for Graphic Requests Empty Re: New form for Graphic Requests

    Post by BlackScorpion March 28th 2015, 7:12 am

    Nice, i tried to do this a while back was rejected. Good to see it finally was created.



    [You must be registered and logged in to see this link.] || [You must be registered and logged in to see this link.] || [You must be registered and logged in to see this link.]
    No support provided via PM!
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    New form for Graphic Requests Empty Re: New form for Graphic Requests

    Post by Ange Tuteur March 28th 2015, 3:02 pm

    Thanks, I remembered talking with you about that form awhile back. ^^

    It feels so long ago... it's good to see you ! Mr. Green
    BlackScorpion
    BlackScorpion
    Graphic Designer
    Graphic Designer


    Male Posts : 7010
    Reputation : 919
    Language : English
    Location : USA

    New form for Graphic Requests Empty Re: New form for Graphic Requests

    Post by BlackScorpion April 3rd 2015, 5:04 am

    Ange Tuteur wrote:Thanks, I remembered talking with you about that form awhile back. ^^

    It feels so long ago... it's good to see you ! Mr. Green

    Yep, it's been awhile, good to see you also. Mr. Green
    Michael_vx
    Michael_vx
    Forumember


    Male Posts : 664
    Reputation : 29
    Language : Arabic and some English
    Location : Egypt

    New form for Graphic Requests Empty Re: New form for Graphic Requests

    Post by Michael_vx August 1st 2015, 8:00 am

    this new form of creating a request is nice and easy
    great work Smile
    Rupture
    Rupture
    Forumember


    Male Posts : 329
    Reputation : 6
    Language : English, Español, Deutsch, Catalá
    Location : Earth

    New form for Graphic Requests Empty Re: New form for Graphic Requests

    Post by Rupture October 19th 2018, 3:25 am

    For me, the ''next'' button doesnt work and it doesnt do anything. FYI
    Shadow
    Shadow
    Manager
    Manager


    Male Posts : 16217
    Reputation : 1831
    Language : French, English

    New form for Graphic Requests Empty Re: New form for Graphic Requests

    Post by Shadow October 19th 2018, 2:57 pm

    Hello [You must be registered and logged in to see this link.],

    Thanks for the report, it should be solved. Wink

    Regards,
    Shadow
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    New form for Graphic Requests Empty Re: New form for Graphic Requests

    Post by Ange Tuteur October 23rd 2018, 4:52 pm

    Hello,

    I've noticed a small issue on the form regarding the servimg image upload. Now that the support forum is served over HTTPS, the request to servimg is being denied because it's being requested via HTTP, and this in turn leaves the user with a blank upload window.

    It can be fixed by finding this line :
    Code:
    servimg.innerHTML = '<iframe src="http://' + d.match(/servimgDomain = '(.*?)'/)[1] + '/forum_upload.php?account=' + d.match(/servImgAccount = '(.*?)'/)[1] + '&id=' + d.match(/servImgId = '(.*?)'/)[1] + '&f=' + d.match(/servImgF = '(.*?)'/)[1] + '" style="width:450px;height:230px;border:none;" scrolling="no"></iframe>';

    and replacing it with this :
    Code:
    servimg.innerHTML = '<iframe src="https://' + d.match(/servimgDomain = '(.*?)'/)[1] + '/forum_upload.php?account=' + d.match(/servImgAccount = '(.*?)'/)[1] + '&id=' + d.match(/servImgId = '(.*?)'/)[1] + '&f=' + d.match(/servImgF = '(.*?)'/)[1] + '" style="width:450px;height:230px;border:none;" scrolling="no"></iframe>';
    Mainly you're just replacing the http in this line with https. (You may want to forward this information to the other support forums that use this form and have switched to https)

    I never thought this would be an issue, but things sure change a lot with time ! Tap
    BlackScorpion
    BlackScorpion
    Graphic Designer
    Graphic Designer


    Male Posts : 7010
    Reputation : 919
    Language : English
    Location : USA

    New form for Graphic Requests Empty Re: New form for Graphic Requests

    Post by BlackScorpion October 24th 2018, 2:13 am

    Thank You [You must be registered and logged in to see this link.], Things are surely changing around here. Good to see you still hanging around. Wink



    [You must be registered and logged in to see this link.] || [You must be registered and logged in to see this link.] || [You must be registered and logged in to see this link.]
    No support provided via PM!
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51493
    Reputation : 3519
    Language : English
    Location : United States

    New form for Graphic Requests Empty Re: New form for Graphic Requests

    Post by SLGray October 24th 2018, 3:18 am

    Thanks [You must be registered and logged in to see this link.].



    [You must be registered and logged in to see this image.]

    [You must be registered and logged in to see this link.] |[You must be registered and logged in to see this link.] |[You must be registered and logged in to see this link.] |[You must be registered and logged in to see this link.] |[You must be registered and logged in to see this link.] |[You must be registered and logged in to see this link.]

    You need one post to send a PM.
    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    vocalkeny
    vocalkeny
    New Member


    Posts : 1
    Reputation : 1
    Language : redv

    New form for Graphic Requests Empty Re: New form for Graphic Requests

    Post by vocalkeny March 27th 2024, 12:24 pm

    Thanks, I remembered talking with you about that form awhile back. ^^