SMFShop > SMFShop Announcements
SMFShop 3.0 now out!
jdv:
Dan, that second part is blank? go look.
6th Gear:
I installed it on my forum but when I click donate or View inventory it goes back to my home page of the forum]
Sakuragi:
--- Quote from: Daniel15 on January 18, 2007, 06:58:06 pm ---
- Fixed problem with SMF 1.1's "Find Members" popup
--- End quote ---
This problem still here on View Other Members' Inventory
To fix this problem, on Shop.template.php
Replace:
--- Code: ---<input type="text" name="member" size="25" />
<a href="', $scripturl, '?action=findmember;input=member;quote=1;sesc=', $context['session_id'], '" onclick="return reqWin(this.href, 350, 400);"><img src="', $settings['images_url'], '/icons/assist.gif" border="0" alt="', $txt['find_members'], '" /> Find Members</a><br />
--- End code ---
With
--- Code: ---<input type="text" name="member" id="membername" size="25" />
<a href="', $scripturl, '?action=findmember;input=membername;quote=1;sesc=', $context['session_id'], '" onclick="return reqWin(this.href, 350, 400);"><img src="', $settings['images_url'], '/icons/assist.gif" border="0" alt="', $txt['find_members'], '" /> Find Members</a><br />
--- End code ---
Quixjote:
Sorry I am not very good at this. I was able to do all the upgrades prior to 3.0 successfully, but 3.0 is giving me issues. I have sent a screenshot of what failed, and obviously this is not enough probably to tell you what is truly wrong with my attempts, but it may help.
Daniel15:
--- Quote from: 6th Gear on January 28, 2007, 03:05:17 pm ---I installed it on my forum but when I click donate or View inventory it goes back to my home page of the forum]
--- End quote ---
Is this the only problem you're having? What URL is it trying to go to?
--- Quote from: Sakuragi on January 28, 2007, 10:01:24 pm ---
--- Quote from: Daniel15 on January 18, 2007, 06:58:06 pm ---
- Fixed problem with SMF 1.1's "Find Members" popup
--- End quote ---
This problem still here on View Other Members' Inventory
To fix this problem, on Shop.template.php
Replace:
--- Code: ---<input type="text" name="member" size="25" />
<a href="', $scripturl, '?action=findmember;input=member;quote=1;sesc=', $context['session_id'], '" onclick="return reqWin(this.href, 350, 400);"><img src="', $settings['images_url'], '/icons/assist.gif" border="0" alt="', $txt['find_members'], '" /> Find Members</a><br />
--- End code ---
With
--- Code: ---<input type="text" name="member" id="membername" size="25" />
<a href="', $scripturl, '?action=findmember;input=membername;quote=1;sesc=', $context['session_id'], '" onclick="return reqWin(this.href, 350, 400);"><img src="', $settings['images_url'], '/icons/assist.gif" border="0" alt="', $txt['find_members'], '" /> Find Members</a><br />
--- End code ---
--- End quote ---
Thanks for notifying me of this; I'll fix it as soon as possible.
--- Quote from: Quixjote on February 20, 2007, 01:47:25 am ---Sorry I am not very good at this. I was able to do all the upgrades prior to 3.0 successfully, but 3.0 is giving me issues. I have sent a screenshot of what failed, and obviously this is not enough probably to tell you what is truly wrong with my attempts, but it may help.
--- End quote ---
You could try installing the update anyways, and then editing those three files manually...
Upload the update package to http://server.daniel15.com/smf/package.php, and check the modifications to index.php, $sourcedir/Subs.php, and $themedir/Display.template.php.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version