Jump to content
WebFlake

How to Remove "License Key Missing" Warning in ACP


Justin™

Recommended Posts

  • Administrator

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.

  • Upvote 1
Link to comment
Share on other sites

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 by Deppy
Link to comment
Share on other sites

Guest greenmeanie

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 by greenmeanie
Link to comment
Share on other sites

Guest Bryan

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

Guest Bryan

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

Guest bacmanov

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&amp;module=tools&amp;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&amp;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 by bacmanov
Link to comment
Share on other sites

Guest Bryan

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&amp;module=tools&amp;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&amp;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

  • Phun unpinned this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...