Quote:
Originally Posted by albibak
Thanks yoyoyoyo.
You can modify it to have a fully phrased.
Replace: <text>Edit Settings</text>
By: $vbphrase[edit_settings]
Replace: Edit Templates
By: $vbphrase[edit_templates]
Replace: Add Phrases
By: $vbphrase[add_new_phrase]
Replace: Show All Users
By: $vbphrase[show_all_users]
Replace: Usergroup Manager
By: $vbphrase[usergroup_manager]
Replace: Permissions Quick Editor
By: $vbphrase[permissions_quick_editor]
Replace: Add/Import Products
By: $vbphrase[add_import_product]
Replace: <text>Post New Announcement</text>
By: $vbphrase[post_new_announcement]
|
Actually, I tried that, but since those phrases are not ACP navigation phrases they come up like this:
*[$vbphrase[editsettings]]*
If I try to add the phrase as simply <phrase>edit_settings</phrase> it comes out like this:
*[edit_settings]*
So instead, I decided to use:
<text>Edit Settings</text>
for the instances where phrases are not ACP navigation phrases.
When it was possible to use ACP navigation phrases, such as "Rebuild Bitfields" I used them, but they have to be ACP navigation phrases.
I thought about adding a product that added those phrases as ACP navigation phrases, but thought that was overkill for something like this.