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)

Wired1 09-20-2009 06:21 PM

Dropdown - Manual

Wired1 12-09-2009 01:21 AM

Note to all: Yes I will be upgrading this mod if needed to work with vB 4.0, but not before it goes gold on or around the ETA of December 21st. I personally wouldn't recommend anyone upgrade their forum for a couple weeks after it comes out so that the modding community has a chance to test their code on the gold version.

Target Practice 12-19-2009 12:45 AM

I'm sorry, I'm quite spectacularly dumb when it comes to this kind of thing - I have a couple of questions if you'd be so kind:

Firstly, how do I remove the username from the dropdown_title? Is it even possible?

Secondly, I'm getting an issue when using this with the legacy postbit where for users with shorter names, the title background is taking the entire width of the postbit, and it looks a bit ugly:

http://img7.imageshack.us/img7/5199/problemju.jpg

Any suggestions?

Wired1 12-19-2009 06:09 AM

1. Remove from the dropdown templates:
Code:

$post[username]'s
2. more likely it's a spec they have that's long (IIRC).

Target Practice 12-19-2009 12:48 PM

Thanks for the prompt response.

Regards the second point, it doesn't seem to be - if I open the dropdown menu, the title bar is still much longer than any of the fields. As a potential workaround, is it possible to just change the colour of the title bar so that it matches the background of the postbit?

Wired1 12-19-2009 07:10 PM

It uses the default dropdown code, so either you'd have to change the colors of all of them, or if you just want to change that one then you'd have to add some CSS for that. CSS isn't my strongsuit, so I can't give you any tips, sorry!

Target Practice 12-19-2009 09:08 PM

Not a problem. :) I've muddled through and managed to get it more or less doing what I wanted now - probably not even close to good CSS, but it seems to be working, which is good enough for me. Thanks for a great mod.

In case anyone else has a similar problem to the one I had, I fixed it by doing the following:

In the dropdown call template

Change
Code:

<div id="specs_$post[postid]" class="vbmenu_control">
to
Code:

<div style="float: left; display: inline-block;" id="specs_$post[postid]" class="vbmenu_control">
You may find that this causes the dropdown to overlap some areas of your postbit (it did with mine) - In the Postbit Legacy template, simply add a couple of line breaks (<br>) after
Code:

$template_hook[postbit_userinfo_left]
and that should sort it.

That's how it worked for me, anyway. Hope it helps.

CvP 01-15-2010 01:53 PM

so any news about this on vb4?

Crow 01-21-2010 05:08 PM

This avil for 4.0.1 yet? This is just what I need!

marrr 02-13-2010 01:55 AM

Quote:

Originally Posted by Crow (Post 1962534)
This avil for 4.0.1 yet? This is just what I need!

Please update!!!

Wired1 02-22-2010 05:48 AM

Quote:

Originally Posted by CvP (Post 1956492)
so any news about this on vb4?

If/when I can get free time to do anything other than work, definitely (I need it for my own forums eventually lol). Just got a new job, and there's no such thing as an 8 hour day. Worked two 12 hour days back to back, just got off a 15 hour day. It's a balance between work / eat / sleep, and other. Other's a low priority ATM :mad:

To others:
Quote:

Originally Posted by Wired
NOTE: Support will only be given to those who have hit install.


CvP 02-28-2010 09:31 AM

thank you. as long as you do not abandon it completely :)

Saviour 03-08-2010 11:11 AM

Wired,

I've been using this mod for some time now. It's currently showing for some registered members who have filled out the profile fields, but I just had someone register yesterday and fill it out...and it's not showing for them, or me...for that matter. I mean...I know they have completed some of the fields, but the dropdown just isn't showing for them. My PC specs are viewable...and so are some others, but this has got me scratching my head.

I currently run vB 3.8.4PL2.

Is there anything you can suggest? I appreciate it...this mod is definitely one our forum needs...and like I said...it's been working fine. I'm not sure what's causing it.

Nevermind...I should read your first post a little more carefully.

Wired1 03-09-2010 04:23 AM

Let me guess, field 5?

Saviour 03-09-2010 11:17 AM

Yep...that be the one.

MikeF 03-15-2010 10:11 AM

There are a lot more forums than you may think that thrived and depended on this mod before vB4. It is a great addition and unfortunate that there is no version 4. I come here all the time looking for an alternative for version 4, and no such mod exists. It is a small type of template modification in the grand scheme of things, but it makes things *that* much better for forum members. I would be willing to even donate to you like $20 to make a vB4 version.. I know this isn't much since Im broke.

Wired1 03-15-2010 03:38 PM

Money is not a motivator to me. I was working on the mods yesterday actually since it was the first day in 2 months that I only worked 8 hours.

Quote:

Originally Posted by Wired1 (Post 1988602)
If/when I can get free time to do anything other than work, definitely (I need it for my own forums eventually lol). Just got a new job, and there's no such thing as an 8 hour day. Worked two 12 hour days back to back, just got off a 15 hour day. It's a balance between work / eat / sleep, and other. Other's a low priority ATM :mad:

