Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Feb 8, 2014 13:35:29 GMT -8
You shouldn't be so harsh about Riccett's suggestion. Currently I am using ' /user?shop?items ' and it works, does it work for yourself? You don't need all that in front *Edit: Provided you're using the navigation menu... haha I provided a link to my site as required and specified I was using the correct path as required. That said, I see where the misunderstanding is and I've edited my post accordingly. PS Nori - /user?shop?items is obsolete, according to this thread, so you probably need to update your plugin.
|
|
inherit
169267
0
Dec 1, 2024 13:31:59 GMT -8
Mike
Praise God Almighty!
1,534
July 2011
riccetts
|
Post by Mike on Feb 8, 2014 15:00:32 GMT -8
I thought she was referring to the settings/navigation area for the menu bar.
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Feb 8, 2014 16:29:39 GMT -8
Kami: /user?shop is supposed to work. I'll check your forum and get back to you.
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Feb 8, 2014 16:38:38 GMT -8
Kami: Okay, I checked your forum, and you have three errors on it. Whoever is in charge of the coding on your forum needs to try and find what is causing these errors. Whatever "wormocods_username" is isn't working at all, try disabling that and see if you have better luck.
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Feb 8, 2014 17:23:33 GMT -8
Kami: Okay, I checked your forum, and you have three errors on it. Whoever is in charge of the coding on your forum needs to try and find what is causing these errors. Whatever "wormocods_username" is isn't working at all, try disabling that and see if you have better luck. Sorry, deleted my post after a few more testing.
It looks like the shop is appearing at the bottom of the forum since I've done some switching around of templates and such. Is there a way I can manually set where the shop's location is? Disabling wormocodes_username had no effect.
I double checked the errors as well via developer console. One of them is "Uncaught TypeError: Cannot read property 'style' of null", at /user?shop, line 963. I'm not sure if I need to fix that or what. The other two errors appear to be related to ads or something else on PB's end.
Right now the issue is no longer with the shop not appearing (it does, just at the bottom of the page -- I may have missed that earlier), but rather not displaying items (I should have one item on display).
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Feb 8, 2014 19:44:38 GMT -8
Okay, good news and...slightly less good news. First off, the reason your item is not showing up is because the category for the item is "pokeballs" (without as capital "P") and not "Pokeballs" like the actual category. Second, the reason the shop is "below" the rest of the forum, is because of your heavy template modification. The only thing you could do is simply hide the forumdiv. You can hide it by putting this code in your global headers/footers <script> if( location.href.match(/\/user\?shop/) ) {
$( '#forumdiv' ).hide();
} </script>
Then, to get get the ad banner text below the shop, you need to go to your layout template and move $[footer] outside the div with the id of "content." As far as I'm concerned that should fix your problem
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Feb 8, 2014 22:59:09 GMT -8
Hmm. Well, moving the footer outside of the 'content' div makes the forum's appearance change to something I don't want. Is there a way to get something like
$('shop').instertBefore('#content');
with javascript?
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Feb 9, 2014 9:15:36 GMT -8
That doesn't work because the shop isn't contained in one div. It's just appended to the content. What you could do however is just use this to move the ad banner below just on the one page that the shop is on. You can do this by adding this bit of code to the code you added to hide the forum.
$( '#content' ).after( $( '#bottom-ad-banner' ).prev() ); $( '#content' ).after( $( '#bottom-ad-banner' ) ); $( '#content' ).after( $( '[role="contentinfo"]' ) );
|
|
inherit
205056
0
Feb 22, 2014 13:50:49 GMT -8
roxabox
88
February 2014
roxabox
|
Post by roxabox on Feb 15, 2014 8:41:14 GMT -8
Forum: splurge.boards.net
Hi, none of my items show up in the shop. The categories match so I don't know what else to check.
|
|
Former Member
inherit
guest@proboards.com
177794
0
Dec 2, 2024 14:40:08 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 15, 2014 22:46:04 GMT -8
Forum: splurge.boards.net Hi, none of my items show up in the shop. The categories match so I don't know what else to check. You may want to check to see if there are any spaces on the category names of each item. One space will make the item not show up. If you see a space before or after the category name of the item backspace to delete it. If that doesn't help you may need to wait for Texas but that is the most common problem.
|
|
liara
New Member
Posts: 10
inherit
205496
0
Sept 14, 2014 13:06:43 GMT -8
liara
10
February 2014
liara
|
Post by liara on Feb 16, 2014 8:47:49 GMT -8
Hi, I just got this plugin, and set it up in plugin management. I have monetary systerm and yootil, as well as put them all in the right order. However, I can't see where to get to the shop anywhere.
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Feb 16, 2014 8:49:53 GMT -8
Forum: splurge.boards.net Hi, none of my items show up in the shop. The categories match so I don't know what else to check. You don't appear to have the Gold Shop installed, you have the E Shop, which is an entirely different plugin
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Feb 16, 2014 8:51:39 GMT -8
Hi, I just got this plugin, and set it up in plugin management. I have monetary systerm and yootil, as well as put them all in the right order. However, I can't see where to get to the shop anywhere. There is supposed to be a small button in the very left hand side of your screen that looks like a little shop cart. That should take you to the shop. Otherwise, you can create a menu item with the URL /user?shop and that should also work. If that doesn't, please post your forum URL so I can take a peek.
|
|
liara
New Member
Posts: 10
inherit
205496
0
Sept 14, 2014 13:06:43 GMT -8
liara
10
February 2014
liara
|
Post by liara on Feb 16, 2014 9:12:18 GMT -8
There is supposed to be a small button in the very left hand side of your screen that looks like a little shop cart. That should take you to the shop. Otherwise, you can create a menu item with the URL /user?shop and that should also work. If that doesn't, please post your forum URL so I can take a peek. I'm really new to this, sorry. By URL/user?shop do you mean somewhere in the code? I'll link you to the forum, I created it to test plugins. liarastestboard.freeforums.net/
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Feb 16, 2014 10:03:41 GMT -8
liara: Okay, go to the monetary system settings panel, and remove all the "gift money" things you have set up, one of them is messing with the bar in the lower left hand corner which should display the shop's icon that takes you to the shop page.
|
|