PDA

View Full Version : Slight template problem after upgrade


AshMagic
01-04-2012, 11:52 AM
Hey guys,

I recently upgraded from 4.1.5 to 4.1.9.
Now I have noticed an additional bar appear under each forum description.

This bar never used to be there and also has the words 'Last Post' which looks out of alignment.

Does anyone know what is causing this and how to get rid of it?
I have visited other forums running 4.1.9 and no one else seems to have this bar..

Thanks for your help.

kh99
01-04-2012, 01:38 PM
Have you tried disabling all plugins to see if you have the same problem? Edit includes/config.php at temporarily put

define('DISABLE_HOOKS', true);


at the top right under the <?php. Also, try creating a new style with no parent and see if usign that style makes any difference.

AshMagic
01-04-2012, 07:24 PM
Thank you for your suggestions. I edited the config.php file and added that code but it made no difference.

I will try a new style.

This has never happened after an update..

AshMagic
01-12-2012, 03:20 PM
Still having issues. Can anyone else possibly shed any light on this?

AshMagic
01-17-2012, 03:12 PM
Have you tried disabling all plugins to see if you have the same problem? Edit includes/config.php at temporarily put

define('DISABLE_HOOKS', true);


at the top right under the <?php. Also, try creating a new style with no parent and see if usign that style makes any difference.

Neither of these made a difference. Can anyone please help?

AshMagic
01-26-2012, 12:36 PM
bump..

AshMagic
02-03-2012, 08:40 AM
I viewed the page source.

I did a search for 'Last Post' in the Search in Templates bit in the admincp. The only template to contain this text is in FORUMDISPLAY. I removed this line of code and saved but the problem remains. Even after clearing my browser cache.

I cannot find this text in any other template!! Please help me find where the problem is.

kh99
02-03-2012, 10:53 AM
That text should be on the previous line as a column header. Your problem is that you have added CSS to your additonal.css template that is causing the misalignment.

AshMagic
02-03-2012, 11:05 AM
How does that 'Last Post' string even exist once I removed it from the FORUMDISPLAY template? It doesn't exist in any other template.

I will check the additional.css template but this has never been an issue before. I haven't edited the additional.css file in months.. This all started after a recent upgrade.

kh99
02-03-2012, 11:08 AM
How does that 'Last Post' string even exist once I removed it from the FORUMDISPLAY template? It doesn't exist in any other template.

Isn't it a phrase? In any case if you removed it and it didn't go away then you could have been looking at a cached version or the wrong style.


I will check the additional.css template but this has never been an issue before. I haven't edited the additional.css file in months.. This all started after a recent upgrade.

I guess something in the upgrade changed the widths of things just enough so that your headers didn't fit any more and the last one spilled over to the next line.

AshMagic
02-03-2012, 11:57 AM
Isn't it a phrase? In any case if you removed it and it didn't go away then you could have been looking at a cached version or the wrong style.

Yeah your right it is a phrase sorry. I searched for the line of code I found in the source.



I guess something in the upgrade changed the widths of things just enough so that your headers didn't fit any more and the last one spilled over to the next line.

Thanks kh99, the problem was with extra stuff in my additional.css file. You da man.