Customizing SMF > Modifications and Packages

General support topic for Aeva Media (Latest release: July 28, 2010)

<< < (1287/1371) > >>

Inter:
Why that title goes above and breaks the code of the page design:


--- Code: --- <link rel="stylesheet" type="text/css" href="http://tiraspol.me/Themes/default/aeva/am.css" />
<link rel="stylesheet" type="text/css" href="http://tiraspol.me/Themes/default/aeva/hs.css" media="screen" />
<style type="text/css">
.pics td { -moz-border-radius: 5px; }
.aeva_rounded { -moz-border-radius: 5px; }
</style>
<script type="text/javascript" src="http://tiraspol.me/Themes/default/aeva/highslide-2.js"></script>
<script type="text/javascript"><!-- // --><![CDATA[
function hss(aId, aSelf)
{
var aUrl = aSelf.href;
var ah = document.getElementById('hsm' + aId);
hs.close(ah);
hs.expanders[hs.getWrapperKey(ah)] = null;
ah.href = aUrl;
hs.expand(ah);
return false;
}

hs.Expander.prototype.onInit = function()
{
for (var i = 0, j = this.a.attributes, k = j.length; i < k; i++)
{
if (j[i].value.indexOf('htmlExpand') != -1)
{
getXMLDocument('index.php?action=media;sa=addview;in=' + this.a.id.substr(3), function() {});
return;
}
}
}

var slideOptions = { slideshowGroup: 'aeva', align: 'center', transitions: ['expand', 'crossfade'], fadeInOut: true };
var mediaOptions = { slideshowGroup: 'aeva', align: 'center', transitions: ['expand', 'crossfade'], fadeInOut: true, width: 1 };

if (hs.addSlideshow) hs.addSlideshow({
slideshowGroup: 'aeva',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: 'fit',
overlayOptions: {
opacity: .66,
position: 'bottom center',
hideOnMouseOut: true
}
});

hs.lang = {
moveText: 'Переместить',
closeText: 'Закрыть',
closeTitle: 'Закрыть (Esc)',
loadingText: 'Загружается...',
loadingTitle: 'Отменить',
restoreTitle: 'Нажми для выхода и перетащи изображение',
focusTitle: 'На передний фон',
fullExpandTitle: 'Реальный размер (f)',
previousTitle: 'Предыдущие (левая стрелка)',
nextTitle: 'Следующий (правая стрелка)',
playTitle: 'Запустить слайдшоу (пробел)',
pauseTitle: 'Пауза (пробел)'
};
hs.outlineType = 'rounded-white';
hs.numberOfImagesToPreload = 0;
hs.graphicsDir = 'http://tiraspol.me/Themes/default/aeva/hs/';

// ]]></script>
</head>
--- End code ---


Fixed!  8)

File: Aeva-Subs.php

Find:

--- Code: --- if ($add_to_headers || (ob_get_length() === 0))
--- End code ---

Replace:

--- Code: --- if ($add_to_headers || (ob_get_length() === 0) || (!empty($_GET['action']) && $_GET['action'] == 'torrent'))
--- End code ---

buckslayer:
Well, I've done my best to read through all of the posts but I can't find an answer to my question, so here it goes...

We installed the Avea gallery and ended up getting errors right from the start so we decided to remove it until we had everything else the way we wanted it. Once we removed it (or tried to) we started getting a ton of other issues with other mods. It apprears that the Avea mod weaved itself into a ton of other folders and just won't go away.

Anyone have any tips for removing something that says is uninstalled?

Thanks

ApplianceJunk:
On the mod page there are Manual Install Instructions.
You could use them to see what edits are made to what files in SMF when the mod is installed.

Then manually check them files to make sure all the code has been removed.

Arantor:
Well, had you told us what the errors were, maybe we've had been able to help.

All you can really do at this point is to go to the mod's page (where you downloaded it from), and use the parse option on the right to list all the changes it made to your forum and remove it manually.

Though if it didn't uninstall properly (or install properly in the first place) I'd suspect you have much larger problems with your forum anyway.

Edit; ninja'd.

buckslayer:

--- Quote from: Arantor on May 31, 2012, 04:38:46 PM ---Well, had you told us what the errors were, maybe we've had been able to help.

All you can really do at this point is to go to the mod's page (where you downloaded it from), and use the parse option on the right to list all the changes it made to your forum and remove it manually.

Though if it didn't uninstall properly (or install properly in the first place) I'd suspect you have much larger problems with your forum anyway.

Edit; ninja'd.

--- End quote ---

By errors I guess I should have said that the forum started working poorly once I added the gallery. Nothing showed up on the error logs. We simply installed the gallery, it said it installed but wasn't working right so we uninstalled it. When we uninstalled it, it said it was removed but it isn't.

As far as having other issues, I really don't know how. It was a new forum freshly installed the current version of SMF. It started to get busy with posts, we added the gallery and poof this stuff happens. We did not play around with changing mods and other stuff like that, it was just a few mods like the facebook like button and an articles page and thats about it.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version