News:

Join the Facebook Fan Page.

Main Menu

Awards Mod

Started by winrules, March 21, 2006, 11:28:03 PM

Previous topic - Next topic

winrules

Quote from: HHwarriors on September 01, 2006, 11:01:06 AM
Quote from: winrules on September 01, 2006, 10:51:53 AM
Quote from: HHwarriors on September 01, 2006, 10:50:49 AM
I Don't get it to work. when i try to apply it, it says:               
-----------------------------------------------------------
Package Manager - Install Actions
Install Actions for archive awards1-11.zip:
The package you are trying to download or install is either corrupt or not compatible with this version of SMF.
--------------------------------------------------------------
HELP PLEACE
What SMF version are you using? The mod only works on 1.1 RC2/RC3.

I think im usin 1.0.8 but u can look if u want http://lonnie.vectoredhost.com/SMF/index.php?
And canyou or anyone els chance the code so its works on that ^^ version ? THANX
SOrry but I won't be making this one for 1.0.x.


winrules
SMF Developer
               
My Mods
Please do not PM me for support.


HHwarriors

Quote from: winrules on September 01, 2006, 11:02:50 AM
Quote from: HHwarriors on September 01, 2006, 11:01:06 AM
Quote from: winrules on September 01, 2006, 10:51:53 AM
Quote from: HHwarriors on September 01, 2006, 10:50:49 AM
I Don't get it to work. when i try to apply it, it says:               
-----------------------------------------------------------
Package Manager - Install Actions
Install Actions for archive awards1-11.zip:
The package you are trying to download or install is either corrupt or not compatible with this version of SMF.
--------------------------------------------------------------
HELP PLEACE
What SMF version are you using? The mod only works on 1.1 RC2/RC3.

I think im usin 1.0.8 but u can look if u want http://lonnie.vectoredhost.com/SMF/index.php?
And canyou or anyone els chance the code so its works on that ^^ version ? THANX
SOrry but I won't be making this one for 1.0.x.
ok np, but is it anyway i can get 1.1 ? :S what u mean by 1.0.x ?
www.HHWarriors.co.nr

www.HHWarriors.co.nr <<|>> Want my latest DOWNLOADS Visit my Blog <=HERE=>

winrules

1.0.x - 1.0.8. There is an upgrade guide here.


winrules
SMF Developer
               
My Mods
Please do not PM me for support.


littleone

Quote from: littleone on August 27, 2006, 07:54:20 PM
8: Undefined index: profile_awards
File: /home/xxxxxxxxxx/public_html/forum/Themes/default/languages/Who.english.php (eval?)
Line: 310


winrules I was wonder if you'd had a chance to look at this yet.  Its flooding my error log with about 10 or so pages per 12 hours.  Its not effecting anything drastically but it is an annoyance.  Thanks for your help ;)

winrules

Can you try running this query in phpMyAdmin:

REPLACE INTO smf_settings
   (variable, value)
VALUES ('disableTemplateEval', '1');


What is phpMyAdmin?


winrules
SMF Developer
               
My Mods
Please do not PM me for support.


littleone

Quote from: winrules on September 06, 2006, 05:32:20 PM
Can you try running this query in phpMyAdmin:

REPLACE INTO smf_settings
   (variable, value)
VALUES ('disableTemplateEval', '1');


What is phpMyAdmin?

Well I dont know what I am doing.  I found where to Query it so I put it in and hit "Submit Query" and I got this "You have to choose at least one column to display"

winrules

Click browse on the smf_settings table, and then go to the sql tab and see if that works.


winrules
SMF Developer
               
My Mods
Please do not PM me for support.


haktanir2

I want to use this mod to show monthly awards in the profile, in the forum of cups or banner awards.

Does anyone know a site where I can prepare such graphical awards for users?

littleone

Quote from: littleone on September 06, 2006, 01:28:20 PM
Quote from: littleone on August 27, 2006, 07:54:20 PM
8: Undefined index: profile_awards
File: /home/xxxxxxxxxx/public_html/forum/Themes/default/languages/Who.english.php (eval?)
Line: 310


