News:

SMF 2.1.6 has been released! Take it for a spin! Read more.

Main Menu

Users Active in Last 24 Hours

Started by steve in houston, October 06, 2006, 08:37:45 PM

Previous topic - Next topic

ham1299

Quote from: Nutronic on June 14, 2007, 01:49:01 PM
Any update coming for 1.1.2?
I'm wondering the same thing. I'd love to have this mod!
Heather

rider

I just installed it with no problems.

ham1299

Quote from: rider on June 17, 2007, 02:10:31 AM
I just installed it with no problems.
Are you using 1.1.2? Did you manually install it?
Heather

rider

I just uploaded it thru package manager and it install with no problem.I was using the default theme.

ham1299

I tried that and it wouldn't work for me! :( Bummer. Glad it's working for you.
Heather

rider

Quote from: ham1299 on June 17, 2007, 03:36:15 PM
I tried that and it wouldn't work for me! :( Bummer. Glad it's working for you.
Whats the message you get when you try to install it?Also try this open the package-info.xml and add 1.1.2 beside where you see 1.0.

ham1299

Heather

ham1299

OK. Here's the error message:

QuoteError in Package Installation
At least one error was encountered during a test installation of this package. It is strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently. This error may be caused by a conflict between the package you're trying to install and another package you have already installed, an error in the package, a package which requires another package that you don't have installed yet, or a package designed for another version of SMF.

And these are the files in question:
Quote1.     Execute Modification     ./Sources/BoardIndex.php     Test failed
2.    Execute Modification    ./Themes/default/BoardIndex.template.php    Test failed
Heather

rider

Quote from: ham1299 on June 17, 2007, 04:12:19 PM
OK. Here's the error message:

QuoteError in Package Installation
At least one error was encountered during a test installation of this package. It is strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently. This error may be caused by a conflict between the package you're trying to install and another package you have already installed, an error in the package, a package which requires another package that you don't have installed yet, or a package designed for another version of SMF.

And these are the files in question:
Quote1.     Execute Modification     ./Sources/BoardIndex.php     Test failed
2.    Execute Modification    ./Themes/default/BoardIndex.template.php    Test failed
Are you installing using the default theme and is that message what you get after trying to edit the package-info.xml?

ham1299

Heather

Viceroy

Is this compatible with SMF 1.1.3?

TrueSatan

#31
Firstly the mod needs no changes to the SMF version compatibility as none is listed in its package-info.xml Rider (above) was incorrectly changing the version of the mod not the compatibility versioning.

The installation problems reported by ham1299 are due to coding in the mod (whitespace issues) not version incompatibiity as such.

I'll try to resolve the whitespace issues and post an updated version that will be compatible with newer SMF versions.

EDIT New version below compatible with all versions of SMF from 1.0.8 to 1.1.3 and probably to 1.1.99 though not tested beyond 1.1.3 for obvious reasons.

Package install files updated and read me updated

ham1299

Heather

5cakids


TrueSatan

My pleasure...thanks to ham 1299 and 5cakids for posting back to confirm that it worked for them.

ham1299

You're very welcome - thanks again for fixing it!  :D
Heather

Ashdaw

TrueSatan, thank you for supplying that Modified Mod. :D I added it to my site and it works wonderfully, even on my non-default theme.
You are more than welcome to visit my site.
Greycastle

TrueSatan

My Pleasure...and BTW altering it to handle different reporting periods is easy to do.

asdas2

Quote from: TrueSatan on June 26, 2007, 05:20:10 AM
Firstly the mod needs no changes to the SMF version compatibility as none is listed in its package-info.xml Rider (above) was incorrectly changing the version of the mod not the compatibility versioning.

The installation problems reported by ham1299 are due to coding in the mod (whitespace issues) not version incompatibiity as such.

I'll try to resolve the whitespace issues and post an updated version that will be compatible with newer SMF versions.

EDIT New version below compatible with all versions of SMF from 1.0.8 to 1.1.3 and probably to 1.1.99 though not tested beyond 1.1.3 for obvious reasons.

Package install files updated and read me updated



ok here is the thing.....

i install this mod ... nothing happend ... BUT .... now noone is able to view any profile ....

whenever someoone click on profile button we get this error







Template Parse Error!
There was a problem loading the /Themes/default/Profile.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.

You may want to try to refresh this page or use the default theme.
--------------------------------------------------------------------------------


Parse error: syntax error, unexpected '*' in .../Themes/default/Profile.template.php on line 233

224:         }
225:         echo '
226:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<tr>
227:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td><b>', $txt[233], ': </b></td>
228:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td>', $context['member']['registered'], '</td>
229:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</tr><tr>
230:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td><b>', $txt['lastLoggedIn'], ': </b></td>
231:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td>', $context['member']['last_login'], '</td>
232:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</tr>';
233: */234: // If karma enabled show the members karma.
235:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if ($modSettings['karmaMode'] == '1')
236:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{&nbsp; &nbsp; &nbsp; &nbsp; echo '
237:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<tr>






here is screeen shot

www.chillparadise.com

for all desi people .... get everything u ever wanted.... log in to view hidden stuff.

TrueSatan

This mod affects only three files:

Source/BoardIndex.php
BoardIndex.template.php (in your theme directory)
index.english.php (in your theme's language directory)

It makes no changes to Profile.template.php so the parse error cannot be due to this mod.

To fox your error you need to look at whatever other mods you may have added that do edit the file in question...you may need to replace the file with a fresh copy from the SMF installation package and edit it to add in any mods you may use that need to alter it.

BTW standard advice is to do a backup  (of files and database) prior to installing or uninstalling any mods or themes.

Advertisement: