View Full Version : editing phrases
flat6
04-27-2004, 05:54 PM
So I'm bumbling about with phpMyAdmin, and trying to change something in the phrases table, from:
Welcome to our newest member, <a href="{1}">{2}</a>
To:
The Flat 6 community says welcome to <a href="{1}">{2}</a>, our newest member.
I changed it alright in the table, but it doesn't want to change when the actual page is being displayed. What's going on here, caching, or am I looking in the wrong place, or... :rolleyes:
Thanks.
NTLDR
04-27-2004, 08:00 PM
Phrases should be edited via the Phrase Manager in the ACP. Manual edits to the phrase table won't take effect untill you edit and save a phrase via the ACP.
flat6
04-27-2004, 08:23 PM
Interesting. Just out of curiosity, I did edit the phrase table manually, so how was the website still able to print out the original information? Is this another one of vB's speed tricks, to periodically build templates without the need to constantly access the phrase table?
Zachery
04-27-2004, 09:01 PM
Interesting. Just out of curiosity, I did edit the phrase table manually, so how was the website still able to print out the original information? Is this another one of vB's speed tricks, to periodically build templates without the need to constantly access the phrase table?
It caches the templates in the datastore, you should never edit any of the vB tables by phpmyadmin unless its really nessary, this would be one of the times, vBulletin 3 does provide an area to edit the phrases
flat6
04-27-2004, 09:14 PM
I guess I'm just used to the hackish ways of phpBB :)
flat6
04-29-2004, 06:49 PM
BTW, where is this caching stored?
NTLDR
04-29-2004, 07:04 PM
In the language table as a serialized array of all a set groups phrases in its own column.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.