The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Glad you got it to work.
You might want to post the template code that includes the avatar so we can see what html you are currently using. Also, post a few lines above and below the area of interest. |
#12
|
|||
|
|||
I tried using this, but when i click the pencil, i get a popup saying undefined. Any help would be appreciated.
Thanks! Here is the code im using: Code:
<!-- ########## STEAM ID ######### --> <script type="text/javascript" src="http://extremeg.org/forum/clientscript/vbulletin_profilefield_edit.js?v=$vboptions[simpleversion]"></script> <tr><td class="alt1" nowrap align="left"> <fieldset> <dt class="shade" id="profilefield_title_9">Steam ID:</dt> <dd id="profilefield_value_9"> $bbuserinfo[field9] <script type="text/javascript"> <!-- vBulletin.register_control("vB_ProfilefieldEditor", "9"); //--> </script> </dd> </fieldset> </td></tr> <!-- ########## /STEAM ID ######### --> |
#13
|
||||
|
||||
I believe the issue is that you blindly copied the code without altering it to fit your page.
Here's a snippet from your page source: Code:
<tbody id="collapseobj_module_12" style=""> <tr> <td class="alt1"> <!-- ########## STEAM ID ######### --> <script type="text/javascript" src="http://extremeg.org/forum/clientscript/vbulletin_profilefield_edit.js?v=382"></script> <tr><td class="alt1" nowrap align="left"> <fieldset> <dt class="shade" id="profilefield_title_9">Steam ID:</dt> <dd id="profilefield_value_9"> <script type="text/javascript"> <!-- vBulletin.register_control("vB_ProfilefieldEditor", "9"); //--> </script> </dd> </fieldset> </td></tr> <!-- ########## /STEAM ID ######### --> </td> </tr> </tbody> Try fixing that. |
#14
|
|||
|
|||
Ok, thanks. I will try this.
--------------- Added [DATE]1239915162[/DATE] at [TIME]1239915162[/TIME] --------------- I figured it out. I was making a page in VBa, but the index.php file was not under /forum. Once i moved it, it worked. |
#15
|
|||
|
|||
I would like to do something similar. I started a seperate thread.
https://vborg.vbsupport.ru/showthread.php?p=1799453 Basically I would like to add a "pencil" somewhere that will allow the member to edit a field in his profile. I would prefer a text box to a pencil ... but I will take a pencil if it is easier. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|