Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 01-13-2012, 11:58 AM
WDS WDS is offline
 
Join Date: May 2011
Posts: 170
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LifesGreatestGift View Post
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?
Reply With Quote
  #12  
Old 01-13-2012, 12:04 PM
LifesGreatestGift's Avatar
LifesGreatestGift LifesGreatestGift is offline
 
Join Date: Jul 2009
Location: Louisville, KY USA
Posts: 885
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #13  
Old 01-13-2012, 12:07 PM
WDS WDS is offline
 
Join Date: May 2011
Posts: 170
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LifesGreatestGift View Post
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?
Reply With Quote
  #14  
Old 01-13-2012, 12:09 PM
LifesGreatestGift's Avatar
LifesGreatestGift LifesGreatestGift is offline
 
Join Date: Jul 2009
Location: Louisville, KY USA
Posts: 885
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #15  
Old 01-13-2012, 12:15 PM
WDS WDS is offline
 
Join Date: May 2011
Posts: 170
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by LifesGreatestGift View Post
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?
Reply With Quote
  #16  
Old 01-13-2012, 12:17 PM
LifesGreatestGift's Avatar
LifesGreatestGift LifesGreatestGift is offline
 
Join Date: Jul 2009
Location: Louisville, KY USA
Posts: 885
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #17  
Old 01-13-2012, 12:20 PM
WDS WDS is offline
 
Join Date: May 2011
Posts: 170
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
  #18  
Old 01-13-2012, 12:23 PM
LifesGreatestGift's Avatar
LifesGreatestGift LifesGreatestGift is offline
 
Join Date: Jul 2009
Location: Louisville, KY USA
Posts: 885
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not really sure what posting the code to dbtechs status mod will do... o.O
Reply With Quote
  #19  
Old 01-13-2012, 12:25 PM
WDS WDS is offline
 
Join Date: May 2011
Posts: 170
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I wanted to know if what you mean when you said I could learn from the Mod's that he had downloaded.
Reply With Quote
  #20  
Old 01-13-2012, 12:36 PM
LifesGreatestGift's Avatar
LifesGreatestGift LifesGreatestGift is offline
 
Join Date: Jul 2009
Location: Louisville, KY USA
Posts: 885
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:20 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.07599 seconds
  • Memory Usage 2,279KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete