Page 1 of 1

New Installation only 3 mods?

Posted: 16 Mar 2012, 21:41
by TeacherMac
I started by downloading phpbb3 3.0.9 unpacking and uploading to my site using FTP.

Created the MYSQL database and installed 3.0.9. saved the created config.php locally.

Deleted install folder.

Unpacked Premod and uploaded to the site overwriting existing files then restored the config.php.

Ran installation and logged in to the portal.

Deleted install folder.

Downloaded update package (3.0.9 to 3.0.10) transferred the extracted files and did the update.

No mods in the ACP and the only ones visible are Donate, Radio and Portal in the index and the portal.

No ".Mods" "Automod" or mention of any mods??

What did I do wrong?

Thanks,

Mac

New Installation only 3 mods?

Posted: 16 Mar 2012, 21:50
by martin123456
Nothing yup nothing yes you got it right nothing.

The mods that are in premod are file edits so they wont show as an installed mod ;) but they are there for example open your overall_header.htlm file and your see.

Look for this:

Code: Select all

<!-- IF SCRIPT_NAME == "viewtopic" or SCRIPT_NAME == "viewforum" -->
<script type="text/javascript" src="{ROOT_PATH}script/prettySociable/js/jquery.prettySociable.js"></script>
<!-- ENDIF -->
<script type="text/javascript" src="{ROOT_PATH}script/prettyphoto/jquery.prettyPhoto.js"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto();
	<!-- IF SCRIPT_NAME == "viewtopic" or SCRIPT_NAME == "viewforum" -->
	$.prettySociable();
	<!-- ENDIF -->
	<!-- IF SCRIPT_NAME == "viewtopic" or SCRIPT_NAME == "posting" -->
	$(".messagecount").charCount();
	<!-- ENDIF -->
	$( '.onerror' ).error( function () { this.src = '{ROOT_PATH}images/brokenimage.png'; } );
	$('a[href=#wrap]').click(function(){
        $('html, body').animate({scrollTop: 0}, 'slow');
        return false;
    });
});
// ]]>
</script>
Any mods you had installed before you added the premod will have to be reinstalled

New Installation only 3 mods?

Posted: 17 Mar 2012, 06:57
by TeacherMac
Since it was a totally new install with many mods that were said to be included I didn't feel I needed to install any.

I seem to b missing the documentation for all thats supposed to be included.

Thanks