vb.org Archive

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

Wired1 01-04-2009 06:19 PM

What format are those profile fields?

japancars 01-04-2009 07:58 PM

In German Mehrzeiliges Textfeld.

It is for a few rows. 500 signs and 5 rows.
So not the single row textfield.

Wired1 01-04-2009 09:19 PM

Multiline text fields. looks like vB's dropdown implementation code doesn't take into account line breaks. Problem's with their code, out of my hands.

japancars 01-05-2009 09:15 AM

is it not possible to write something like max 70% in your mod? For the table width?

Wired1 01-05-2009 11:47 PM

You could, however that doesn't fix the actual problem. This wouldn't wrap the lines at the end of the actual line breaks, just at the max width set. Also, "max-width" is implemented differently in each web browser, so you'd have to work in other code depending on the browser.

Just re-looked over the code, and if the dropdown code was completely rewritten, and the end lines were parsed out beforehand, it could be done, but I don't have the time to rewrite their code to suit my needs. I'll just wait until vB 4.0 or whatever :)

Arachnophiles 01-09-2009 12:29 AM

In the old version of this mod (v2.1.1) I was able to contain the dropdown width using the following code for each posbit entry. Not ideal, but it did the trick:
Code:

<if condition="$post['field13']">
                <tr><td class="alt2" width="670px"><b>Field Desc:</b> $post[field13]</td></tr>
        </if>


However, now installed mod v3.0.1 with vB3.8 and it doesn't seem to work :( Any ideas?

Edit: apepars to be fine when viewing in IE, however Firefox stretches off the page.

Saviour 01-10-2009 06:46 PM

Will this mod work with 3.8? I currently have it installed, but it only installed one version...not two. No telling if the version installed is manual or automatic.

Will uninstall until a version for 3.8 is available...

Wired1 01-15-2009 10:43 PM

Tested it with one of the betas a while ago and didn't see any issues. Planning on testing it out this weekend.

Saviour 01-20-2009 02:44 PM

Well...

What did ya come up with Wired? I had this mod installed with my previous version of vB, but now...with 3.8...it no workie.

Members are really looking forward to having this back, my friend.

Keep us posted, please...

cdnbacon 01-29-2009 08:50 AM

We're using the manual approach and it's working fine within vBulletin 3.8.0.

Wired1, is there absolutely no tiny chance to make the dropdown appear properly on quickreply? I'd actually be willing to donate if this could be fixed... stuff like this drives me nuts. :D

Let me know.

Wired1 01-29-2009 05:24 PM

Quote:

Originally Posted by Saviour (Post 1719043)
Well...

What did ya come up with Wired? I had this mod installed with my previous version of vB, but now...with 3.8...it no workie.

Members are really looking forward to having this back, my friend.


Keep us posted, please...

I work too damn much, that's what I've come up with lol! Can't code when stuff blows up :)


Quote:

Originally Posted by cdnbacon (Post 1727946)
Wired1, is there absolutely no tiny chance to make the dropdown appear properly on quickreply? I'd actually be willing to donate if this could be fixed... stuff like this drives me nuts. :D

No idea what you're referring to. Please explain in more detail.

cdnbacon 01-29-2009 06:04 PM

Quote:

Originally Posted by Wired1 (Post 1728279)
I work too damn much, that's what I've come up with lol! Can't code when stuff blows up :)


No idea what you're referring to. Please explain in more detail.

Sorry about that mate. It seems the issue I was referring to was last commented on in Aug. 2008. I didn't notice that.

Issue:
- User posts a reply using the quickreply box
- Message is posted BUT dropdown menu doesn't appear until the page is refreshed

The above was not a big issue until the introduction of live topic to our forum. Now users can go 30-40 replies without a page refresh and having that dropdown broken is plain annoying.

My question is whether or not it's possible to fix this. Not necessarily you, but just, is it possible?

Mr. Baws 02-02-2009 01:53 AM

Go to AdminCP -> Languages & Phrases -> Search in Phrases. Search for the phrase's title: [dropdown_title] (no brackets). Edit and save!

No Phrases Matched Your Query

and should i add manually profile fields??

Wired1 02-02-2009 03:12 AM

Quote:

Originally Posted by cdnbacon (Post 1728320)
My question is whether or not it's possible to fix this. Not necessarily you, but just, is it possible?

AFAIK it's a side effect of using AJAX.


Quote:

