PCP and the new Shop MOd w/ effects
-----
| Author | Message | |
|---|---|---|
|
Thoul |
||
| Mon Sep 11, 2006 11:40 am Post subject: re: PCP and the new Shop MOd w/ effects | ||
|
Hm, there are some interesting effects on that site. I doubt that I will add any of them to the next version of Effects Store, but I will keep them in mind.
|
||
|
Pogue Moran |
||
| Mon Sep 11, 2006 3:15 pm Post subject: re: PCP and the new Shop MOd w/ effects | ||
|
The pulsating text looks cool would be interesting to do. But yeah you should have the custom rank image ability that would be cool
|
||
|
Pogue Moran |
||
| Tue Sep 12, 2006 11:30 pm Post subject: | ||
|
hmmm for some reason I can no longer see my inventory in the profile control panel under the public display. Any ideas?
|
||
|
Thoul |
||
| Wed Sep 13, 2006 10:54 am Post subject: re: PCP and the new Shop MOd w/ effects | ||
|
Check the edits to def_usermaps.php to make sure they're still in place. The first edit is what should display in inventory in the profile.
|
||
|
Pogue Moran |
||
| Wed Sep 13, 2006 1:54 pm Post subject: | ||
|
Would it matter that I added the gift wrapping and auction mods?
|
||
|
Pogue Moran |
||
| Wed Sep 13, 2006 2:09 pm Post subject: Re: re: PCP and the new Shop MOd w/ effects | ||
|
Thoul wrote: Check the edits to def_usermaps.php to make sure they're still in place. The first edit is what should display in inventory in the profile.
The edits are there its still not showing http://www.xbox360gamingworld.com/forum/def_usermaps.txt |
||
|
Pogue Moran |
||
| Wed Sep 13, 2006 2:30 pm Post subject: | ||
|
When I switch to the display link setting it shows the link but when I do images it doesnt show anything.
|
||
|
Thoul |
||
| Wed Sep 13, 2006 4:45 pm Post subject: re: PCP and the new Shop MOd w/ effects | ||
|
I haven't tested it with the auctions and wrapping shops, but I wouldn't expect them to cause any problems with this. Do you have Profile Items Display Limit installed? If that were installed and you didn't have images for all your items, then it might cause no items to appear. There should still be an "Items" link, though.
|
||
|
Pogue Moran |
||
| Wed Sep 13, 2006 6:28 pm Post subject: Re: re: PCP and the new Shop MOd w/ effects | ||
|
Thoul wrote: I haven't tested it with the auctions and wrapping shops, but I wouldn't expect them to cause any problems with this. Do you have Profile Items Display Limit installed? If that were installed and you didn't have images for all your items, then it might cause no items to appear. There should still be an "Items" link, though.
No I dont think I have that installed did that come standard with shop 3? I'll install it just in case |
||
|
Thoul |
||
| Wed Sep 13, 2006 8:05 pm Post subject: re: PCP and the new Shop MOd w/ effects | ||
|
No, it's a separate add-on.
Anyway, I found the problem. In def_userfuncs_shop3.php, find this: Code: if ( $board_config['viewprofile'] == 'images' )
{ Before it, add: Code: global $board_config;
That'll fix it. I'll have to put out a new version with this fix in it. |
||