vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Show Thread Enhancements - User Color/Font In Posts Editable Via Profile (https://vborg.vbsupport.ru/showthread.php?t=167487)

ShadowOne 01-11-2008 08:41 PM

Sorry I just got the chance to get back online, i was at work. Well I dont know how to make plugins but i could probably make it usergroup permissions. I will have it up tonight. :D

ShadowOne 01-11-2008 08:41 PM

Quote:

Originally Posted by Legendery. (Post 1419689)
thanks :D :D

Please press install if you are using it.

Forum Lover 01-11-2008 08:55 PM

Quote:

Originally Posted by ShadowOne (Post 1419778)
Please press install if you are using it.

okay. clicked install. now make the usergroup permission please. :D

ShadowOne 01-11-2008 09:22 PM

Quote:

Originally Posted by Forum Lover (Post 1419789)
okay. clicked install. now make the usergroup permission please. :D

Working on it right now...

elviejoepu 01-11-2008 11:26 PM

I have a problem,

my field6: Color de letras (color)
My field7: Tipo de fuente (font)

<if condition="$post['field6'] != '' OR $post['field7'] != ''">

<font style="font-family:$post[field7]; color:$post[field6];">$post[message]</font>

<else />

$post[message]

</if></div>

is not working... what im doing wrong?

ShadowOne 01-12-2008 10:49 AM

Quote:

Originally Posted by elviejoepu (Post 1419878)
I have a problem,

my field6: Color de letras (color)
My field7: Tipo de fuente (font)

<if condition="$post['field6'] != '' OR $post['field7'] != ''">

<font style="font-family:$post[field7]; color:$post[field6];">$post[message]</font>

<else />

$post[message]

</if></div>

is not working... what im doing wrong?

Try This...
Code:

<if condition="$post['field6'] != '' OR $post['field7'] != ''">

<font style="font-family:$post[field6]; color:$post[field7];">$post[message]</font>

 <else />

$post[message]

</if></div>


ShadowOne 01-12-2008 10:50 AM

Oh and uhm the usergroup permissions may take a lil longer than expected. Its not as easy as one may think. But I am working on it :D

UncoderMom 01-12-2008 03:00 PM

I dont know how to make a plug in either but Im sure there is a nifty TUT somewhere here on the org. :)

Cant wait to install later! This with usergroup permissions is JUST what I need! teehee

elviejoepu 01-12-2008 05:14 PM

ok , Work Excelente... gracias :D

ShadowOne 01-12-2008 07:16 PM

Quote:

Originally Posted by elviejoepu (Post 1420240)
ok , Work Excelente... gracias :D

Your Welcome... Still Working On User Permissions.... Not Lookin Good...:(


All times are GMT. The time now is 03:32 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.01242 seconds
  • Memory Usage 1,738KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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