Warning: Uninitialized string offset 2 in /home/platinum/public_html/includes/language.php on line 226

Warning: Undefined array key "" in /home/platinum/public_html/includes/language.php on line 227
A PHP-Nuke Platinum Web Portal » Forums
PHP-Nuke Platinum
     
PHP-Nuke Titanium Main Head Quarters
PHP-Nuke Platinum v7.6.5 / PHP v8.2.24
Sponsor Tron for PHP-Nuke Platinum
::: There is so much more here to see, it takes 30 seconds to register an account and we don't even verify with e-mail! Just register we promise you won't be sorry... ::: Login or Register
IPHub is an IP lookup website featuring Proxy/VPN detection. A free API is available, so you can perform fraud checks on online stores, detect malicious players on online games and much more! Look at this! Click here Look at this! to sign up for FREE today at ipHub ::: Country Music: The Soul Circus Cowboys ::: Sponsor: Brandon Maintenance Management, LLC Phone: 813-846-2865 ::: Sponsor: Big Country Radio - The EJ Morning Show :::

Warning: Undefined array key "session_logged_in" in /home/platinum/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/platinum/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/platinum/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/platinum/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/platinum/public_html/includes/auth.php on line 276

Warning: Undefined array key "session_logged_in" in /home/platinum/public_html/includes/auth.php on line 276

Warning: Undefined array key "session_logged_in" in /home/platinum/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/platinum/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/platinum/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/platinum/public_html/includes/auth.php on line 268

Warning: Undefined array key "session_logged_in" in /home/platinum/public_html/includes/auth.php on line 328

Warning: Undefined array key "session_logged_in" in /home/platinum/public_html/modules/Forums/viewtopic.php on line 406

Warning: Undefined array key "session_logged_in" in /home/platinum/public_html/modules/Forums/viewtopic.php on line 536

Warning: Undefined array key "session_logged_in" in /home/platinum/public_html/modules/Forums/viewtopic.php on line 788

Warning: Undefined array key "session_id" in /home/platinum/public_html/includes/functions.php on line 1015

 
Recent Topics   Next 6 >>  
Forum Replies Last Post
Complicity phpBB Titanium v2.0.25 - Mod: XData v1.0.3
Started by TheGhost
phpBB Titanium v2.0.25 0 Sat Mar 11, 2023 10:37 pm
by TheGhost
Complicity phpBB Titanium v2.0.25 - Mod: Admin User Notes v1.0.0
Started by TheGhost
phpBB Titanium v2.0.25 0 Sat Mar 11, 2023 10:35 pm
by TheGhost
Complicity phpBB Titanium v2.0.25 - Mod: Users Reputations Systems v1.0.0
Started by TheGhost
phpBB Titanium v2.0.25 0 Sat Mar 11, 2023 10:33 pm
by TheGhost
Complicity phpBB Titanium v2.0.25 - Mod: Birthdays v3.0.0
Started by TheGhost
phpBB Titanium v2.0.25 0 Sat Mar 11, 2023 10:32 pm
by TheGhost
Complicity phpBB Titanium v2.0.25 - Mod: Gender v1.2.6
Started by TheGhost
phpBB Titanium v2.0.25 0 Sat Mar 11, 2023 10:31 pm
by TheGhost
Complicity phpBB Titanium v2.0.25 - Mod: Multiple Ranks And Staff View v2.0.3
Started by TheGhost
phpBB Titanium v2.0.25 0 Sat Mar 11, 2023 10:30 pm
by TheGhost

New Theme and Module Copyright Features (NEW)
Post new topic Reply to topic printer-friendly view List users that have viewed this topic Thank Post   Forum Index PHP 8.2.x
View previous topic View next topic
TheGhost Reply with quote
VIP Member
Joined Mar 07, 2023
Reputation: 2.2
online
New Theme and Module Copyright Features (NEW)
by TheGhost Sat Mar 11, 2023 10:01 pm

We have implemented a new dynamic CopyRight system for themes and modules.

Same concept as before one copyright.php file for each module that will contain the copyright information of each module.

You Will just edit the file so that the correct copyright information shows up for each module and theme.

This is an example of setting up a theme!

PHP:  [ Select all ]

