The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Quote:
Take a look at the page source and see what is going on. If you did, you'd see something like this: HTML Code:
<dt class="shade" id="profilefield_title_1">Biography</dt> <dd id="profilefield_value_1"> N/A <script type="text/javascript"> <!-- vBulletin.register_control("vB_ProfilefieldEditor", "1"); //--> </script> </dd> Also, since this is shown on the member.php page, it's a good idea to see what scripts get added on that page that don't get added on all the other pages. When looking at the page source, search for any scripts on there and you'll come across a couple scripts that have the word "edit" in them - "vbulletin_quick_edit_generic.js" and "vbulletin_profilefield_edit.js" And, right under where you find those scripts, you'll see some more lines that look useful that have the word "Edit" in them. Grab that too. Do I know if you need all that? No, I don't know, but it's a good place to start. |
#12
|
|||
|
|||
Quote:
I wish to insert field5 (one of my User Profile Fields) into a sentence. I don't have a code yet as I'm not sure where to start. I know that if I was doing it on any forum page, then I'd use "$post[field5]" however this won't work and I'd like to know what I need to add to make that work. Hopefully that's a little more understandable |
#13
|
||||
|
||||
Well, what query are you using to get the userinfo? You'll have to add to that query to get the field5 info.
|
#14
|
||||
|
||||
Ok, got the pencil to show up and it links to the users 'edit details' page. Wanted it to just do an instant inline editing with the javascript... wondering if anyone's figured out exactly what I need in terms of the coding to do that... it kind of sucks that by clicking the icon they leave the page and have to search for that field to change it.
|
#15
|
||||
|
||||
You really need to start your own thread about this and post the code you are using and template changes, etc. We really can't help when we have no clue what you have done and where, etc.
|
#16
|
|||
|
|||
None as yet, I'd like to know what query I should use.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|