View Full Version : Personal Font for users in messages
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:
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
FleaBag
11 Jan 2004, 17:48
I don't understand the English translation, sorry.
what don't you understand in my translation ?
nice mod :)
I was thinking earlier about trying to do something like this, you saved me the trouble, thanks for sharing.
Just one thing, in your instructions it says to modify the template modify_options it's actually modifyoptions (no underscore)
I'm sure people willl work it out, just if they search for the template by name it wont be found. Works nice though :)
Bernd Glasstett
11 Jan 2004, 20:06
Just my two cents: It is already a big problem, having several fonts supported. If someone is using a font which isn't installed on the systems visiting, it's pretty useless. And if everyone is using a different font for their postings, I personally think it will mess up the whole forum.
This is a nice hack, but I won't install it.
nice hack, I know some of my members would kill for this....
/me clicks Install
MGM out
nnjj.net
31 Jan 2004, 20:46
is this will work on vb3 rc2 ?
If it would support Devanagari Indian fonts ....
nnjj.net
01 Feb 2004, 15:22
I did not get, what shall I do
BTW my knowladge is 0 in these things
Our team has opened its support forum.
Now we will make support on our forum
So if you want better support on our hacks go on our forum: http://www.vbulletindev.net/
There are not a lot of hacks for the moment but it will come.
Cya soon on our forum :)
could you include an override feature like http://www.vbulletin.org/forum/showthread.php?t=60031 has it. this would allow me to install this hack.
sabret00the
31 Mar 2004, 09:24
this is awesome, when the store hack gets released i'll be sure to ask if users can buy this, so get ready to integrate into the store :p
Override feature ? what does it mean ?!
This feature will override the usage of the personal font feature by other users displaying their posts without the personal font.
This feature will not override usage of font bbcodes or your usage of the personal font feature.
sabret00the
18 Apr 2004, 10:27
has anyone managed to integrate this into the new store?
Maverick2k4
04 May 2004, 23:21
Great hack. I'm using it on my boards now. *clicks install*
has anyone managed to integrate this into the new store?
What 'new store' do you referring to? uShop & uCash?
verry fine thxxx and *click install*
sabret00the
08 May 2004, 14:27
What 'new store' do you referring to? uShop & uCash?
yup i'm referring to the the uShop :)
msimplay
08 May 2004, 15:42
yeh i'd like this to be a ushop action aswell already discussed in the ushop actions thread :)
sorry but,
To be able to modify this field from the admin panel, do this, else you can STOP installation here.
In the part Languages & Phrases > Phrase Manager, add a phrase with
i can't see your another Phrase in your Attachment :surprised:
pixelpunk
10 May 2004, 19:57
Where do you move the 'Font for your messages' options in the options?
It shows up at the very top which makes it easy to see but I'd like for it to be listed under ' Miscellaneous Options'.
Thanks in advance!
Also the /me hack is incompatable with this. Anyone have a resolve?
[ http://www.vbulletin.org/forum/showthread.php?p=511140 ]
just installed this hack - works great and as a complete novice is the easiest ive found so far - thanks
sabret00the
27 Jun 2004, 14:11
any prospect of ushop integration any time soon?
Battle_Ring
19 Jul 2004, 22:58
um i dotn get something
Above :
*********************************************
// make sure $timezoneoffset is a numeric value
$timezoneoffset += 0;
*********************************************
Add :
*********************************************
// Suppr tags HTML grog6
$font = strip_tags($font);
*********************************************
Battle_Ring
19 Jul 2004, 23:15
never mind i got it
nando415
03 Aug 2004, 01:34
Anyway you can add a font/color toolbar to that area for people who arent too good with color codes etc?
thorzzzten
12 Sep 2004, 07:38
hy,
are known problems with 3.0.3?
thx!
I know it has been a while since the last post, but I use this on 3.0.3 with no problems :)
mcyates
24 Nov 2004, 11:36
I don't understand the English translation, sorry.
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);
mcyates
24 Nov 2004, 11:52
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.
code-frog
06 Apr 2005, 08:31
Just put this into 3.0.7 with no trouble at all. Works as advertised.
TranceMaster
08 Apr 2005, 01:37
how do you go about only allowing admins to use this feature??
TranceMaster
08 Apr 2005, 02:03
great hack installed only with the above problem, everthing else works fine.
ill second that, im also having that problem
code-frog
08 Apr 2005, 02:38
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
TranceMaster
08 Apr 2005, 02:54
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.
TranceMaster
08 Apr 2005, 23:53
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?
Blootix
09 Apr 2005, 07:06
great hack installed only with the above problem, everthing else works fine.
What I did was this:
In usercp.php, I added the
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
above the
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
and it works perfectly. Try it see if it works.
BoYagoob
05 Oct 2005, 21:02
Is it available for 3.5.0?
normandyq8
15 Oct 2005, 03:18
Is it available for 3.5.0?
I need it too
I, too, would like to see this hack for 3.5.0
It's the only thing my members are missing since I upgraded.
futuredood
17 Jun 2006, 09:42
plz upgrade to 3.5.4.. would be great!
vBulletin® v3.6.12, Copyright ©2000-2013, Jelsoft Enterprises Ltd.