This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
forked from phpbbireland/stargate-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
A fully integrated and advanced portal for phpBB3
License
Prosk8er/stargate-portal
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
_________ __ __ __________ __ __ / _____// |______ _______ _________ _/ |_ ____ \______ \____________/ |______ | | \_____ \\ __\__ \\_ __ \/ ___\__ \\ __\/ __ \ | ___/ _ \_ __ \ __\__ \ | | / \| | / __ \| | \/ /_/ > __ \| | \ ___/ | | ( <_> ) | \/| | / __ \| |__ /_______ /|__| (____ /__| \___ (____ /__| \___ > |____| \____/|__| |__| (____ /____/ \/ \/ /_____/ \/ \/ \/ Just some basic information re Stargate Portal Originally named the Kiss Portal, Stargate Portal is the original (the first ever mod let alone portal) written for phpBB3. The project began a couple of days after phpBB3 alpha SVN became available to the public... Key features: * Can be disable in ACP without affecting phpBB3 core... (your site will function as if it was never installed). * Almost every aspect of the portal is controllable in the ACP... * You can arrange all blocks as you wish by simply dragging and dropping them (into left/centre/right columns), * Blocks can also be hidden or unhidden.... * Blocks can be view on any page (any block or combination / any page or combination of pages)... * You can determine which group/groups see which blocks... * You can control who has access to (who can see) any menu and/or individual menu items... ... under construction ... Add debug queries: includes/db/dbal.php Edit this function to produce: function sql_add_num_queries($cached = false) { $this->num_queries['cached'] += ($cached !== false) ? 1 : 0; $this->num_queries['normal'] += ($cached !== false) ? 0 : 1; $this->num_queries['total'] += 1; if(defined('DEBUG_QUERIES')) { global $queries, $cached_queries, $total_queries; ($cached !== false) ? $cached_queries++ : $cached_queries; ($cached !== false) ? $queries : $queries++; $total_queries = $this->num_queries['total']; } }
About
A fully integrated and advanced portal for phpBB3
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 65.2%
- JavaScript 34.8%