Download and support for PhpBB3 Forum Goal MOD
martin123456 [Offline]
BBCoder VI
Posts: 765 Joined: 25 Jul 2011, 11:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Post
by martin123456 » 06 Dec 2011, 21:58
Thanx for the update
after updating to 1.0.3 it still shows as
Forum Goal - CSS3 Addon
Version:
1.0.2
in the auto mod section.
i updated the way your info said to do so
the update went sweet ty
doktornotor [Offline]
BBCoder IV
Posts: 167 Joined: 14 Sep 2011, 21:20
BBCodes: 30
Favourite MOD: Thanks for Posts
Post
by doktornotor » 06 Dec 2011, 22:10
Yes, it will always show the first installed version unless you install the update itself by automod (which I never ever got working). As noted on the first post, automod totally sucks with updating.
Support requests via PM go straight to /dev/null!
martin123456 [Offline]
BBCoder VI
Posts: 765 Joined: 25 Jul 2011, 11:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Post
by martin123456 » 06 Dec 2011, 22:20
doktornotor wrote: Yes, it will always show the first installed version unless you install the update itself by automod (which I never ever got working). As noted on the first post, automod totally sucks with updating.
Agree on that automod failed to do the edits on the language file on the top stats mod
Leinad4Mind [Offline]
BBCoder II
Posts: 27 Joined: 28 Apr 2011, 10:55
Post
by Leinad4Mind » 27 Oct 2012, 15:07
I've problem with this code :/:
Code: Select all
<!-- IF FGCSS_ENABLE and FGPBA_ENABLE -->
<script type="text/javascript">
// <![CDATA[
if (window.jQuery === undefined) {
document.write(unescape('%3Cscript src="{ROOT_PATH}script/jquery-latest.min.js" type="text/javascript"%3E%3C/script%3E'));
}
// ]]>
</script>
<script>
// <![CDATA[
$(function() {
$(".meter > span").each(function() {
$(this)
.data("origWidth", $(this).width())
.width(0)
.animate({
width: $(this).data("origWidth")
}, 1200);
});
});
// ]]>
</script>
<!-- ENDIF -->
It is causing a js error.
martin123456 [Offline]
BBCoder VI
Posts: 765 Joined: 25 Jul 2011, 11:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Post
by martin123456 » 27 Oct 2012, 16:31
Then remove it as that code is only calling for jquery if it's not defined in the overall_header chances are you have jquery there any way.
Leinad4Mind [Offline]
BBCoder II
Posts: 27 Joined: 28 Apr 2011, 10:55
Post
by Leinad4Mind » 30 Oct 2012, 11:09
I've already solved. Thanks for the help anyway