vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Myspace Profile Re-Write PRO! 1.0.0 (https://vborg.vbsupport.ru/showthread.php?t=109094)

Souli 02-28-2006 06:09 PM

You must read post #85 and #102 in the vbfriends thread - after that you have the answer for the problem

You must install another hack that is not in the list here :( :
https://vborg.vbsupport.ru/showthread.php?p=873179

Stangsta 02-28-2006 06:23 PM

Quote:

Originally Posted by Don Corleone
is this for vbfriends or vbbuddies?

Sorry, I was up late last night.

It was the one that Souli listed above. I changed the 1st post to reflect that.

VaaKo 02-28-2006 06:31 PM

<a href="https://vborg.vbsupport.ru/showpost.php?p=870658&postcount=85" target="_blank">https://vborg.vbsupport.ru/showp...8&postcount=85</a>
this one

I got it now
but the vbfriends, the buddies must add each other in order to appear on the memberinfo

MissKalunji 02-28-2006 06:44 PM

Quote:

Originally Posted by Don Corleone
can I just ask how can u change the video?
how can the user do it?

once u enter the profile field he'll be able to insert the link from edit profile

MissKalunji 02-28-2006 06:47 PM

heres the code for the video
Code:

<td class="alt2" align="center" valign="middle">
                        <fieldset class="fieldset"><EMBED SRC="$userinfo[field18]"></fieldset> </td>
                </tr>


VaaKo 02-28-2006 06:56 PM

yea I got it and you can get loads of videos links at www.videocodezone.com

I have an off-topic question, how could you parse bbcode or html in the description of the custom fields at sevencityforums.com ?

MissKalunji 02-28-2006 06:58 PM

create a plugin name the way you want in member_complete

then paste this

Code:

{
if (!is_object($bbcode_parser))
{
        require_once(DIR . '/includes/class_bbcode.php');
        $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
}
$userinfo['field1'] = $bbcode_parser->parse($userinfo['field1'],0, true);
}

just change the field number to what u want and repeat the step for each field u wanna to be able to parse bbcode

VaaKo 02-28-2006 07:07 PM

its still not working
I'm talkin about the description of the field in "Edit Profile"

https://vborg.vbsupport.ru/

MissKalunji 02-28-2006 07:16 PM

Quote:

Originally Posted by Don Corleone
its still not working
I'm talkin about the description of the field in "Edit Profile"

https://vborg.vbsupport.ru/

bbcode is by default ....

u mean being able to bold text etc?

right?

VaaKo 02-28-2006 07:25 PM

you see the "click here" in the description of the field?
it's in a [url]
how to do that?


All times are GMT. The time now is 07:23 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.01785 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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