vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Show Thread Enhancements - Profile Fields in a Postbit Dropdown (https://vborg.vbsupport.ru/showthread.php?t=208360)

Dave-M 07-14-2010 12:36 AM

Quote:

Originally Posted by Wired1 (Post 2055492)
Gotta remember to post my code tonight.


Amnesia, it's a terrible thing. :D

gamerfu 07-17-2010 11:09 PM

Whoops! You are going to release a 4.0.x. Can't wait! :D

Dave-M 07-25-2010 12:06 PM

Hi Wired1,

Has this been abandoned then for VB4? If so, I'll have to pay someone to code something similar for me, seems a shame cause your mod was great. :)

Dave.

Wired1 08-15-2010 05:15 AM

v4.0's up: https://vborg.vbsupport.ru/showthread.php?t=248651

Sorry for the delay guys, but my last job was running me ragged with late hours and well past 40+ hours a week with odd days. Eating / sleeping prioritized over coding :( New job's standard hours, and I'm rested up, so here's the code! Managed to fix some bugs too, but one or 2 arose. Fricking hate vB4 ATM :mad:

viper357 08-19-2010 06:17 PM

Has anybody figured out how to allow members to place a clickable link in the drop down menu?

For example, my members want to place a link to a particular thread on the forum so that other members can click on the link to read all about that member's thread.

Thanks.

Wired1 08-20-2010 01:26 AM

Code for URLs
Code:

<tr><td class="vbmenu_option" align="left"><a href="private.php" rel="nofollow">Private Messages</a></td></tr>
My code:
Code:

<tr><td class="vbmenu_control"><b>Processor</b></td><td class="vbmenu_option">$post[field6]</td></tr>
Mash em up how you'd like in the Dropdown - Manual template and you're good to go. UNTESTED.

viper357 08-20-2010 08:47 AM

Quote:

Originally Posted by Wired1 (Post 2086640)
Code for URLs
Code:

<tr><td class="vbmenu_option" align="left"><a href="private.php" rel="nofollow">Private Messages</a></td></tr>
My code:
Code:

<tr><td class="vbmenu_control"><b>Processor</b></td><td class="vbmenu_option">$post[field6]</td></tr>
Mash em up how you'd like in the Dropdown - Manual template and you're good to go. UNTESTED.

That sort of worked but it broke the layout of the dropdown menu, so I modified it a bit and came up with this which works perfectly.

Code:

<tr><td class="vbmenu_option">My Tank: <a href="$post[field28]" target="_blank">Click here to see my tank thread.</a></td></tr>
Thanks for the help. :up:

Saviour 02-22-2011 01:08 PM

Updating this for 4.x.x?

Wired1 02-27-2011 08:05 PM

Quote:

Originally Posted by Saviour (Post 2165403)
Updating this for 4.x.x?

Been there, done that :)
https://vborg.vbsupport.ru/showthread.php?t=248651

Llandy 04-05-2011 04:34 PM

Hey Wired1, great mod.

Question: How do i change the location of the "dropdown field" in the postbit? Say I want it to show in the bottom of the postbit, instead of above the avatar?


All times are GMT. The time now is 08:38 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.01112 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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