vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   Profile Change: Forum Info v1.4.1 (https://vborg.vbsupport.ru/showthread.php?t=92458)

commTRU 08-16-2005 08:30 PM

Thats quite interesting, how you can add the profile field away from additional information.. I always hated that! But is now appears in two places.. Any way to stop it from appearing in the additional info section full stop? :)

King Kovifor 08-16-2005 08:57 PM

CommTRU,

Make sure you set the firld to "Hidden". If you don't have any others that are hidden you may go through your groups and make it set to "can See Hidden Fields - no" I believe. That's your problem there!

commTRU 08-16-2005 09:06 PM

Thanks King, I must have missed that off :)

That is a very useful mod though. I've always wanted to know how I could make my own custom fields, and place them in different areas. It has interesting potential!

King Kovifor 08-16-2005 09:10 PM

Simple Conditionals. The same way you get them into the post bit/postbit_legacy but YOU have to make it hidden or it'll show twice. You could always get anywhere, on any place with it... Just some places are as easily added. Like the nav bar. << That gave me so much trouble on that with the PDN!

commTRU 08-16-2005 09:46 PM

Here is a small screen cap of what I have been able to do with this modification.

Note that vBulletin doesn't have the ability to add in extras into the contact information, such as a link to My Space or Live Journal, thus thanks to this mod, I can now include this :) Before it would just look out of place in the Additional Info section..

To link to the profile field, just the profile field code around link tags, example:

HTML Code:

<a href="$post[field10]" target="_blank">$post[field10]</a>
This works perfectly.. I tell ya, I was tearing my hair out trying to make the profile page look better. So thankies very much!

King Kovifor 08-16-2005 09:51 PM

Thanks commTRU about the target="_blank" thing. I'll use that once I get to that part, but with that it has to be required. Try this instead:

HTML Code:

<if condition="$post['field10']">Live Journal Account<br /><a href="$post[field10]" target="_blank">$post[field10]</a></if>
That'll allow it to check to see if they have it filled in. That will also make it so that it doens't say:

Live Journal Account:
... nothing here

Your Welcome for the helpful tip.

Mythotical 08-21-2005 01:20 AM

I will be taking this to the next level, as you can see it shows up on the postbit, I'm thinking of placing it in the signature area as that would be a better place instead of under the users name. If King agrees with me on this then I'll do it or he will.

King Kovifor 08-21-2005 12:36 PM

What, Show what in the postbit?

Fallback 08-21-2005 01:51 PM

Quote:

Originally Posted by King Kovifor
Thanks commTRU about the target="_blank" thing. I'll use that once I get to that part, but with that it has to be required. Try this instead:

HTML Code:

<if condition="$post['field10']">Live Journal Account<br /><a href="$post[field10]" target="_blank">$post[field10]</a></if>
That'll allow it to check to see if they have it filled in. That will also make it so that it doens't say:

Live Journal Account:
... nothing here

Your Welcome for the helpful tip.

I would also add rel="nofollow" in the href tag for SEO purposes.

fade 08-21-2005 03:46 PM

just a quick question..

in your instructions for 1.4.1 you state

**** Step Three: Templates ****

Please go into the style manager. Find the correct start tag and the correct end tag, and replace that with the following:

Find the correct start tag and end tag in which template exactly? sorry if it's rather obvious, it just seems a bit vague for someone like myself ^_^

p.s. i would have posted in your other forum but was too lazy to register :p


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.02007 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
  • (3)bbcode_html_printable
  • (1)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
  • (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