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-12-2012 11:38 PM

[Request a programmer] PopUp with user information to pass your mouse over the Nick
 
1 Attachment(s)
In Forum and ForumDisplay.

Do not know if this is the right place where I make this request, but wanted to know if some programs may help ma get this product.

I leave with a capture:

https://vborg.vbsupport.ru/attachmen...1&d=1326415108

LifesGreatestGift 01-13-2012 12:02 AM

is that vBulletin or IP.Board?

WDS 01-13-2012 12:23 AM

Quote:

Originally Posted by LifesGreatestGift (Post 2287087)
is that vBulletin or IP.Board?

It IP.Board, I love that someone wants to work with effect alograrlo pair, the problem is that I only design but not programming.
Could you help me with this project?

LifesGreatestGift 01-13-2012 01:24 AM

I'm almost done :)

WDS 01-13-2012 01:27 AM

Quote:

Originally Posted by LifesGreatestGift (Post 2287107)
I'm almost done :)

're working on it? :eek:

LifesGreatestGift 01-13-2012 02:53 AM

Coming soon

WDS 01-13-2012 03:59 AM

Quote:

Originally Posted by LifesGreatestGift (Post 2287125)
Coming soon

That Uff, I'm very anxious waiting

LifesGreatestGift 01-13-2012 04:36 AM

Demo
http://i293.photobucket.com/albums/m...ect/demo-1.png

--------------- Added [DATE]1326435217[/DATE] at [TIME]1326435217[/TIME] ---------------

http://i293.photobucket.com/albums/m...ect/demo-3.png

WDS 01-13-2012 09:32 AM

OMG Spectacular
This effect can be achieved by passing the mouse over the nick without an extra button?
or by passing the mouse on Nick in Last post?

Please let me apologize if I'm rushing, but I'm very excited about this possibility.

LifesGreatestGift 01-13-2012 11:48 AM

Quote:

Originally Posted by WDS (Post 2287220)
OMG Spectacular
This effect can be achieved by passing the mouse over the nick without an extra button?
or by passing the mouse on Nick in Last post?


Please let me apologize if I'm rushing, but I'm very excited about this possibility.

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.

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.

WDS 01-13-2012 12:43 PM

Quote:

Originally Posted by LifesGreatestGift (Post 2287267)
im talking about mods/plugins in general to learn how to register variables if you wanted to learn to code it yourself.

OK, I understand.
I could put some quick example for noticing that I have to look?

LifesGreatestGift 01-13-2012 03:05 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=276901" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=276901</a>

WDS 01-13-2012 05:13 PM

1 Attachment(s)
I've tested and working properly ... but I've been wondering a few things here I leave:

Could it be possible to adapt the code to use the same function that uses this box pointed to the blue arrow?
https://vborg.vbsupport.ru/attachmen...1&d=1326478305

LifesGreatestGift 01-13-2012 05:50 PM

again, you would need to register A LOT of variables to be able to show it in the lastpostby template via plugins. Something I am not going to do.

WDS 01-13-2012 06:20 PM

Ok, thank you very much for helping me. :)


All times are GMT. The time now is 06:27 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.01929 seconds
  • Memory Usage 1,778KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (25)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete