SMF Support > SMF 2.0.x Support
Please help
(1/1)
Mario87:
Hello everyone,
First let me start by stating that I'm not an expert in computers. I have a forum and I downloaded the ADK custom block MOD, everything went well until the package was installed, didn't like it so I thought I had unistalled the MOD but I have this in the header of the forum covering the skin:
// Adk Custom Block by Enik $txt['adkcb_enable'] = 'Enable Adk Custom Block throughout the forum.
Checking this option will be displayed throughout the forum.
When this option is active does not activate the other.'; $txt['adkcb_enable_boardindex'] = 'Enable Adk Custom Block in the forum index.
(BoardIndex.template)'; $txt['adkcb_enable_message'] = 'Enable Adk Custom Block in the message index.
(MessageIndex.template)'; $txt['adkcb_enable_display'] = 'Enable Adk Custom Block in the themes.
(Display.template)'; $txt['adkcb_logged'] = 'Enable Adk Custom Block to all users.'; $txt['adkcb_position'] = 'Side-show (left or right)'; $txt['adkcb_left'] = 'Left'; $txt['adkcb_right'] = 'Right'; $txt['adkcb_elevation'] = 'Here you can choose whether to show up or down'; $txt['adkcb_top'] = 'Up'; $txt['adkcb_bottom'] = 'Down'; $txt['adkcb_user_code'] = 'One to put your code here you can use
All HTML tags are valids.'; $txt['adkcb_width'] = 'Here you can choose the width of block (pixels)
You just have to put the number example 100'; $txt['adkcb_height'] = 'Here you can choose the height of block (pixels)
You just have to put the number example 100'; // Adk Custom Block by Enik
I don' know how to get rid of it, PLEASE HELP!!
Old Fossil:
Hi Mario87 welcome to smf.
This is not an smf bug.
As this is a mod related issue please make a post in the mods own support topic.
mashby:
This will definitely get moved, and really the issue is with Themes/defaults/languages/Modifications.english.php
I would venture a guess that there's two ?> in that file.
Which version of SMF are you using so we can get this moved to the proper location?
emanuele:
--- Quote from: Mario87 on July 21, 2012, 07:48:53 PM ---I have this in the header of the forum covering the skin:
[...]
I don' know how to get rid of it, PLEASE HELP!!
--- End quote ---
Most likely the solution is to open the file: Modfications.english.php (you can find it in the directory Themes/default/languages) find this text, and remove it.
At that point you will also probably have to clean the opening and closing php tags, so take a look at the file amd make sure that it starts with a
--- Code: ---<?php
--- End code ---
and finish with a
--- Code: ---?>
--- End code ---
and that these two tags don't appear anywhere else in the page.
Navigation
[0] Message Index
Go to full version