Artodia: mobile and SEO
Posted: 4. July 2012 23:40
Your Portal Version: 2.0.0
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://nationaltraffic.co.uk
What have you done before the problem was there?
nothing
What have you already tryed to solve the problem?
decided that some kind of dummy portal_body.html would be an answer
Description and Message
Artodia: mobile and SEO is a very good mobile phone style
however in my opinion, because Artodia: mobile and SEO is a deliberately minimalistic style it does not lend itself to and is really unsuitable for a portal
however in the event of someone using the style switcher to inadvertently or just out of curiosity there should be a "back up plan" to catch this eventually
at the moment what happens is that a "right old mess" is splurged across the screen, I believe inherited code from prosilver that is just not having the desired effect
there is no error message such as "template->_tpl_load_file(): File ./styles/black_pearl/template/portal/portal_body.html does not exist or is empty"
but there is instead just unsuitable html trying to do a Artodia: mobile and SEO portal > > > > RESULT : TERRIBLE
in addition to this, if the htaccess edits are completed AND any board contains Artodia: mobile and SEO style THEN any member accessing from mobile will be going to the Artodia: mobile and SEO portal, not the Artodia: mobile and SEO index
** until anyone else thinks of a better solution, here is a temporary catch **
make this html
save as portal_body.html > styles/art_mobile/template/portal
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://nationaltraffic.co.uk
What have you done before the problem was there?
nothing
What have you already tryed to solve the problem?
decided that some kind of dummy portal_body.html would be an answer
Description and Message
Artodia: mobile and SEO is a very good mobile phone style
however in my opinion, because Artodia: mobile and SEO is a deliberately minimalistic style it does not lend itself to and is really unsuitable for a portal
however in the event of someone using the style switcher to inadvertently or just out of curiosity there should be a "back up plan" to catch this eventually
at the moment what happens is that a "right old mess" is splurged across the screen, I believe inherited code from prosilver that is just not having the desired effect
there is no error message such as "template->_tpl_load_file(): File ./styles/black_pearl/template/portal/portal_body.html does not exist or is empty"
but there is instead just unsuitable html trying to do a Artodia: mobile and SEO portal > > > > RESULT : TERRIBLE
in addition to this, if the htaccess edits are completed AND any board contains Artodia: mobile and SEO style THEN any member accessing from mobile will be going to the Artodia: mobile and SEO portal, not the Artodia: mobile and SEO index
** until anyone else thinks of a better solution, here is a temporary catch **
make this html
Code: Select all
<!-- INCLUDE overall_header.html -->
<h2>Portal not available in this style</h2>
<div class="block">
<dl class="faq">
<dt>the style that you have selected is a "Mobile Phone" theme and cannot realise a portal</dt>
<dd><a href="index.php">please return to the index page</a> <span style="font-size:xx-large;"> OR </span> select from the drop down below </dd>
</dl>
</div><br /><br />
<!-- INCLUDE jumpbox.html -->
<!-- INCLUDE overall_footer.html -->