Quote:
Originally Posted by Jase2
Hi Wired,
When I turn on vBulletin Debug mode....25 queries are executed on a members profile page...in bold red. Then, memberinfo_block_EPFP_tab is highlighted in bold red. Anything to be concerned of?
|
Red means it will self destruct in 5 seconds Mr. Phelps....
Nah, red means it isn't cached. Fixed that over a month ago... looks like I forgot to upload it... v1.0.1 now out!
Quote:
Originally Posted by Dinatius
1. How would I get rid of another tab? such as Contact Info... I don't want the arrow for an extra tab.
|
Ask Jelsoft.
Quote:
2. There seem to be breaks between Profile Field Categories. Is that intentional? Is there any way I could actually put in a <hr> or something?
|
It has not been tested with Categories, as it's sort of its own category.
Quote:
3. I'm currently using 2 of the Profile Field hack because fields get so spaced out, but on the Profile Tab they display much more cleanly - any way I can get both pages of extra_options and extra_options1 to show up on the same profile tab?
|
NOTE: THIS IS UNTESTED, but should work.
EDIT Plugin: Extra Profile Fields Tab.
FIND:
PHP Code:
WHERE pf.form = 6
CHANGE TO:
PHP Code:
WHERE pf.form = 6 OR pf.form = 7
Quote:
4. and last, I know I asked this on another thread (maybe the 3.6.x one) - is there any way to get 2 profile fields to show next to each other? i.e. two columns of profile fields? I know it's not doable in the userCP, but how about in the Tabbed Profile?
|
Both are probably possible, but most of my code calls on standard vBulletin templates / functions for maximum compatibility / minimum edits.
Quote:
Originally Posted by LoRdGd
|
As it states at the top of this thread, this is an ADDON for another product, and as such, REQUIRES that product to be installed first.