PDA

View Full Version : ACP


Hostboard
12-31-2019, 11:51 AM
vBulletin has always called home (vbulletin.com) from within the ACP for news and updates. Seeing as v4.2.5 is essentially dead in the eyes of IB, I was wondering where this code resides and how to remove it as it essentially is useless creates a slight delay in the display of the ACP home page.

Dave
12-31-2019, 01:37 PM
At /admincp/index.php around lines 190 to 195 there should be a third party script and a line of JavaScript that loads the latest version and renders it.

Hostboard
12-31-2019, 03:55 PM
Ah... There it is... Is it against the rules if I share the code I used to replace the "Header Frame" section? It eliminates the entire table and any calls back to the mother ship.

In Omnibus
12-31-2019, 04:32 PM
Ah... There it is... Is it against the rules if I share the code I used to replace the "Header Frame" section? It eliminates the entire table and any calls back to the mother ship.

Can't you just comment it out?

Hostboard
12-31-2019, 09:20 PM
When code is depreciated and no longer used, I would much rather just remove it entirely.