vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   [Request a programmer] PopUp with user information to pass your mouse over the Nick (https://vborg.vbsupport.ru/showthread.php?t=276872)

WDS 01-13-2012 11:58 AM

Quote:

Originally Posted by LifesGreatestGift (Post 2287243)
Not without using plugins to register variables. A lot of these variables are not available in the memberaction_dropdown template. All my code resides inside the postbit(_legacy) template.

Then it would be impossible or would require more work?

LifesGreatestGift 01-13-2012 12:04 PM

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.

WDS 01-13-2012 12:07 PM

Quote:

Originally Posted by LifesGreatestGift (Post 2287247)
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.

What could we do or where we may publish your work for someone to implement the plugin?

LifesGreatestGift 01-13-2012 12:09 PM

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.

WDS 01-13-2012 12:15 PM

Quote:

Originally Posted by LifesGreatestGift (Post 2287249)
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.

And it is not possible for someone to do for free?

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?

LifesGreatestGift 01-13-2012 12:17 PM

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.

WDS 01-13-2012 12:20 PM

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>


LifesGreatestGift 01-13-2012 12:23 PM

not really sure what posting the code to dbtechs status mod will do... o.O

WDS 01-13-2012 12:25 PM

I wanted to know if what you mean when you said I could learn from the Mod's that he had downloaded.

LifesGreatestGift 01-13-2012 12:36 PM

im talking about mods/plugins in general to learn how to register variables if you wanted to learn to code it yourself.


All times are GMT. The time now is 05:56 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00975 seconds
  • Memory Usage 1,751KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete