Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Personal Font for users in messages Details »»
Personal Font for users in messages
Version: 1.00, by VBDev VBDev is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 01-10-2004 Last Update: Never Installs: 32
 
No support by the author.

With this hack, your members will be able to personalise the font of their message on your forum.
So, each one, could have a specific font message, without being obliged to use always the same VBCodes in their posts.

To do this, they must complete a new field in their options such as this


[.SIZE=1]XXX[/SIZE]


The 'XXX' are indispensables !!! In fact, these XXX replace the content of the post
In the same way, they can sign automatically their posts such as :


[.SIZE=1]XXX[/SIZE]
Grog6




Ce hack permet a vos membres de choisir une police personalis? pour leurs messages sur le forum.
Ainsi chaque membre, pourra, automatiquement sans avoir a remplir de VBCodes son message, avoir un style perso que certains membres apprecient.
Pour se faire ils doivent remplir le champ destin? a cet effet sous cette forme par exemple :

[.SIZE=1]XXX[/SIZE]

La presence des xxx est obligatoire, elle indique que le c entre ces balises que le contenu du message
sera interpret?.

De meme, avec ce hack, vos membres peuvent mettre une signature automatique a la fin de leur message :


[.SIZE=1]XXX[/SIZE]
Grog6

Attention : les 3 X doivent etre en majuscules, sinon le hack ne marchera pas !




Installation time : 10
Templates to modify : 0
Templates to add : 1
Files to upload : 0
Files to modify : 3
Phrases to add : 3
Query to run : 1


:devious:

[HIGH]This hack has been released by VBulletinDev's team : http://www.vbulletindev.net

Ce hack a ete realis? par la team de VBulletinDev et est telechargeable en FR sur http://www.vbulletindev.net[/HIGH]

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 11-24-2004, 10:52 AM
mcyates mcyates is offline
 
Join Date: Jan 2003
Location: Middlesbrough, Cleveland
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mcyates
When I add this to to admincp/user.php I get a parse error:
// USER FONT MESSAGE GROG6
print_table_header($vbphrase['police_police']);
print_textarea_row($vbphrase['font_box'], 'font', $user['font'], 5, 40);
print_table_break('', $INNERTABLEWIDTH);
great hack installed only with the above problem, everthing else works fine.
Reply With Quote
  #33  
Old 04-06-2005, 07:31 AM
code-frog's Avatar
code-frog code-frog is offline
 
Join Date: Oct 2004
Location: Boise, ID
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just put this into 3.0.7 with no trouble at all. Works as advertised.
Reply With Quote
  #34  
Old 04-08-2005, 12:37 AM
TranceMaster TranceMaster is offline
 
Join Date: Mar 2002
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how do you go about only allowing admins to use this feature??
Reply With Quote
  #35  
Old 04-08-2005, 01:03 AM
TranceMaster TranceMaster is offline
 
Join Date: Mar 2002
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mcyates
great hack installed only with the above problem, everthing else works fine.
ill second that, im also having that problem
Reply With Quote
  #36  
Old 04-08-2005, 01:38 AM
code-frog's Avatar
code-frog code-frog is offline
 
Join Date: Oct 2004
Location: Boise, ID
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wish I could help. I elected to not use the admin panel part. So I stopped right above and it works great for my users.

I'm building a full test board soon. If I get to it before you get an answer I'll let you know.

- Rex
Reply With Quote
  #37  
Old 04-08-2005, 01:54 AM
TranceMaster TranceMaster is offline
 
Join Date: Mar 2002
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by code-frog
Wish I could help. I elected to not use the admin panel part. So I stopped right above and it works great for my users.

I'm building a full test board soon. If I get to it before you get an answer I'll let you know.

- Rex
thanks for the reply buddy
any ideas about the only allowing admins or a certain usergroup access to it.
Reply With Quote
  #38  
Old 04-08-2005, 10:53 PM
TranceMaster TranceMaster is offline
 
Join Date: Mar 2002
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok after more thinking
this is what id like
for this hack not to be available in members options, and only available to admins within the admincp
that way, i can assign this very nice feature only to members of my choosing.

hows that sound?
is that possible?
Reply With Quote
  #39  
Old 04-09-2005, 06:06 AM
Blootix Blootix is offline
 
Join Date: Feb 2005
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mcyates
great hack installed only with the above problem, everthing else works fine.
What I did was this:

In usercp.php, I added the
PHP Code:
// USER FONT MESSAGE GROG6
    
print_table_header($vbphrase['police_police']);
    
print_textarea_row($vbphrase['font_box'], 'font'$user['font'], 540);
    
print_table_break(''$INNERTABLEWIDTH); 
above the
PHP Code:
// USER IMAGE SECTION
    
print_table_header($vbphrase['image_options']);
    if (
$user['avatarid'])
    {
        
$avatarurl'../' $user['avatarpath'];
    } 
and it works perfectly. Try it see if it works.
Reply With Quote
  #40  
Old 10-05-2005, 08:02 PM
BoYagoob BoYagoob is offline
 
Join Date: Jan 2005
Location: Doha
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is it available for 3.5.0?
Reply With Quote
  #41  
Old 10-15-2005, 02:18 AM
normandyq8 normandyq8 is offline
 
Join Date: Jun 2005
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BoYagoob
Is it available for 3.5.0?

I need it too
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:35 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.04452 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete