vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin Tips & Tricks (https://vborg.vbsupport.ru/forumdisplay.php?f=239)
-   -   New block in the member profile (https://vborg.vbsupport.ru/showthread.php?t=203775)

Aliraqis 02-02-2009 04:51 PM

Nice Thnx

baghdad4ever 05-27-2009 06:46 PM

thanks

webgroup 07-06-2009 05:54 PM

how can I remove the footer info from the block?
in my newly created blcok, the footer info like powered by vbuleltin is appearing on the block

Thanks

cionfs 07-06-2009 06:03 PM

This block does not recall footer.

Change "Content".

SİMAR 07-18-2009 06:49 PM

thank you

Kottonmouth801 07-22-2009 02:32 PM

Reserved for install. :D

Mobo 08-10-2009 10:57 PM

Can the users add info to this block, or can only the info I place in the template edit show up in there?

cionfs 08-11-2009 09:32 AM

Quote:

Originally Posted by Mobo (Post 1864841)
Can the users add info to this block, or can only the info I place in the template edit show up in there?

If you allow users to complete a custom field and enter it in this block, yes.

Mobo 08-11-2009 11:51 AM

How do you do that?

cionfs 08-11-2009 12:14 PM

Quote:

Originally Posted by Mobo (Post 1865078)
How do you do that?

ACP>User profile fields>Add new user profile field and add your field (Remember the number of field).

This field appear in UserCP>Edit Your details.

When yuou add the new block change this code:

Code:

<p align="center">
CONTENT
</p>

With this:

Code:

<if condition="$post[fieldX]">
<p align="center">
$post[fieldX]
</p>
</if>

Change X with your field number. ;)


All times are GMT. The time now is 01:43 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01209 seconds
  • Memory Usage 1,726KB
  • 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
  • (2)bbcode_code_printable
  • (2)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