Missing categories in admin area

Started by Jade Elizabeth, February 16, 2014, 03:16:52 AM

Previous topic - Next topic

kat


Jade Elizabeth

Quote from: Illori on June 20, 2014, 07:07:39 AM
Quote from: K@ on June 20, 2014, 06:56:56 AM
Quote from: Jade Elizabeth on June 20, 2014, 03:57:33 AM
Wow I can't believe this was still marked as unsolved...aren't you support guys supposed to do that/follow up? :/

We have an auto-updated list of unsolved topics, Jade. Oddly, this one isn't on that list and I have no idea why...

if a topic was last replied to by a team member [which this one was] it does not show in the list.

Well that is a smart idea!

But I am still screwed cause nothing is helping me get these menus back. I don't know how many mods have them. I have 200+ mods installed.
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

kat

Did you go through the mods, just to see if the code actually exists?

If it doesn't, could the file be write-protected, preventing the mods from installing properly?

Jade Elizabeth

I went through everything, the closest I can find for the specific mod I want to edit is:

Quote from: Jade Elizabeth on June 20, 2014, 04:10:45 AM
Closest to finding any info is this:

$context[$context['admin_menu_name']]['tab_data']['title'] = $txt['links_admin_settings'];
$context[$context['admin_menu_name']]['tab_data']['description'] = $txt['links_admin_settings_description'];


// We need this
require_once($sourcedir.'/ManageServer.php');

$config_vars = array(             
    array('check', 'links_maintenance', 'subtext' => $txt['links_maintenance2']),
        array('text', 'links_maintenance_reason', 'size' => 30),
array('check', 'mylinks_index'),
array('check', 'links_random_index'),
        array('check', 'links_recent_index'),
array('check', 'links_stats_index'),
array('check', 'links_no_index', 'subtext' => $txt['links_no_index2']), 
);


if (isset($_GET['save']))
{
saveDBSettings($config_vars);
redirectexit('action=admin;area=settings;sa=settings');
}
$context['post_url'] = $scripturl .'?action=admin;area=settings;sa=settings;save';
prepareDBSettingContext($config_vars);
}


function links_admin_submit($return_config = false)
{   
global $txt, $scripturl, $context, $sourcedir, $modSettings, $db_prefix;

$context[$context['admin_menu_name']]['tab_data']['title'] = $txt['links_admin_settings'];
$context[$context['admin_menu_name']]['tab_data']['description'] = $txt['links_admin_settings_description'];


I did a search of my entire website for the source code:
$adminAreas
add_admin_areas

Zero results.
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

Deaks

jade dumb question but I read the whole topic cause it was you :P

But are the text strings in the language files?
~~~~
Former SMF Project Manager
Former SMF Customizer

"For as lang as hunner o us is in life, in nae wey
will we thole the Soothron tae owergang us. In truth it isna for glory, or wealth, or
honours that we fecht, but for freedom alane, that nae honest cheil gies up but wi life
itsel."

kat


Jade Elizabeth

Quote from: Μπράιαν on June 23, 2014, 11:45:55 AM
jade dumb question but I read the whole topic cause it was you :P

But are the text strings in the language files?

I don't know, I'm a moron lol.

Quote from: K@ on June 23, 2014, 12:06:23 PM
What's mod's that?

SMFpacks Links Directory




So. I found the code, it was really easy to find to so it's so embarrassing to say I found it XD. It was $admin_areas or something LOL. Oops XD.
Once proud Documentation Writer and Help Squad Leader | Check out my new adult coloring career: Color With Jade/Patreon.

Advertisement: