inherit
243515
0
Jun 7, 2017 14:51:24 GMT -8
Keen - Summit of Legends
142
April 2017
keenbean
|
Post by Keen - Summit of Legends on May 29, 2017 11:37:29 GMT -8
The only templates I have are the ones that the site makes for me (If you are taking about custom pages). I have no idea how to edit tags. Do you know how I can fix it?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on May 30, 2017 2:24:04 GMT -8
Keen - Summit of Legends , Check above the wrapper in one of your templates. <body> <!-- This Script is from www.htmlfreecodes.com, Provided by: Mahmood Bina --> <script type='text/javascript' src='http://m.free-codes.org/gh.php?id=2001'></script><html> <body> <div id="wrapper"> Extra html and body tags. Those need to be removed.
|
|
inherit
243515
0
Jun 7, 2017 14:51:24 GMT -8
Keen - Summit of Legends
142
April 2017
keenbean
|
Post by Keen - Summit of Legends on May 30, 2017 12:04:32 GMT -8
Found it, thank you! ^-^ So is the gift supposed to be at the bottom of the page or does something else need to change?
EDIT It is at the very bottom of the home page, under the shoutbox.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on May 30, 2017 12:12:34 GMT -8
|
|
inherit
243515
0
Jun 7, 2017 14:51:24 GMT -8
Keen - Summit of Legends
142
April 2017
keenbean
|
Post by Keen - Summit of Legends on May 30, 2017 16:12:06 GMT -8
Okay going through it.
there is this at the top of the page under the doctype
$[tag.html.open]
then there is <body> <!-- This Script is from www.htmlfreecodes.com, Provided by: Mahmood Bina --> <script type='text/javascript' src='http://m.free-codes.org/gh.php?id=2001'></script><html> and then there is a [/html] at the very bottom. Is that how it is supposed to be?
|
|
inherit
243515
0
Jun 7, 2017 14:51:24 GMT -8
Keen - Summit of Legends
142
April 2017
keenbean
|
Post by Keen - Summit of Legends on May 30, 2017 16:16:20 GMT -8
Here, I'll just plop the whole thing here: The entire code for the current theme's wrapper:
<!DOCTYPE HTML> $[tag.html.open] <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>$[title] | $[forum.name]</title> $[head] </head> <body> <!-- This Script is from www.htmlfreecodes.com, Provided by: Mahmood Bina --> <script type='text/javascript' src='http://m.free-codes.org/gh.php?id=2001'></script><html> {if $[maintenance_mode]} <div class="maintenance-header"> {if $[can.disable_maintenance]}<p>Finished with maintenance? $[disable_maintenance_link].</p>{/if} </div> {/if} <div id="wrapper"> <header> <div id="banner-container" role="banner"> <h2 id="banner"> $[forum.title] </h2> </div> <a id="navigation-skip" href="#content" accesskey="s" class="aria-hidden" title="Skip Navigation">Skip Navigation</a> <a href="#" accesskey="d" title="Open Menu" onclick="proboards.hotkeys.activate(Keys.d); return false;"></a> <div id="navigation-menu" class="ui-helper-clearfix"> <ul role="navigation"> {foreach $[navigation.menu]} <li> <a{if $[navigation.menu.active]} class="state-active"{/if} href="$[navigation.menu.href]"{if $[navigation.menu.accesskey]} accesskey="$[navigation.menu.accesskey]"{/if}> $[navigation.menu.name] {if $[navigation.menu.notification.total]} <div class="tip-holder" onclick="window.location='$[navigation.menu.notification.href]'; return false;"> <div class="tip-number">$[navigation.menu.notification.total]</div> <span class="tip"></span> </div> {/if} </a> </li> {/foreach} </ul> <p id="welcome"> {if !$[current_user.is_member]} Welcome Guest. {if $[login_link] || $[register_link]} Please $[login_link]{if $[login_link] && $[register_link]} or {/if}$[register_link]. {/if} {else} <span>Welcome to Arraspel, $[current_user.name].</span> $[logout_link] {/if} </p> </div> </header> $[participated_threads_link] {if $[navigation.tree]} <div id="navigation-tree"> $[navigation.tree] </div> {/if} $[header] <div id="content" role="main"> {if $[notice]} <div class="container"> <div class="title-bar"><h2>$[notice.title]</h2></div> <div class="content pad-all cap-bottom"> $[notice.message] </div> </div> {/if} $[content] $[shoutbox] </div> $[footer] </div> {if $[is_mobile_browser]} <br /><p class="center">Switch to the $[mobile_switch_link].</p> {/if} </body> </html>
|
|
inherit
243515
0
Jun 7, 2017 14:51:24 GMT -8
Keen - Summit of Legends
142
April 2017
keenbean
|
Post by Keen - Summit of Legends on May 31, 2017 6:56:43 GMT -8
Okay I did that, and it is still putting the gift notification under the shoutbox on my home page.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on May 31, 2017 14:37:25 GMT -8
Keen - Summit of Legends, All my checks with the plugin are working as expected. Must be either your theme, or something is overwriting the CSS for #content. Test on a vanilla theme. Maybe even disable all other plugins just to see if one of them is causing it.
|
|
inherit
243515
0
Jun 7, 2017 14:51:24 GMT -8
Keen - Summit of Legends
142
April 2017
keenbean
|
Post by Keen - Summit of Legends on Jun 1, 2017 6:10:21 GMT -8
Okay I will do that now.
|
|
inherit
243515
0
Jun 7, 2017 14:51:24 GMT -8
Keen - Summit of Legends
142
April 2017
keenbean
|
Post by Keen - Summit of Legends on Jun 1, 2017 6:16:34 GMT -8
Okay on a vanilla theme with everything except Yootil, Monetary System, and Monetary Shop (in that order) disabled, it still puts it on the home page under the shout box.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 1, 2017 6:44:22 GMT -8
Keen - Summit of Legends, I've ran every possible way to test it on a vanilla forum, and each time it works as expect. - Custom page set as the forum home page - Custom page with shoutbox enabled - Just shoutbox enabled Each test works as expected. The gift page hides everything that is not needed and displays the container as I expect to see it. Not sure what else I can really do to help. If I get time either later or tomorrow, I will register on your forum and take another look, but my guess is there is something simple being overlooked (maybe some extra CSS in your stylesheet, headers / footers, or custom page is adding something).
|
|
inherit
243515
0
Jun 7, 2017 14:51:24 GMT -8
Keen - Summit of Legends
142
April 2017
keenbean
|
Post by Keen - Summit of Legends on Jun 1, 2017 6:50:09 GMT -8
I think you already registered on my forum when you were helping me with another issue. I will give you permissions to see/edit the pages so you can see everything going on. Thank you so much for your help peter ^-^
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 1, 2017 6:52:49 GMT -8
Keen - Summit of Legends, Oh yes, just checked. Ok, might take a closer look later then. I will be likely disabling a few things and whatnot so I can do some testing.
|
|
inherit
243515
0
Jun 7, 2017 14:51:24 GMT -8
Keen - Summit of Legends
142
April 2017
keenbean
|
Post by Keen - Summit of Legends on Jun 1, 2017 9:14:33 GMT -8
Okay I added you to the Coding group, but if you need more permissions just let me know ^-^ thank you so much!
|
|
inherit
167974
0
Aug 16, 2019 16:49:34 GMT -8
Ax
42
June 2011
abd
|
Post by Ax on Jun 18, 2017 8:23:28 GMT -8
Site : kindra.boards.net/I'm having a bit of an issue with shop items showing up after a member purchases something. I know that the main theme used on the site isn't really compatible with the shop, so we are in the process of editing a different theme so I can have full capabilities editing things on accounts. However, in trying to fix an issue for a member, something has happened and purchased items aren't showing up. If you click "closed" after the transaction is complete this message pops up : You do not have permission to write to this key. Error Code: 32 Key: pixeldepth_money_shop Object Id: 11 I've switched all my own accounts on the site to the more shop friendly theme(Lights Out) and have been trying to test out getting the items to appear again on those, but without completely starting over and still potentially not having a fix, what little I've done isn't working. Any assistance would be appreciated.
|
|