Originally Posted by Mr. Baws (Post 1731496)
Go to AdminCP -> Languages & Phrases -> Search in Phrases. Search for the phrase's title: [dropdown_title] (no brackets). Edit and save!

No Phrases Matched Your Query

Try searching again. It's definitely defined in this product.


Quote:

and should i add manually profile fields??
Manual / automatic is up to you.

Saviour 02-02-2009 03:12 AM

Still waiting to see if you have this thing fixed for 3.8.x.

Using the file you currently have, neither the manual or automatic works.

Wired1 02-02-2009 03:45 AM

Tried it on my UPGRADED test bed, works fine. Got any other mods running? I'll see if it works on a fresh install soon.

Saviour 02-02-2009 04:21 AM

I'm currently running vB 3.8.1 with the following installed:
  1. Cafe Press Shop 2.0.8
  2. Cyb - Advanced Forum Statistics 6.4
  3. Cyb - PayPal Donate 4.8.2
  4. GTSearch: Google? Custom Search Engine 1.0.0
  5. Highlight Threadstarter 2.1.1
  6. ibProArcade for vBulletin 2.6.8
  7. Icons for UserCP 1.3
  8. Logician's WebTemplates 3.7.00
  9. Members who have Posted 3.8.002
  10. Members who have Registered 3.8.002
  11. Members who have Visited 3.8.002
  12. Post Thank You Hack 7.7
  13. ProvB - Community News Letter 1.5.0P
  14. Separate Sticky and Normal Threads 3.0.0
  15. UserCP Navbar Menu 2.0.0
  16. vB Post Templates 1.5.0
  17. vBadvanced CMPS 3.1.0
  18. vBulletin Blog 2.0.1
  19. [NuHIT] - NuHIT URLs 1.0.0

That's it...

Do you see anything that may be conflicting with this mod? When I run your product xml...only one product is installed. It does not install the manual and the automatic. It just installs one product...and it's not labeled. So I'm not sure if it's the manual that was installed or the automatic. However, it is enabled after install. Also, the two templates show up, as well. However...like I said...it doesn't work.

So, if you got it to work, there has to be a conflict somewhere.


Thanks for looking into this for me, Wired...much appreciated.

Arachnophiles 02-03-2009 06:28 AM

Quote:

Originally Posted by Arachnophiles (Post 1705796)
In the old version of this mod (v2.1.1) I was able to contain the dropdown width using the following code for each posbit entry. Not ideal, but it did the trick:
Code:

<if condition="$post['field13']">
                <tr><td class="alt2" width="670px"><b>Field Desc:</b> $post[field13]</td></tr>
        </if>


However, now installed mod v3.0.1 with vB3.8 and it doesn't seem to work :( Any ideas?

Edit: apepars to be fine when viewing in IE, however Firefox stretches off the page.

Hi, any update/fix with regard to the above (drop down stretches off page in Firefox)

Cheers,
Adam

Saviour 02-16-2009 04:14 AM

I'm not sure if the problem I'm having with getting it to work with 3.8.1 has anything to do with the mods I currently have installed, but would really appreciate any feedback from the coder, or someone else on this one.

Like I said...this is an awesome mod...and my members miss it, but I just can't seem to get it working at all for 3.8.1.

Wired1 02-16-2009 05:05 AM

sorry for the delay, haven't had a chance to look into that on a fresh testbed (work went to hell).

Arachnophiles 03-13-2009 03:53 AM

Sorry to be a pain (and keep asking) but does anyone have any ideas on how to fix the "dropdown stretching of the page" problem?

Cheers,
Adam.

Wired1 03-14-2009 10:56 PM

3.8.x version released:
https://vborg.vbsupport.ru/showthread.php?t=208360

No code changes whatsoever.

paulbhoy 07-10-2009 05:42 PM

So is there anyway to remove the username before the phrase?

So I only want it to say the phrase, not the persons username

Wired1 07-11-2009 05:30 AM

Quote:

Originally Posted by paulbhoy (Post 1846477)
So is there anyway to remove the username before the phrase?

So I only want it to say the phrase, not the persons username

Remove this from the 3 templates:
Code:

$post[username]'s

Arachnophiles 06-29-2010 05:56 AM

Are there any plans to update this to work with vB4?


All times are GMT. The time now is 11:00 AM.

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.02466 seconds
  • Memory Usage 1,777KB
  • 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
  • (3)bbcode_code_printable
  • (8)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
  • (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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete