News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Mod text

Started by botty1963, December 18, 2013, 05:41:36 PM

Previous topic - Next topic

Arantor

Anti Bot is a well known cause of this.

botty1963

Quote from: Kindred on January 06, 2014, 03:31:32 PM
Well, from the strings in your modifications.english.php file

you had a facebook mod installed - this did not uninstall
you had a twitter mod installed - this did not uninstall
you had a google plus mod installed TWICE - this did not uninstall

From the error displaying at the top of your screens.
you had some mod referenced by costa_topico... installed - this did not uninstall from whatever file it got put into...   and this is the file that is causing your problems.

I uninstalled the FB/Twitter/Google Plus mods which no longer show in the list of Mods, yet the buttons still appear in the individual posts; and if you click on them they work???

And yes the 'Costa' will be from the Separate Sticky's as that was a Mod that I installed and then uninstalled once I started having this problem.

I ran a search in my cPanel File Manager for the strings of text (and partial strings) and searched 'All Your Files', 'only public_html' and 'Current Directory' and it came up with nothing. I'm assuming that the search looks at the text in files and not just file names, but I'm no expert (as you've probably gathered) so it may not.

Storman™

Check:

/Themes/default/MessageIndex.template.php

and see if all this code exists:

$stickybar = false;
$normalbar = false;
foreach ($context['topics'] as $topic)
{
if ($topic['is_sticky'] && !$stickybar)
{
echo '
<tr class="titlebg">
<td colspan="', empty($options['display_quick_mod']) ? '7' : '8', '">
<strong>', $txt['costa_topico_fixo'], '</strong>
</td>
</tr>
';
$stickybar = true;
}
elseif (!$topic['is_sticky'] && $stickybar && !$normalbar)
{
echo '
<tr class="titlebg">
<td colspan="', empty($options['display_quick_mod']) ? '7' : '8', '">
<strong>', $txt['costa_topico_normal'], '</strong>
</td>
</tr>
';
$normalbar = true;
}


If it does then remove it and replace with:

foreach ($context['topics'] as $topic)
{



...or post the file here as an attachment and we'll check it  ;)

Kindred

which adds to modifications.english AND modifcations.engligh-utf8
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

botty1963

Quote from: Storman™ on January 06, 2014, 03:52:30 PM
Check:

/Themes/default/MessageIndex.template.php

and see if all this code exists:

$stickybar = false;
$normalbar = false;
foreach ($context['topics'] as $topic)
{
if ($topic['is_sticky'] && !$stickybar)
{
echo '
<tr class="titlebg">
<td colspan="', empty($options['display_quick_mod']) ? '7' : '8', '">
<strong>', $txt['costa_topico_fixo'], '</strong>
</td>
</tr>
';
$stickybar = true;
}
elseif (!$topic['is_sticky'] && $stickybar && !$normalbar)
{
echo '
<tr class="titlebg">
<td colspan="', empty($options['display_quick_mod']) ? '7' : '8', '">
<strong>', $txt['costa_topico_normal'], '</strong>
</td>
</tr>
';
$normalbar = true;
}


If it does then remove it and replace with:

foreach ($context['topics'] as $topic)
{



...or post the file here as an attachment and we'll check it  ;)

I can't find it in the file so here it is :)

margarett

With that amount of uninstalled-but-not-really mods, I would advise you to at least consider the chance to start with fresh files and reinstall your themes and mods after. You shouldn't loose any data
Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

botty1963

How do you means "start with fresh files?"

margarett

Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Advertisement: