Guest D2Prime Posted February 25, 2013 Share Posted February 25, 2013 Thanks Link to comment Share on other sites More sharing options...
Guest Ivana Posted February 25, 2013 Share Posted February 25, 2013 I edited these through ftp but it dosen't remove anything when I log into the admin panel Link to comment Share on other sites More sharing options...
Baron16 Posted February 25, 2013 Share Posted February 25, 2013 Pareil pour moi Link to comment Share on other sites More sharing options...
Administrator Tony Posted February 26, 2013 Administrator Share Posted February 26, 2013 I edited these through ftp but it dosen't remove anything when I log into the admin panel Download the file, make the required edits, and then re-upload the file. Editing via FTP isn't exactly a sure process.. sometimes the edits don't save properly. 1 Link to comment Share on other sites More sharing options...
Guest Deppy Posted February 26, 2013 Share Posted February 26, 2013 (edited) Get a error: Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION on Line 729 and on line 729 is: $boardurl = ($this->registry->output->isHTTPS) ? $this->settings['board_url_https'] : $this->settings['board_url']; Additional Information: Now Fixed! I put a statement outside of functions in a class declaration Edited February 26, 2013 by Deppy Link to comment Share on other sites More sharing options...
Guest greenmeanie Posted February 27, 2013 Share Posted February 27, 2013 (edited) Tried this and all I got was a white screen in the admin panel.Using 3.4.3 and Simplify theme if that matters. Edited February 27, 2013 by greenmeanie Link to comment Share on other sites More sharing options...
Swift aka AnonyWS Posted February 28, 2013 Share Posted February 28, 2013 Could anyone do this for me? I'm having problems finding the templates and stuff. I can go on team viewer OR give you admin access. cheers 1 Link to comment Share on other sites More sharing options...
AmOn Posted February 28, 2013 Share Posted February 28, 2013 Could anyone do this for me? I'm having problems finding the templates and stuff. I can go on team viewer OR give you admin access. cheers Send pm Link to comment Share on other sites More sharing options...
JMPRockFm Posted March 4, 2013 Share Posted March 4, 2013 Thanks for this, its amazing! Link to comment Share on other sites More sharing options...
Guest bwin Posted March 5, 2013 Share Posted March 5, 2013 (edited) Thanks for this ! Edited March 5, 2013 by bwin Link to comment Share on other sites More sharing options...
Guest fluxz Posted March 6, 2013 Share Posted March 6, 2013 I fucked up my acp, can anyone send me theres or just help me out? thanks. Link to comment Share on other sites More sharing options...
Guest Bryan Posted March 6, 2013 Share Posted March 6, 2013 Thanks, but on cp_skin_global.php I changed it but the menus like System not work any more and the size of the admin cp become bigger. Link to comment Share on other sites More sharing options...
Guest Bryan Posted March 6, 2013 Share Posted March 6, 2013 Go to admin -> skin_cp -> cp_skin_global.php and find: and replace it with this: Save and go to admin -> applications -> core -> extensions -> dashboardNotifications.php and find: and replace with this: Save and you're done. In general, this works for 3.2.x, 3.3.x and 3.4.x. can you fix that Link to comment Share on other sites More sharing options...
Guest bacmanov Posted March 6, 2013 Share Posted March 6, 2013 (edited) you don't need to comment all ... i have problem when commented all like is told in the first post ... in admin>skin_cp>cp_skin_global.php find (it usually start at 699 row) if( !$this->settings['ipb_reg_number'] ){ $this->lang->words['license_missing_info'] = sprintf( $this->lang->words['license_missing_info'], $this->settings['base_url'] . 'app=core&module=tools&section=licensekey' ); /* $extra_class = 'force_license'; $license_html = <<<HTML <div id='license_notice_force'> <h4>{$this->lang->words['license_missing_header']}</h4> <p>{$this->lang->words['license_missing_info']}</p> </div> */HTML; } and comment like u see up^^ in code (in red) (tags open /* .............. and close */) and for the notification in dashboard open admin>application>core>extensions>dashboardNotifications.php and comment like this (usually at 54 row) if( ! $this->settings['ipb_reg_number'] ){/* $entries[] = array( $this->lang->words['lc_title_nokey'], sprintf( $this->lang>words['lc_msg_nokey'], "{$this->settings['base_url']}module=tools&section=licensekey" ) );*/} comment like this in red ...(tags open /* .............. and close */) I was using FileZilla for ftp and Notepad++ for editing (info for those who don't know ... if there is any ) Edited March 6, 2013 by bacmanov Link to comment Share on other sites More sharing options...
Guest Bryan Posted March 6, 2013 Share Posted March 6, 2013 you don't need to comment all ... i have problem when commented all like is told in the first post ... in admin>skin_cp>cp_skin_global.php find (it usually start at 699 row) if( !$this->settings['ipb_reg_number'] ){ $this->lang->words['license_missing_info'] = sprintf( $this->lang->words['license_missing_info'], $this->settings['base_url'] . 'app=core&module=tools&section=licensekey' ); /* $extra_class = 'force_license'; $license_html = <<<HTML <div id='license_notice_force'> <h4>{$this->lang->words['license_missing_header']}</h4> <p>{$this->lang->words['license_missing_info']}</p> </div> */HTML; } and comment like u see up^^ in code (in red) (tags open /* .............. and close */) and for the notification in dashboard open admin>application>core>extensions>dashboardNotifications.php and comment like this (usually at 54 row) if( ! $this->settings['ipb_reg_number'] ){/* $entries[] = array( $this->lang->words['lc_title_nokey'], sprintf( $this->lang>words['lc_msg_nokey'], "{$this->settings['base_url']}module=tools&section=licensekey" ) );*/} comment like this in red ...(tags open /* .............. and close */) I was using FileZilla for ftp and Notepad++ for editing (info for those who don't know ... if there is any ) Send me the files you edited Link to comment Share on other sites More sharing options...
Recommended Posts