In otherwords, life is life. Now let me ask this: If this mod is so important to you, why don't you hit install? :)

CvP 04-04-2010 08:47 AM

Quote:

Originally Posted by Wired1 (Post 2004143)
Now let me ask this: If this mod is so important to you, why don't you hit install? :)

It is really important to me too. but i don't have it installed. should I still click install?
actually, I think I have it disabled in vB4..so i guess i can ;)

CvP 04-10-2010 07:53 AM

*CvP uses a piano wire to kill Wired1's boss.

now you are free to update it!

Dave-M 05-03-2010 10:35 PM

Those Corsair forums are just crying out for VB4 :D

Wired1 05-04-2010 02:44 AM

LMFFAO I know, but that's a WHOLE different story. Work's FINALLY getting under control to where I can finally get some decent sleep, so yes, coding's next. My new Android phone's giving me some ideas :)

CvP 05-04-2010 08:15 AM

Quote:

Originally Posted by Wired1 (Post 2031466)
LMFFAO I know, but that's a WHOLE different story. Work's FINALLY getting under control to where I can finally get some decent sleep, so yes, coding's next. My new Android phone's giving me some ideas :)

just a working version asap would be nice.
then we can brainstorm :D

Dave-M 05-04-2010 09:58 PM

Looking forward to it, thanks mate :)

dendrob 05-13-2010 02:24 PM

My need is a bit different, I want to have a list of animals that people keep on my forum. Basically you click it and the list drops down. Problem is that if I have my field as a text box, everything is formatted like a paragraph in the postbit. To have 1 animal per line, I have to make single-line text box for each animal. Some people have 50 animals. I made 10 fields, but that's not enough...is there a working alternative or do I have to scrap this install.... hope not, because I really like this simple mod! You can see it working here

dendrob 05-13-2010 09:48 PM

anyone?

Wired1 05-14-2010 02:35 AM

Please be patient!

So, you're saying you want a dropdown with 50 lines?

CvP 05-14-2010 03:22 PM

Quote:

Originally Posted by Wired1 (Post 2036707)
Please be patient!

So, you're saying you want a dropdown with 50 lines?

I think you might wanna do it this way:

- have a max height option of the drop down
- if the height is more than that, it uses scroll bar
- the above user can use multi line text boxes

Wired1 05-14-2010 05:18 PM

The dropdown code is just a call to a vB function. Not gonna reinvent the wheel.

Cla75 05-17-2010 08:54 AM

Hello,
I have a problem with this mod using it on vBulletin 3.8.5

The mod works correctly, but creates a problem only with Internet Explorer here:

- User Control Panel http://www.XXXXXXXX.com/usercp.php

- New thread subscribed

- Click on the title of the thread

- Link not found error and closed window

how can we fix this?
thanks

Wired1 05-17-2010 03:59 PM

Take a screenshot, as I have no idea what you're talking about.

Cla75 05-17-2010 04:27 PM

1 Attachment(s)
I try to insert screenshots ...

mod installed
Attachment 117204

ALWAYS (with all threads) error with I.E. when you click to enter directly the last answer to the thread
Attachment 117205

I press OK and links not found
Attachment 117206

no problem with firefox no problem with safari (SAME LINK ... see error IE)
Attachment 117207

help me please !
thanks

Cla75 05-19-2010 01:32 PM

Hello,
nobody knows how to solve this problem?

Thanks for your help

Wired1 05-21-2010 02:49 AM

No idea, sorry! Can't duplicate it. Another mod's interfering perhaps? Turn off all plugins, then turn this one on.

Cla75 05-24-2010 12:27 PM

The problem occurs only Internet Explorer using the shell.
With Safari and Firefox everything works fine.
I do not understand

marrr 06-04-2010 07:04 PM

Whats the status of moving this to vb4?
thanks

Wired1 06-04-2010 09:10 PM

Working, but ugly as hell. Probably going to just release it as a beta and see if someone with better CSS skills than I can clean it up.

CvP 06-05-2010 10:29 PM

Quote:

Originally Posted by Wired1 (Post 2048458)
Working, but ugly as hell. Probably going to just release it as a beta and see if someone with better CSS skills than I can clean it up.

I will try to help :)

Wired1 06-06-2010 12:48 AM

Okie dokie. Note: I'd prefer to only use CSS that's already existing. That way new styles will auto-skin it.

CvP 06-07-2010 09:32 AM

Quote:

Originally Posted by Wired1 (Post 2049014)
Okie dokie. Note: I'd prefer to only use CSS that's already existing. That way new styles will auto-skin it.

so it is fully working except styling?

Dennis B 06-09-2010 12:36 PM

This is the 'profile fields' version that I like the most so hopefully it will come out soon. :)
If I can be of any help, please let me know. :)


All times are GMT. The time now is 10:06 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.01349 seconds
  • Memory Usage 1,819KB
  • 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
  • (4)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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