#-----------------------------------------------------------------------------
# Theme Copyright System Settings and Information for the current Theme 
#-----------------------------------------------------------------------------
# copyright on $set_theme_copyright = 0                                       
# copyright off $set_theme_copyright = 1                                      
# copyright Titanium $set_theme_copyright = 2                                 
# copyright Platinum $set_theme_copyright = 3                                 
# copyright Evo Xtreme $set_theme_copyright = 4                               
# copyright PHP-Nuke $set_theme_copyright = 5                                 
# copyright Evolution Basic $set_theme_copyright = 6                          
#-----------------------------------------------------------------------------
$set_theme_copyright 3 
$theme_business 
'EFFECTICA'                          // Theme Copyright Business
$theme_title '<u>CHROMO Theme v3.0 &copy; 2023</u>'  // Theme name
$theme_overview 'BOOTSTRAP 3.4.1 / HTML4.01 / XML'   // Theme Overview
$theme_markup_lang 'HTML 4.01 Transitional'          // Theme Markup Lang
$theme_author 'Federico Simoncelli'                  // Theme Authors(s) (Leave Blank if you are the Port Author) 
$theme_ported_by 'Ernest Allen Buffington'           // Who Ported the Theme (Leave Blank if you are the Author)
$theme_date '01/01/2005'                             // Theme Date
$theme_download_link '#myCopyRight'                  // Theme CopyRight Link
$theme_file_repository_download_link '<a href="https://www.platinum.coders.exchange/modules.php?name=File_Repository&cid=1#1" target="_blank"><span><span>Download This Theme Now</span></span></a>'  // Theme Repository Download Link 


This is an example of setting up a module!

PHP:  [ Select all ]

#-----------------------------------------------------------------------------
# Theme Copyright System Settings and Information for the current Module
#-----------------------------------------------------------------------------
# copyright on $set_module_copyright = 0                                      
# copyright off $set_module_copyright = 1                                     
# copyright Titanium $set_module_copyright = 2                                
# copyright Platinum $set_module_copyright = 3                                
# copyright Evo Xtreme $set_module_copyright = 4                              
# copyright PHP-Nuke $set_theme_copyright = 5                                 
# copyright Evolution Basic $set_module_copyright = 6                         
#-----------------------------------------------------------------------------
$set_module_copyright 3 
$module_business 
'EFFECTICA'                          // Module Copyright Business
$module_title '<u>CHROMO Theme v3.0 &copy; 2023</u>'  // Module name
$module_overview 'BOOTSTRAP 3.4.1 / HTML4.01 / XML'   // Module Overview
$module_markup_lang 'HTML 4.01 Transitional'          // Module Markup Lang
$module_author 'Federico Simoncelli'                  // Module Authors(s) (Leave Blank if you are the Port Author) 
$module_ported_by 'Ernest Allen Buffington'           // Who Ported the Module (Leave Blank if you are the Author)
$module_date '01/01/2005'                             // Module Date
$module_download_link '#myCopyRight'                  // Module CopyRight Link
$module_file_repository_download_link '<a href="https://www.platinum.coders.exchange/modules.php?name=File_Repository&cid=1#1" target="_blank"><span><span>Download This Theme Now</span></span></a>'  // Theme Repository Download Link 



Back to top
View user's profile Send TheGhost a private message Visit user's website
Display posts from previous:

Post new topic Reply to topic printer-friendly view List users that have viewed this topic Thank Post   Forum Index PHP 8.2.x All times are UTC - 5 Hours

Page 1 of 1


 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum

Related topics
 Topics   Replies   Author   Views   Last Post 
No new posts About PHP-Nuke Platinum 0 KarlChilders 874 Sat Jan 14, 2023 1:07 am
KarlChilders View latest post
No new posts phpBB Titanium v2.0.25 - Mod: Advanced Time Management v4.0.4 (Update) 0 KarlChilders 927 Sat Mar 11, 2023 8:10 pm
KarlChilders View latest post
No new posts phpBB Titanium v2.0.25 - Mod: Force Word Wrapping - Configurator v1.0.16 0 KarlChilders 831 Sat Mar 11, 2023 7:54 pm
KarlChilders View latest post
No new posts phpBB Titanium v2.0.25 - Mod Super Quick Reply v1.3.2 0 KarlChilders 709 Sat Mar 11, 2023 7:53 pm
KarlChilders View latest post
No new posts Big News - New Template Coming Up - New Theme Features As Well 0 KarlChilders 694 Fri Mar 10, 2023 1:51 am
KarlChilders View latest post