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

Pages: 1 ... 3 4 [5] 6 7 ... 10
61
Coding / Re: Joining SMF Gallery Pro to Smf Shop
« on: May 23, 2007, 06:16:40 pm »
 Fair enough...and thanks again for your code.

 The edits you've been kind enough to supply apply to the pro version only...the "Lite" version is even easier to modify this way as there is no bulk uploader and thus there is only one function to edit...

 Add the code given by olandir above the following line:

Code: [Select]
//Redirect to the users image page.
 BTW I've never used the pro version of SMF Gallery myself...when I need to give more than the "Lite" version offers I use Oldiesman's bridge to Menalto Gallery (Open Source) instead...it's such an excellent product and so very full featured it didn't seem, to me, to be worth looking at a pay to use option instead...but that's just me.

 I tend to offer edits as packages simply because any edit task puts some users off trying a modification whereas if you offer it as a package they'll have no hesitation in using it...editaphobia perhaps.

62
Coding / Re: Joining SMF Gallery Pro to Smf Shop
« on: May 23, 2007, 10:58:07 am »
Thanks very much for this...perhaps it would be a good idea to package it up just for ease of installation...i'll do that if you want...let me know.

63
Modifications / Re: SMFPets Version 0.2
« on: May 23, 2007, 10:54:38 am »
The only thing that springs immediately to mind is that there were some old food item versions around that wouldn't now work with the latest pets mod version...perhaps you'd make sure that you're using the one from the latest version's pack.

BTW...it's 3 in the morning here so even a night-owl like me needs some sleep...off to zzzzzz see you on the morrow.

64
Modifications / Re: SMFPets Version 0.2
« on: May 23, 2007, 10:38:05 am »
Thanks...I hadn't fixed it and will now be able so to do (I hope) thanks to you.

65
Modifications / Re: SMFPets Version 0.2
« on: May 23, 2007, 10:17:58 am »
I suppose you've done littleone's bug fix for sources/Load.php?

Quote
change:
'pets' => $profile['pets'],

to
'pets' => &$profile['pets'],

 Other than that and the pet breeds bug fix posted earlier we await developments.

66
Modifications / Re: SMFPets Version 0.2
« on: May 23, 2007, 09:16:03 am »
 Daniel powers this forum using development versions of SMF so some problems may be due to that...in a way by using this forum we're testing it too...I seem to recall that he might be having some DNS issues too. Be patient and these will all be resolved.

67
Coding / Re: Joining SMF Gallery Pro to Smf Shop
« on: May 23, 2007, 09:09:57 am »
Yes please! Saves me losing a few more hairs off of my already quite bald head...not all gone from thinking about too much code but it's probably seen some of them off.

68
You'll need to do some code editing.

 In your theme directory find Profile.template.php and find and alter credits to whatever you want to use instead in this code:

Code: [Select]
<!-- Begin SMFShop MOD New version -->
</tr><tr>
<td><b>Credits:</b></td>
<td>', $modSettings['shopCurrencyPrefix'], $context['member']['money'], $modSettings['shopCurrencySuffix'], '</td>
<!-- End SMFShop MOD -->

 In Shop.english.php find and alter:

Code: [Select]
$txt['shop_bank_welcome_full'] = 'Welcome to the Shop Bank! Here, you can safely store your credits and earn interest for them! All money stored in the bank gains interest at a rate of %s%% per day';
Code: [Select]
$txt['shop_count_points_msg'] = 'Members will receive Shop credits for posting in this forum.';
Code: [Select]
$txt['shop_welcome_full'] = 'Welcome to the Shop! Here, you can "buy" stuff with the credits you get from posting on the forum! For each post you make on the forum, you\'ll earn %s per new topic and %s per new post';
 I think that's the lot but if you search each file in the installation package for the word credits you should find them anyhow.

69
Coding / Re: Joining SMF Gallery Pro to Smf Shop
« on: May 21, 2007, 08:01:58 pm »
Not currently...it would need a mod like the one Hambil was kind enough to write and that links the shop to SMF Arcade.

70
 Someone LOL

 You do need to call the file somehow...cronjob will do it automatically but you could do it manually each day or follow Basil Beard's advice and try to trigger it via a daily member log in...you could just call it via browsing to the do_interest file that Daniel offered. Cronjob is by far the best way if you can manage it though.

71
Modifications / Re: SMFPets Version 0.2
« on: May 21, 2007, 07:56:15 am »
 My findings are very different from yours...my SMF forum is the smallest in terms of user numbers of the forums I run and on it just under 5% of the users still use I.E. despite all the services there working with I.E. This percentage keeps on dropping as members are persuaded to try better browsers by the rest of the membership. Perhaps the membership does tend to be a little more browser saavy than the average Internet user.

 I don't deliberately break things as regards their working with I.E. (as some admins do) but nor would I go out of my way to make additional services work with it if they worked with other browsers and were standards compliant...thus I regard myself as agnostic rather than being an I.E. supporter as I would regard myself as being were I to put in extra effort to support a browser that is not standards compliant.

 I agree with quite a few of the people who have posted on browser development forums and who say that those who hide the fact that I.E. doesn't comply with the normal standards to which other browsers are coded and to which they do comply are doing a disservice not only to standards compliance but to users who would switch from I.E. were it to show as being broken by design more often.

72
Modifications / Re: SMFPets Version 0.2
« on: May 20, 2007, 05:05:07 am »
[whispers quietly] Anything that puts people off of using I.E. is probably best called a feature not a bug.[/whispers quietly]

73
Modifications / Re: SMFPets Version 0.2
« on: May 20, 2007, 04:35:43 am »
Actually answering questions makes me learn as I go too so it's no bad thing all round.

 There's no distinct, separate, Pet Central template...remember this software piggybacks on the shop...the hatchery and the Pet Central details etc are part in Shop-Pets.php and also use the shop inventory.

74
Modifications / Re: SMFPets Version 0.2
« on: May 20, 2007, 03:29:30 am »
Yep...that is covered in page 3 of this topic...Basil B. accidentally copied into the file a bit of code from his site with that hard-coded link in it. I presume that he will issue a new file as a replacement or a new version with that and other fixes etc.

75
Modifications / Re: SMFPets Version 0.2
« on: May 20, 2007, 01:56:16 am »
 Ah...that was with v0.1. I had thought all those problems were fixed in v0.2. You should use the pets files that are with v2.0...I mention this in case you are using the old ones. I put v0.2 on a fresh test site so there was no question of any left over issues from v0.1 Did your installation have v0.1 on it at some stage?

Pages: 1 ... 3 4 [5] 6 7 ... 10