MyBB Community Forums

Full Version: Links not working at all.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Forum: http://pokecosmo.com.ar/foros/index.php
Version: 1.6.4
Updated from: 1.6.3 > 1.6.4 (far before this happened)
Theme: Custom

I have this little problem:
http://pokecosmo.com.ar/foros/index.php

As you can see when you click any link (yes, there are some links) nothing happens.

You can check the source code to verify that there are some links.

I donĀ“t remember editing something, just templates and css styles sheets.
Did this happen before the upgrade?

You could add a new MyCode to fix it, but links should automatically be parsed. To make sure a plugin isn't causing this, go to Admin CP > Configuration > General Configuration > Disable All Plugins > Yes. Does the issue persist?
No, this happened just last night, never before.

All plugins are disabled now but nothings happens.

A MyCode can solve this? And this custom file is just the same:
http://pokecosmo.com.ar/index.php (a custom)

At the very beggining of this custom file I use this code to use mybb funtions:
<?php
session_start();
chdir('foros'); // path to MyBB
define("IN_MYBB", 1);
require './global.php';
define('THIS_SCRIPT', 'out_mybb.php');
// Setting the Content-Type header with charset
header('Content-Type: text/html; charset=utf-8');
echo"<?xml version=\"1.0\" encoding=\"UTF-8\"?>"
?>



I found the problem, it is the global.css style sheet, can please somebody tell me what is wrong with it?
http://pokecosmo.com.ar/foros/cache/them...global.css


Problem solved, thanks.
Yeah, links seem to be working fine for me, glad you figured it out.

Oh and your theme is REALLY nice!
(2011-08-08, 09:15 PM)Forum Source Wrote: [ -> ]Yeah, links seem to be working fine for me, glad you figured it out.

Oh and your theme is REALLY nice!

Yes, it was a position and z-index property issue.

And thanks for the comment ^^