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)
-   -   Users Choose Username Font/Color Posts (https://vborg.vbsupport.ru/showthread.php?t=93099)

Flow Fusion 10-13-2005 11:38 AM

Quote:

Originally Posted by flypaper
I use postbit_legacy and $post[musername] appears twice (unless I have it in there twice from some other hack...). I'll figure it out, but you may want to update the instructions...


Yeah I also use postbit_legacy and I don't know how to make this work. Any help?

fly 10-13-2005 11:45 AM

Quote:

Originally Posted by Flow Fusion
Yeah I also use postbit_legacy and I don't know how to make this work. Any help?

Looks like I replaced both of them with:

HTML Code:

<if condition="$post['field7'] != '' ">
<font style="color:$post[field7]">$post[musername]</font>
        <else />
$post[musername]
</if>


Flow Fusion 10-13-2005 12:24 PM

Quote:

Originally Posted by flypaper
Looks like I replaced both of them with:

HTML Code:

<if condition="$post['field7'] != '' ">
<font style="color:$post[field7]">$post[musername]</font>
        <else />
$post[musername]
</if>


Nope, any other ideas?

fly 10-13-2005 12:31 PM

Quote:

Originally Posted by Flow Fusion
Nope, any other ideas?

Worked for me. Did you replace 'field7' with your field number?

Flow Fusion 10-13-2005 01:49 PM

Yup my field is 18.

fly 10-13-2005 01:54 PM

Quote:

Originally Posted by Flow Fusion
Yup my field is 18.

Then I have no idea. :P

btw, Mine is only for color, so its a little different than the OP...

davidw 10-18-2005 05:27 PM

* christianb clicks install with modifications

Instead of having users type in the choice, I chose to make it a drop-down box (much easier)

weaver 10-18-2005 10:26 PM

Code:

<if condition="$post['fieldx'] != '' ">
<font style="font-family:$post[fieldx]; color:$post[fieldx];">$post[musername]</font>
        <else />
$post[musername]
</if>

If I'm understanding this step correctly then isn't this only checking either font or color in that first line before executing? What if I put my color selection's profile field number in the bolded area, but one of my users only has a font style selected without color? Won't this skip the check for a font selection?

I apologize if I'm misunderstanding this step.

ETA: That seems to be the way it is working. I had a color selected but not a font. The profile field ID I used in the bolded conditional statement was for font. Since I didn't have a font selected it skipped over my color selection.

Chad F. 10-22-2005 09:18 AM

Anyone know how to get this to show up in the whos online??

davidw 10-22-2005 11:04 AM

That's what I'm wanting to know too :D


All times are GMT. The time now is 07:18 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.04686 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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