Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Padre

Pages: [1]
1
Installation Problems / Re: HELP !!!! Database Errror!
« on: October 04, 2007, 09:55:29 am »
Quote
can you attach the item please
Okay,Heres The Link http://www.mediafire.com/?0omnzun9g1h
Know I can recommend this service to all my friends. >:( :knuppel2: :tickedoff: :tickedoff: :tickedoff: :tickedoff: :tickedoff:
Wow, revenues will surely plummet now ............... never complain about free service  O0

2
Items / Re: Steal Credits question
« on: September 25, 2007, 11:13:40 am »
Awesome! The little kids just don't understand getting ripped off like that. I appreciate the help

Ok, I changed
Code: [Select]
  if ($row['memberGroup'] == XXNOSTEELGROUPXX) {
To
Code: [Select]
  if ($row['memberGroup'] == ELEMENTARY) {
Is this correct?

I can still steal credits from the little kids LOL - At least they were MY kids (and I gave it back)  :D

3
Items / Re: Steal Credits question
« on: September 25, 2007, 10:57:13 am »
Awesome! The little kids just don't understand getting ripped off like that. I appreciate the help

4
Items / Steal Credits question
« on: September 23, 2007, 08:34:40 pm »
Would it be possible to make a member group immune to having their credits stolen? I am working on a new forum the segregates Elementary, Middle and High School into member groups. I don't care if the high schoolers and the middle schoolers steal credits - they understand what is going on BUT I would like to make Elementary students immune. They are segregated by board but the older children can see the credits of the younger kids when they go to the shop. The younger kids won't always remember to bank their credits and would be very tempting for the older ones.


I would like to leave "steal credits" in place for the older kids as they have fun with it.

5
Just a thought ........ I think what is being requested is being done in this mod for the arcade

http://www.ericsworld.eu/f2/index.php?topic=1194.msg2667#msg2667

On the lower left where it says "champion of"

In the mod it also gives the option of putting them in the signature.

Just thought this might be a good starting point

6
General SMFShop Discussion / Re: Error - Undefined index: money
« on: July 05, 2007, 12:27:06 am »
I still have the error messages too

7
General SMFShop Discussion / Icons for items
« on: June 28, 2007, 01:15:57 am »
I have gotten quite a few icons for items from iconbuffet. They have many free icons and have a trading program to help you get more and it's all free. When you download the icons they come in multiple formats - I have used the 32 pixel .gif and they work great in the shop.

I have used these for the 8ball, cards and prediction


I have used these and others for items like Beer to send to a friend


The license allows for redistribution just not
Quote
You may not place the Product on any electronic bulletin board, or on-line in an complete, archived, downloadable format.

you can sign up free click here

Hope this is useful to someone

8
Items / Re: Item: EggAvatar
« on: June 24, 2007, 12:20:23 am »
Here is the bullet hole I added

Sorry, ive only been recently started seeing attachments below posts.

Looks good, would you like it included in the main package?
I have had a lot of fun with it on our forum - feel free to use it

9
General SMFShop Discussion / Re: Error - Undefined index: money
« on: June 23, 2007, 08:52:48 pm »
If you go to the shop page, is the amount of credits you have displayed correctly?
yes it is - the place I find it isn't displayed is the profile - it shows the prefix $ and the word credits but no total in between.

10
General SMFShop Discussion / Re: Error - Undefined index: money
« on: June 22, 2007, 03:02:12 am »
On the latest smf shop (v3.0) the code around that area should be

Code: [Select]
// Begin SMFShop MOD Version New Version
'money' => isset($user_settings['money']) ? $user_settings['money'] : '',
'moneyBank' => isset($user_settings['moneyBank']) ? $user_settings['moneyBank'] : '',
// End SMFShop MOD
Yes, this IS in my load.php file but I am still getting the error but thanks for replying

11
General SMFShop Discussion / Re: Error - Undefined index: money
« on: June 21, 2007, 11:50:43 pm »
Check the language files were modified when you applied the mod.


I have looked here and all through the code and can't find where money is defined

12
General SMFShop Discussion / Error - Undefined index: money
« on: June 20, 2007, 09:58:15 am »
8: Undefined index: money
File: /..../public_html/forum/Sources/Load.php
Line: 1139

Line 1139 Load.php

   
Code: [Select]
'money' => $profile['money'],
I must be missing something but I can't find it.

13
Items / Re: Item: EggAvatar
« on: June 20, 2007, 06:55:40 am »
Here is the bullet hole I added

Pages: [1]