The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Then it would be impossible or would require more work?
|
#12
|
||||
|
||||
I'm sure it's possible, but I personally don't have the time to do it. I mainly do designs. But once I release the design code, anyone is more than welcome to incorporate it into a plugin to do what you'd like.
|
#13
|
|||
|
|||
What could we do or where we may publish your work for someone to implement the plugin?
|
#14
|
||||
|
||||
Request For Paid Services forum
--------------- Added [DATE]1326460289[/DATE] at [TIME]1326460289[/TIME] --------------- but what you are asking is for this mod to 'take the place' of the current memberaction_dropdown so someone would need to 'include' the memberaction_dropdown code and hooks into this code as well. |
#15
|
|||
|
|||
Quote:
About the last thing you write: That is outside my expertise, I am frustrated by it but not to do. I wonder how it all auqnue was a long process but gradually making it could go, you can learn with some tutorial? |
#16
|
||||
|
||||
Well you could try the Unpaid Requests forum, but it usually doesn't go far from there.
you can learn by downloading mods/plugins and reviewing how they work, what hooks they use etc and then go from there. |
#17
|
|||
|
|||
You mean something like this?
HTML Code:
<form action="ajax.php" method="post" onsubmit="return FBStatus.save_edit_mood();"> <div class="friends_mini friends block"> <div class="blockbody userprof_content userprof_content_border"> <h5 class="blocksubhead userprof_blocksubhead smaller "> <vb:if condition="$show['dbtech_status_mood_change']"> <a class="textcontrol imagecontrol" style="cursor: pointer;" id="dbtech_status_editlink" href="javascript://" onclick="return FBStatus.init_edit_mood();"> <img src="{vb:stylevar imgdir_button}/edit_40b.png" alt="{vb:rawphrase edit}" /> </a> </vb:if> {vb:rawphrase dbtech_status_mood} </h5> <div class="blockrow member_blockrow"> <div id="dbtech_status_mood"> <div id="dbtech_status_moodtext"> <vb:if condition="$prepared['dbtech_status_mood']"> {vb:raw vboptions.dbtech_status_mood_prefix} {vb:raw prepared.mood} <vb:else /> {vb:raw vboptions.dbtech_status_default_mood} </vb:if> </div> </div> <div style="display:none;" id="dbtech_status_mood_controls{vb:var post.postid}"> <span style="font-weight: bold;">{vb:rawphrase dbtech_status_moodedit} - <a href="javascript://" onclick="return FBStatus{vb:var post.postid}.cancel_edit_mood();">{vb:rawphrase cancel}</a></span> {vb:raw critbit} </div> </div> </div><!-- blockbody --> </div><!-- widget block --> </form> |
#18
|
||||
|
||||
not really sure what posting the code to dbtechs status mod will do... o.O
|
#19
|
|||
|
|||
I wanted to know if what you mean when you said I could learn from the Mod's that he had downloaded.
|
#20
|
||||
|
||||
im talking about mods/plugins in general to learn how to register variables if you wanted to learn to code it yourself.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|