MyBB Community Forums

Full Version: Index.php problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I see! Thanks for providing a run down of things - helps me to understand it better  Smile

I checked the Homepage URL - It's http://boogaloocrews.com

I also checked the templates (all three themes are under the same template) again. I noticed in the header template, it has this:


Quote:<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

Could this pose a problem? 

======

If the worst case scenario, I just have to hope for the cache issue to be the fixed of things.
(2016-06-22, 03:19 PM)ShineCero Wrote: [ -> ]I see! Thanks for providing a run down of things - helps me to understand it better  Smile

I checked the Homepage URL - It's http://boogaloocrews.com

I also checked the templates (all three themes are under the same template) again. I noticed in the header template, it has this:


Quote:<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
Could this pose a problem? 

======

If the worst case scenario, I just have to hope for the cache issue to be the fixed of things.
Nope. That's just the code that makes clicking on the the logo take you back to the homepage.

The HTML validation errors say your templates are in a mess, though. I get two, and I know why, and they're fine...
(2016-06-22, 03:36 PM).m. Wrote: [ -> ]see html validation errors

(2016-06-22, 04:03 PM)Wiggo Wrote: [ -> ]
(2016-06-22, 03:19 PM)ShineCero Wrote: [ -> ]I see! Thanks for providing a run down of things - helps me to understand it better  Smile

I checked the Homepage URL - It's http://boogaloocrews.com

I also checked the templates (all three themes are under the same template) again. I noticed in the header template, it has this:


Quote:<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
Could this pose a problem? 

======

If the worst case scenario, I just have to hope for the cache issue to be the fixed of things.
Nope. That's just the code that makes clicking on the the logo take you back to the homepage.

The HTML validation errors say your templates are in a mess, though. I get two, and I know why, and they're fine...

Thanks you two! I'll check out the errors and try to resolved them. I'll report back once I get everything done.
I'm back! Sorry for the delay, had family issues to take care of.

Anyways, I managed to sort out most of the errors (seems I forgot to add a element to closed certain things). Furthermore, the index problem is no longer a issue from my observation for the past couple of weeks. Thank you for helping me out with this! Smile
Pages: 1 2