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 - ladyshanae

Pages: [1]
1
General SMFShop Discussion / Re: CronJob - Another Question
« on: June 24, 2008, 08:42:59 pm »
I don't mean to be a pest, but if anyone could help with this, that'd be great :)  I would prefer to use my host's cronjob versus another file and stuff.

:)

2
General SMFShop Discussion / CronJob - Another Question
« on: June 14, 2008, 11:35:51 pm »
I'm not sure if it's me, my host, or a combination, but I've been trying to follow different directions I've found to set up a cronjob and it isn't working.  This is what I'm looking at:



Help?

3
General SMFShop Discussion / Re: Image Size Question
« on: March 12, 2007, 11:29:16 am »
LOL - of course you replied, I didn't refresh, and I spent 20 minutes working it out.  I had a total brain meltdown and could not remember the html to link an image.

I will tell you that this is very sad considering what I do for a living.......

LOL!

Thank you, though!

4
General SMFShop Discussion / Re: Image Size Question
« on: March 12, 2007, 10:54:50 am »
Fantastic!

Now just one more question..... because I didn't realize how big some of my images were (and resizing them would really. . . well, long story . . .).

Ok so here's my question - can I have the image small in the shop and then have it link to a normal sized version of the picture when someone clicks on it? :D

I figure the code should be fairly simple for that, but I'm still a php beginner . . . so I'm not sure where to add it.  Let me know if it's possible!

Thanks so much!

EDIT:  I figured it out!!!  I'm so proud of myself it's pathetic........  :laugh:

If anyone else would like the code to link your images (and keep the shop resize), find the same code as above and then replace it with this:

                  <a href="', $boardurl, '/Sources/shop/item_images/', $item['image'], '" />
                  <img border="0" width="', $modSettings['shopImageWidth'], '" height="', $modSettings['shopImageHeight'], '" src="', $boardurl, '/Sources/shop/item_images/', $item['image'], '" alt="Item Image" /></a>

:D :D :D


5
General SMFShop Discussion / [SOLVED] Image Size Question
« on: March 11, 2007, 07:09:47 am »
I searched the forum, but didn't find anything related to this question. . . .

I'd like to have images of various sizes in the shop - some small, some bigger.  Is there a way to not force the image to resize to the size set via the admin panel?

Thanks for such a fantastic mod!  I'm loving the new category addition!

6
General SMFShop Discussion / Re: Error Log Problems
« on: November 25, 2006, 11:54:02 pm »
I did manage to fix these errors by setting minimums on all the options (minimum withdraw, minimum deposit, and an amount on registration).  However, I was annoyed that I couldn't set these all to 0.  Any reason for that?

7
General SMFShop Discussion / Error Log Problems
« on: November 25, 2006, 11:10:52 pm »
So everything LOOKS like it is installed correctly.  However, when I go into my error logs . . . . so many errors.........

8: Undefined index: shopRegAmount
File: mysiteinfo/Themes/default/ShopAdmin.template.php (main sub template - eval?)
Line: 94

8: Undefined index: shopMinWithdraw
File: mysiteinfo/Themes/default/ShopAdmin.template.php (main sub template - eval?)
Line: 68

8: Undefined index: shopMinDeposit
File: mysiteinfo/Themes/default/ShopAdmin.template.php (main sub template - eval?)
Line: 67

8: Undefined index: shopMinWithdraw
File: mysiteinfo/Themes/default/Shop.template.php (bank sub template - eval?)
Line: 237

8: Undefined index: shopMinDeposit
File:mysiteinfo/Themes/default/Shop.template.php (bank sub template - eval?)
Line: 236

Any ideas on any of these errors?

8
General SMFShop Discussion / Shop Admin Manage Boards problem
« on: February 10, 2006, 09:28:16 pm »
When I go into manage my boards, there is a check button that allows me to count money.  By default, it is checked.  So I go in, uncheck it, click save, and move on.  When I come back to the board, the box is checked again.

Any ideas why and how I can fix it?

I'm running SMF 1.1 RC2

Thanks!

Pages: [1]