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.

Html Code

4 posters

Go down

In progress Html Code

Post by mouzou March 19th 2013, 9:59 pm

i was looking in forums(like always) and i find this box in an html page and if we post something in it , it lead us to posting in a specific topic , i was wondering how to do it

Html Code UwcErzN


http://www.duelacademy.net/h5-da-shop
mouzou
mouzou
Forumember

Posts : 136
Reputation : 3
Language : English

http://sacredbeastsacademy.forumegypt.net/

Back to top Go down

In progress Re: Html Code

Post by Sir Chivas™ March 20th 2013, 1:04 am

Hi,

The code is:
Code:
<form id="quick_reply" name="post" onsubmit="return vB_Editor['text_editor'].prepare_submit(0, 0)" action="/posting.forum" method="post">
<div id="textarea_content" style="clear: both; margin-left: auto; width: 450px; margin-right: auto; height: 220px;"><textarea class="inputbox" id="text_editor_textarea" style="font-size: 1.2em;" name="message" rows="10" cols="50" editorid="text_editor">Item(s) to get : </textarea>
</div>
<br>
<input value="reply" name="mode" type="hidden"><input value="76a25c7a79cedbfb6e47484a662b2998" name="sid" type="hidden"><input value="6669" name="t" type="hidden"> <input name="post" value="Send" class="button1" type="submit" onclick="confirm('Your Announcement Goes HERE!');"></form>

Can you post the after effect? For example, when you submit or click send, what does it do?
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: Html Code

Post by mouzou March 20th 2013, 2:03 pm

it send you to this topic full post option or post in it (one of the 2 ) :
http://www.duelacademy.net/t6669-duel-academy-s-main-shop?highlight=main+shop
mouzou
mouzou
Forumember

Posts : 136
Reputation : 3
Language : English

http://sacredbeastsacademy.forumegypt.net/

Back to top Go down

In progress Re: Html Code

Post by mouzou March 24th 2013, 1:39 am

bump
mouzou
mouzou
Forumember

Posts : 136
Reputation : 3
Language : English

http://sacredbeastsacademy.forumegypt.net/

Back to top Go down

In progress Re: Html Code

Post by kirk April 5th 2013, 6:54 pm

new one to me, ?
is that just a quick reply box that was changed a little?

I don't understand what the forum is about and where the message goes once you add items in it? To me right now it just seems to be a quick reply box???
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

In progress Re: Html Code

Post by mouzou April 7th 2013, 3:18 pm

it is in a html page , when you post something in there i, it post it in here :
http://www.duelacademy.net/t6669-duel-academy-s-main-shop?highlight=main+shop
mouzou
mouzou
Forumember

Posts : 136
Reputation : 3
Language : English

http://sacredbeastsacademy.forumegypt.net/

Back to top Go down

In progress Re: Html Code

Post by mouzou April 8th 2013, 7:43 pm

bump
mouzou
mouzou
Forumember

Posts : 136
Reputation : 3
Language : English

http://sacredbeastsacademy.forumegypt.net/

Back to top Go down

In progress Re: Html Code

Post by kirk April 9th 2013, 9:31 pm

mouzou wrote:it is in a html page , when you post something in there i, it post it in here :
http://www.duelacademy.net/t6669-duel-academy-s-main-shop?highlight=main+shop

This is the link the content is submitted to when you send it?

If so?
I would say get the link to the post/location you want it to go to and add that new link in place of this link you have now?

http://www.duelacademy.net/t6669-duel-academy-s-main-shop?highlight=main+shop

I am kind of shorting in the dark here, whats the code/script?
With any luck it is just something as simple as changing out the link to the new location you want it to go to. ?
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

In progress Re: Html Code

Post by mouzou April 9th 2013, 10:23 pm

i want to use this code on my site , but idk how to set this box on the site so when we post something it it go to here http://prorevolution.forumotion.com/t3-pra-main-shop#6
mouzou
mouzou
Forumember

Posts : 136
Reputation : 3
Language : English

http://sacredbeastsacademy.forumegypt.net/

Back to top Go down

In progress Re: Html Code

Post by kirk April 10th 2013, 7:04 am

i don't know either? i will have to see the code.


is there a link in the code of where the content is being posted to when sent?
If so then just change out the link for where you want the content to go. It would have to be an existing thread.. But that don't even sound right?


I am beginning to think it may not be the case of doing it how i thought.. Without me seeing the code. i don't know how it is set up. i am guessing it is java script ?

Are there no directions on how to set this up from wherever you got it from? I am a little confused on what it's supposed to do, like i cant see it being sent and automatically starting a new post.. may be to an existing thread if thats what you mean? But i am more confused now trying to guess then i was before Razz

So post the coding/scripts and we will see if we can make some sense out of it all and get it to work how you want.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

In progress Re: Html Code

Post by mouzou April 10th 2013, 3:05 pm

as chivas said this is the code

Code:
<form id="quick_reply" name="post" onsubmit="return vB_Editor['text_editor'].prepare_submit(0, 0)" action="/posting.forum" method="post">
<div id="textarea_content" style="clear: both; margin-left: auto; width: 450px; margin-right: auto; height: 220px;"><textarea class="inputbox" id="text_editor_textarea" style="font-size: 1.2em;" name="message" rows="10" cols="50" editorid="text_editor">Item(s) to get : </textarea>
</div>
<br>
<input value="reply" name="mode" type="hidden"><input value="76a25c7a79cedbfb6e47484a662b2998" name="sid" type="hidden"><input value="6669" name="t" type="hidden"> <input name="post" value="Send" class="button1" type="submit" onclick="confirm('Your Announcement Goes HERE!');"></form>
mouzou
mouzou
Forumember

Posts : 136
Reputation : 3
Language : English

http://sacredbeastsacademy.forumegypt.net/

Back to top Go down

In progress Re: Html Code

Post by aaronz April 10th 2013, 3:21 pm

Are you saying when a person goes to here and buy a stuff with the message box, it sends to here?
aaronz
aaronz
Forumember

Male Posts : 394
Reputation : 7
Language : english
Location : Somewhere on earth

http://freshmeat.gameproforums.com/

Back to top Go down

In progress Re: Html Code

Post by mouzou April 10th 2013, 5:07 pm

yes
mouzou
mouzou
Forumember

Posts : 136
Reputation : 3
Language : English

http://sacredbeastsacademy.forumegypt.net/

Back to top Go down

In progress Re: Html Code

Post by mouzou April 14th 2013, 1:27 pm

bump
mouzou
mouzou
Forumember

Posts : 136
Reputation : 3
Language : English

http://sacredbeastsacademy.forumegypt.net/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum