vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Missing save button on admincp page - how to save the page? (https://vborg.vbsupport.ru/showthread.php?t=324982)

DannyITR 04-26-2017 12:25 PM

Missing save button on admincp page - how to save the page?
 
Hello,

There is a page in my admincp there I need to change some settings but It's like I cannot scroll down far enough to hit the save button in the right frame. The page in question is part of the unsupported DTO Online Vendor tools but I was wondering if there is some way to force the page to be saved? I tried hitting the enter key on the right side of my keyboard (and this works for other frames) but it didn't save it. I would appreciate any suggestions.

z3r0 04-26-2017 01:15 PM

Try Alt+S

DannyITR 04-26-2017 03:32 PM

A programmer friend told me this which worked!

hit F12. This should bring a window/panel.
Said panel should have a Console tab, click it.

In the console tab, copy/paste the following and hit enter:

jq=document.createElement('script');jq.src='https://code.jquery.com/jquery-3.2.1.slim.min.js';document.getElementsByTagName(' head')[0].appendChild(jq);

that will load the jquery library so we can add a button to the form. Give it a few seconds to load, then copy/paste this into the console and hit enter

$($('frame:eq(2)')[0].contentDocument).find('#optionsform').prepend('<b utton>yeah');

That should add a button above the form which you can use to save


All times are GMT. The time now is 05:21 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
  • Page Generation 0.01069 seconds
  • Memory Usage 1,706KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete