vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Profile Enhancements - Member Profile Intro (https://vborg.vbsupport.ru/showthread.php?t=251408)

ProFifaLeagues 02-19-2012 03:58 PM

Quote:

Originally Posted by Alan_SP (Post 2301188)
Ok, what's wrong with already built user notes? I guess you are familiar with them?

Yes mate thanks just liked this Idea to be able to show them to staff

Alan_SP 02-20-2012 03:56 PM

Well, this should be a new mod, or just template change, not sure at the moment. :)

But it couldn't be done with this mod without changing it's code, as this mod only shows what every user has set for it's profile intro.

Thinking about it, it maybe could be done with template change, adding it in iframe inside conditionals to enable seeing it to certain usergroups?

EDIT: I was intrigued enough that I made template modification using IFRAME: https://vborg.vbsupport.ru/showthread.php?t=278884 :up:

You could decide which usergroups see user notes and if it is above or below user's profile tabs.

ProFifaLeagues 02-20-2012 06:44 PM

Quote:

Originally Posted by Alan_SP (Post 2301587)
Well, this should be a new mod, or just template change, not sure at the moment. :)

But it couldn't be done with this mod without changing it's code, as this mod only shows what every user has set for it's profile intro.

Thinking about it, it maybe could be done with template change, adding it in iframe inside conditionals to enable seeing it to certain usergroups?

EDIT: I was intrigued enough that I made template modification using IFRAME: https://vborg.vbsupport.ru/showthread.php?t=278884 :up:

You could decide which usergroups see user notes and if it is above or below user's profile tabs.



Wow thank you alan Star man!!!!:up:

kamran_dotnet 05-25-2012 08:09 AM

anyone test "Member Profile Intro" in vbulletin 4.2 ?

Paul. 06-26-2012 11:17 AM

This is great and stops you getting a lot of stupid questions!

One question from me though, can the box it's in be modified to match a profile customization?

PS I'm using 4.2.0 and it works just fine.

Cognitio 07-03-2012 08:12 PM

I've decided to add some additional fields to help with what I wish to do with this mod, but when trying to get a multi-select custom field to display as it does in the member.php profile it just comes up blank. Any idea? Do I have to create some kind of array to include 'selected' options of the multi-select? Here's a screenshot of what I have setup:
http://www.prosoundportal.com/images/problem.jpg
Yellow is the title, it displays
Blue is the link, it turns the title into a link to the user's site
Green is location, a simple text field
Purple is the text field, or description
Red is the issue, it's the multi-select option. As you can see in the profile, it displays each option separated by a comma, but when doing a direct call to the profile intro, it's blank.

Any assistance would be awesome, thanks in advance.

Edit: Ive fixed the displaying issue, but it still only templates the binary code of a multi_select instead of the independent selected values. I understand the values are stored in exponentially (1, 2, 4, 8, 16, 32, etc), but I can't figure out how to template it correctly.

Cognitio 07-17-2012 12:47 PM

Is there any support on this mod?

angeljs 09-04-2012 07:43 AM

1 Attachment(s)
For some reason the styling doesn't look right, not sure what's happened! :(

angeljs 09-16-2012 09:22 AM

It's okay, I just un-installed then re-installed and now it works :)

Naijasite 10-01-2012 07:07 PM

is working well on 4.2.0 check www.naijafinder.com .

See how it looks like here http://www.naijafinder.com/member1.html

Toorak Times 10-06-2012 11:56 AM

I have it working on 4.2 but can't sort out the bbcode to work

osix 10-10-2012 08:39 AM

i try installing but i got this error
Code:


Warning: mysqli_query() [function.mysqli-query]: (23000/1062): Duplicate entry 'profileintro_titlefield' for key 'PRIMARY' in [path]/includes/class_core.php on line 1391


Speedy131 10-28-2012 12:07 PM

it's working in 4.1.10
however there's a small issue with it showing " instead of "
it makes for example BB codes for font color not work and urls don't work

if you leave out all " from the text you enter in the box, then it works
been trying to modify the code in the Profile: Display Intro Block plugin to make it stop doing that, but so for without result (my php knowledge is very limited)

XGC Paravain 11-03-2012 09:38 PM

2 questions first will this work on 4.2.0? Second can I use this block to display usergroup banners?

Snowhog 11-03-2012 10:06 PM

This is a 'value added' feature. Thank you for creating it. Installed on our vBulletin 4.2.0 PL2 forum.

ProFifaLeagues 11-03-2012 11:25 PM

Quote:

Originally Posted by XGC Paravain (Post 2378172)
2 questions first will this work on 4.2.0? Second can I use this block to display usergroup banners?


Working fine on 4.2 mate Not too sure about using it for banners but you can try.

XGC Paravain 11-04-2012 05:13 AM

1 Attachment(s)
I have my banner on my profile as on screen shot
But I want to put it on the right side above the visitors message box and link the usergroup banners with their clan forums

ti6 01-31-2013 12:45 PM

All worked fine on VBulletin 4.2 Patch 3. Then i accidentially deleted the Profilefields. Tryed to re-imported the XML file again but nothing showed up. I even cant uninstall it its sais "Cant delete Table 19" and a long Errormessage. Can somebody help me?

Ba'al 05-26-2013 05:42 PM

I got a database error when trying to install on 4.2.0 PL 3.............not good lol

socialteenz 08-13-2013 04:57 AM

Everything works as it should on 4.2.1.

Thanks.

katie hunter 10-24-2013 07:04 AM

Great mod :)

How can i make the background transparent ? Like this http://i.imgur.com/diMKCG8.jpg instead of this http://i.imgur.com/vBEYOO5.jpg

This is the template profile-intro.css

HTML Code:

/* member profile intro */
.intro_block {
display:block;
width: 100%;
-moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
-moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
-webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
-moz-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
-webkit-box-shadow: -2px 2px 2px {vb:stylevar forumbits_shadow_color};
margin-bottom: {vb:math {vb:stylevar padding}*2};
}

.intro_block h2 {
font-size:{vb:stylevar secondarycontent_header_font.fontSize}{vb:stylevar secondarycontent_header_font.units};
font-weight:{vb:stylevar secondarycontent_header_font.fontWeight};
color: {vb:stylevar secondarycontent_header_color};
background: {vb:stylevar secondarycontent_header_background};
border: {vb:stylevar secondarycontent_header_border};
-moz-border-radius-top{vb:stylevar right}: {vb:stylevar border_radius};
-moz-border-radius-top{vb:stylevar left}: {vb:stylevar border_radius};
-webkit-border-top-{vb:stylevar right}-radius: {vb:stylevar border_radius};
-webkit-border-top-{vb:stylevar left}-radius: {vb:stylevar border_radius};
}

.intro_block h2 span {
display:block;
padding: {vb:math {vb:stylevar padding}/2-1} 0;
padding-{vb:stylevar left}: {vb:stylevar padding};
}

.intro_block .text {
display:block;
padding: {vb:math {vb:stylevar padding}/2-1} 0;
background: {vb:stylevar secondarycontent_background};
border: {vb:stylevar secondarycontent_border};
}

.intro_block .text.noborder {
border-top: 0;
}

.intro_block .text p {
padding: {vb:stylevar padding};
}



All times are GMT. The time now is 01:02 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.01290 seconds
  • Memory Usage 1,770KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (3)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
  • (21)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