winrules I was wonder if you'd had a chance to look at this yet.  Its flooding my error log with about 10 or so pages per 12 hours.  Its not effecting anything drastically but it is an annoyance.  Thanks for your help ;)

Im still getting flooded with this error.  I dont know what this does:

Quote from: winrules on September 06, 2006, 05:32:20 PM
Can you try running this query in phpMyAdmin:

REPLACE INTO smf_settings
   (variable, value)
VALUES ('disableTemplateEval', '1');


What is phpMyAdmin?

so until u explain that there is no risk with this i dont wanna disable it, because if its gonna complete shut off my error log, then that would defeat the purpose of the error log and not fix the problem so i am just wondering.

winrules

Quote from: littleone on September 17, 2006, 06:39:51 PM
Quote from: littleone on September 06, 2006, 01:28:20 PM
Quote from: littleone on August 27, 2006, 07:54:20 PM
8: Undefined index: profile_awards
File: /home/xxxxxxxxxx/public_html/forum/Themes/default/languages/Who.english.php (eval?)
Line: 310


winrules I was wonder if you'd had a chance to look at this yet.  Its flooding my error log with about 10 or so pages per 12 hours.  Its not effecting anything drastically but it is an annoyance.  Thanks for your help ;)

Im still getting flooded with this error.  I dont know what this does:

Quote from: winrules on September 06, 2006, 05:32:20 PM
Can you try running this query in phpMyAdmin:

REPLACE INTO smf_settings
   (variable, value)
VALUES ('disableTemplateEval', '1');


What is phpMyAdmin?

so until u explain that there is no risk with this i dont wanna disable it, because if its gonna complete shut off my error log, then that would defeat the purpose of the error log and not fix the problem so i am just wondering.
It will make it display more detailed errors from the file. If it breaks your forum, you can quickly undo it by running this query:

REPLACE INTO smf_settings
   (variable, value)
VALUES ('disableTemplateEval', '0');


winrules
SMF Developer
               
My Mods
Please do not PM me for support.


littleone

ok i ran it, and now the error in which the file occurs has changed:

8: Undefined index: profile_awards
File: /home/xxxxxxxx/public_html/forum/Themes/default/Profile.template.php
Line: 310


I hope this helps.  This is the only difference I noticed in the error log.

winrules

Quote from: littleone on September 18, 2006, 01:37:54 AM
ok i ran it, and now the error in which the file occurs has changed:

8: Undefined index: profile_awards
File: /home/xxxxxxxx/public_html/forum/Themes/default/Profile.template.php
Line: 310


I hope this helps.  This is the only difference I noticed in the error log.
Can you PM me the contents of your Profile.template.php?


winrules
SMF Developer
               
My Mods
Please do not PM me for support.


Loverboy

Does this mod work on RC 3 ?

winrules



winrules
SMF Developer
               
My Mods
Please do not PM me for support.


Loverboy

It would be much better if we could use html in those boxes so we can show an image for example :) can't you modify that?

winrules

Quote from: LocoTurk on October 06, 2006, 04:58:41 PM
It would be much better if we could use html in those boxes so we can show an image for example :) can't you modify that?
Umm SMF automatically strips tags out. You can use BBC [img] tags.


winrules
SMF Developer
               
My Mods
Please do not PM me for support.


Aran

Where to get it online on the forum after downloaded and installed? What code to add where?

winrules

Quote from: Aran on October 08, 2006, 07:06:19 PM
Where to get it online on the forum after downloaded and installed? What code to add where?
Go to a member's profile, and then click on forum profile information. It's at the bottum.


winrules
SMF Developer
               
My Mods
Please do not PM me for support.


Robbins

WinRules... hey, the script doesn't work via the package manager in my forum on 1.0.8... is there a way i can get the script on 1.0.8 on a non-default theme??  Thanks man!

winrules

The mod doesn't work on 1.0.x, sorry.


winrules
SMF Developer
               
My Mods
Please do not PM me for support.


Advertisement: