PDA

View Full Version : Phrasing Newb/Quick Question


Koutaru
03-29-2004, 07:55 PM
Just a quick question (hopefully) that will help me get started on my knowledge about phrasing

I installed this hack:
https://vborg.vbsupport.ru/showthread.php?t=59556

And for the link in the Admin Panel -> Edit User
I wanted to add a phrase for that

I added the phrase via phpmyadmin:
login_as_user
Login As User
Group 28 : cpuser
Language: -1

the file modified is user.php which does contain cpuser as a group that will be loaded. However, when I go to where the phrase should show up, it doesnt show.

What am I doing wrong ?_?

Boofo
03-29-2004, 08:46 PM
Why don't you just add the phrase in the phrase manager in the Admin CP?

Koutaru
03-29-2004, 10:24 PM
Does it make a difference oO;?
:P I wanted the phase to be standard :nervous:

NTLDR
03-29-2004, 10:31 PM
The Phrase probably hasn't been cached in the language table which is why its not working, edit and save a phrase via the ACP and it should work. You should add the phrases via the ACP, or if inserting with code make sure you call build_language(); after doing so.

Boofo
03-30-2004, 03:35 AM
Thanks, Lee. ;)

Koutaru
03-30-2004, 07:14 PM
Ah.. Working now :) Thank you for your help guys!