|
Post by tunescool on Mar 29, 2013 19:45:04 GMT -8
i dont really need a code, im just sort of laying down what i want in the member profile thatll eventually be a plugin. i looked on google for text input forms but i cant find anything about how to get the info to another page
im going to have stuff on the summary page of the profile, ill just add the html to the Summary Template
if you could just show me how to get information to show up in the profile easily real quick. if i have this on a custom page, what do i need in the template for it to show up
<html> <body>
<form action=""> First name - <input type="text" name="firstname"><br> Last name - <input type="text" name="lastname"> </form>
</body> </html>
|
|
|
Post by Wormopolis on Mar 29, 2013 20:52:23 GMT -8
wouldnt custom profile fields work for this?
adding a form with inputs wont actually make it save the data anywhere. the action part (and the missing submit button) would have to be set up to send the data into a PHP script and stored on a server somewhere.
|
|
|
Post by tunescool on Mar 29, 2013 22:57:40 GMT -8
i want to put the info in another area from where the custom profile fields are. i thought maybe it could work, but could you get the custom fields to show up in another div, the area on the rite. maybe a script where you entered something after the custom profile field name, a number or whatever ID. or add a text field for another div to the drop down with a plugin or code thenotablenook.com/user/1ill just wait to have a plugin made rather than messing around with html forms, ill just enter text into the template to see what i want can you just align these two divs for me, ive been in this template for hours moving stuff, screwing stuff up, i cant get the text that starts with Location Assistant to the rite of the buttons and Username - admin Member Is Online <div class="pad-all-double clear"> <fieldset style="width: 1255px; background-color: #FFFFFF; border: #00138E solid 2px; padding-top:10px; padding-bottom:10px; padding-left:10px; padding-right:10px; border-radius: 10px 10px 10px 10px;"> <div class="float-left"> <div class="float-left pad-right">$[user.avatar_medium]</div> <div class="name_and_group float-right" style="padding-left:10px;"> <span class="big_username" style="color: $[user.color];">$[user.name]</span><br /> <hr width="100%" color="00138E" style="margin: 1px 0px;"> {if $[user.group]} <b><i>$[user.group.name]</i></b><br />$[user.group.stars] {else}{if !$[user.is_staff]}{else}{if !$[user.is_member]} <hr width="100%" color="00138E" style="margin: 1px 0px;">{/if}{/if} {if $[user.rank]}<b><i>$[user.rank.name]</i></b><br /> {if $[user.rank.stars]} $[user.rank.stars]{/if}{/if}{/if} </div> </div> <div style="padding-left:300px;"> $[invite_button] $[follow_button] $[edit_profile_button] $[send_message_button] $[options] <div style="padding-top:12px;"> <b>Username - </b><span class="note pad-right" style="font-weight: bold; font-style: italic; font-size: 14px; color: $[user.color];">$[user.username]</span> {if $[user.is_online]}<br /> <b>Member Is </b><span style="font-weight: bold; font-style: italic; font-size: 13px; color: #1d77de;">Online</span> {else} <br /><b>Last Online - </b><span class="note">$[user.last_online]</span> {/if} </div> <div class="member-rank" style="float: right;"> <b>Location Assistant</b><br/> Hired by the Location Manager to be on-set before, during, and after the filming process. General responsibilities include arriving first at the location to allow the Set Dressers into the set for preparation; maintaining the cleanliness of the location areas during filming; fielding complaints from neighbors; and ultimately, at the end of the filming, making sure it seems as though the film crew was never there. There is generally one to three assistants on a shoot at any given time </div> </div> </fieldset> </div>
|
|
|
Post by Wormopolis on Mar 31, 2013 0:10:10 GMT -8
It entirely depends on where you want this information to be shown. if only shown on the profile pages, or even in the MP next to posts, then custom profile fields would be the best way because they dont take up a plugin slot.
if you are looking to store a couple pieces of information for each member, and be able to use it ANYWHERE on the site, then a super user key would have to be used.
see what this does:
<span style="padding-top:12px;"> <b>Username - </b><span class="note pad-right" style="font-weight: bold; font-style: italic; font-size: 14px; color: $[user.color];">$[user.username]</span> {if $[user.is_online]}<br /> <b>Member Is </b><span style="font-weight: bold; font-style: italic; font-size: 13px; color: #1d77de;">Online</span> {else} <br /><b>Last Online - </b><span class="note">$[user.last_online]</span> {/if} </span> <span class="member-rank" style="float: right;"> <b>Location Assistant</b><br/> Hired by the Location Manager to be on-set before, during, and after the filming process. General responsibilities include arriving first at the location to allow the Set Dressers into the set for preparation; maintaining the cleanliness of the location areas during filming; fielding complaints from neighbors; and ultimately, at the end of the filming, making sure it seems as though the film crew was never there. There is generally one to three assistants on a shoot at any given time </span>
|
|
|
Post by tunescool on Mar 31, 2013 1:48:02 GMT -8
i have this whole idea of a ton of information tho, it mite take up too much room in the Personal Tab where members enter stuff unless you could move some inputs to the rite of the tab what you posted just moved the username around, just to be sure heres what and where i want to the rite of the buttons and name and online
|
|
|
Post by Wormopolis on Apr 3, 2013 20:05:59 GMT -8
Im trying to see if custom profile fields can be moved to a seperate tab...
|
|
|
Post by tunescool on Apr 4, 2013 6:35:31 GMT -8
can you figure out how to get the one div to the rite of the rest
|
|
|
Post by Wormopolis on Apr 4, 2013 17:42:30 GMT -8
not without tables. divs automatically get pushed to new lines unless they are set to display:inline
|
|
|
Post by tunescool on Apr 5, 2013 5:25:14 GMT -8
where would the inlines go, i tried
<div class="pad-all-double clear"> <fieldset style="width: 1255px; background-color: #FFFFFF; border: #00138E solid 2px; padding-top:10px; padding-bottom:10px; padding-left:10px; padding-right:10px; border-radius: 10px 10px 10px 10px;"> <div class="float-left"> <div class="float-left pad-right">$[user.avatar_medium]</div> <div class="name_and_group float-right" style="padding-left:10px;"> <span class="big_username" style="color: $[user.color];">$[user.name]</span><br /> <hr width="100%" color="00138E" style="margin: 1px 0px;"> {if $[user.group]} <b><i>$[user.group.name]</i></b><br />$[user.group.stars] {else}{if !$[user.is_staff]}{else}{if !$[user.is_member]} <hr width="100%" color="00138E" style="margin: 1px 0px;">{/if}{/if} {if $[user.rank]}<b><i>$[user.rank.name]</i></b><br /> {if $[user.rank.stars]} $[user.rank.stars]{/if}{/if}{/if} </div> </div> <div style="padding-left:300px;"> $[invite_button] $[follow_button] $[edit_profile_button] $[send_message_button] $[options] <div style="padding-top:12px;"> <b>Username - </b><span class="note pad-right" style="font-weight: bold; font-style: italic; font-size: 14px; color: $[user.color];">$[user.username]</span> {if $[user.is_online]}<br /> <b>Member Is </b><span style="font-weight: bold; font-style: italic; font-size: 13px; color: #1d77de;">Online</span> {else} <br /><b>Last Online - </b><span class="note">$[user.last_online]</span> {/if} </div> <div class="member-rank"> <b>Location Assistant</b><br/> Hired by the Location Manager to be on-set before, during, and after the filming process. General responsibilities include arriving first at the location to allow the Set Dressers into the set for preparation; maintaining the cleanliness of the location areas during filming; fielding complaints from neighbors; and ultimately, at the end of the filming, making sure it seems as though the film crew was never there. There is generally one to three assistants on a shoot at any given time </div> </div> </fieldset> </div>
|
|
|
Post by tunescool on Apr 9, 2013 14:08:29 GMT -8
i cant figure this out myself, the inline
|
|
|
Post by Wormopolis on Apr 9, 2013 21:03:06 GMT -8
I cant get anything to work. use tables
<table><tr><td> STUFF ON THE LEFT </td><td> STUFF ON THE RIGHT </td></tr></table>
|
|
|
Post by tunescool on Apr 10, 2013 7:43:18 GMT -8
i got it the way i want it but cant align the first two tds to the top, im still trying. but if you come online go ahead and post how to get them to the top. i just tried align: top; thenotablenook.com/user/1what sort of plugin would store 100, 200, or 300 different blocks of text like i have on the rite. its my member ranks it would be possible for the member rank and the rank descriptions i have to show up in the members profile where i have it wouldnt it(a plugin)? just a class or ID mod to go with the plugin in the profile template?
|
|
|
Post by tunescool on Apr 15, 2013 15:02:05 GMT -8
this would be a popular code, rpgs, whatever else, can it be done
what sort of plugin would store 100, 200, or 300 different blocks of text like i have on the rite. its my member ranks
it would be possible for the member rank and the rank descriptions i have to show up in the members profile where i have it wouldnt it(a plugin)? just a class or ID mod to go with the plugin in the profile template?
|
|
|
Post by Wormopolis on Apr 18, 2013 23:15:06 GMT -8
i got it the way i want it but cant align the first two tds to the top, im still trying. but if you come online go ahead and post how to get them to the top. i just tried align: top; thenotablenook.com/user/1what sort of plugin would store 100, 200, or 300 different blocks of text like i have on the rite. its my member ranks it would be possible for the member rank and the rank descriptions i have to show up in the members profile where i have it wouldnt it(a plugin)? just a class or ID mod to go with the plugin in the profile template? Im looking at the profile, but everything looks like it IS aligned to the top. which cells arent? I mean what text is in the that you are looking at so I know Im not looking at the wrong cells? as for storing large blocks of text, a super user key is like the other keys in that it can store about 4000 characters TOTAL. so as long as you dont exceed that space, you can use a superuser key to store the data.
|
|
|
Post by tunescool on Apr 19, 2013 0:36:40 GMT -8
i wanted to get this to the top. while trying to get it to move it looks like thats to the top as it can go in the td, but the rite side is up there it looks like it could go more the rank and description could show up there with a plugin couldnt it i dont need that plugin now, i just started moving stuff around in the profile and thought of it, someday tho
|
|