![]() |
Editing a VBoptions text box?
if I have a mod that has a admincp textarea where you enter in some text. Can I edit that from the frontend somehow?
Like it has the variable $vboptions['announce'] appended to it. Could I do an href="vboptions[announce] or something somehow? Kinda of how you can do with the phrases? Code:
a href="admincp/phrase.php?do=edit&e[global][phrase_name] |
So you just want to link to the page that has that field? Sure, that can be done.
Code:
*ADMINCPDIR*/options.php?optiongroup=*OPTIONGROUP* |
hmmm, ya no good yet. I modified what you said and I get the settings group, however that wasn't exactly what I wanted. However I'm guessing its the only way. I actually didnt really want the settings group, but 1 of the text fields within that settings group.
Code:
<a href="#" onclick="javascript:window.open('admincp/options.php?do=options&dogroup=announce_settings','popup','width=600,height=600');"> Code:
$options = $vbulletin->options['global_announce']; |
All times are GMT. The time now is 08:38 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|