Page 1 of 1

Weird bug!!

Posted: 16. July 2012 11:46
by shadzy89
Can anyone help me solve this, on our version of CABlack????

The path it shows from "portal -> Board Index" looks screwed up!!!

[img]ttp://img11.imageshack.us/img11/7125/wierdbug.png[/img]

is this to do with board3 or theme?

Re: Weird bug!!

Posted: 16. July 2012 17:45
by archivar
shadzy89 wrote:Can anyone help me solve this, on our version of CABlack????

The path it shows from "portal -> Board Index" looks screwed up!!!

[img]ttp://img11.imageshack.us/img11/7125/wierdbug.png[/img]

is this to do with board3 or theme?
You see here the instructions for the style: viewtopic.php?f=57&t=5399

Re: Weird bug!!

Posted: 17. July 2012 09:27
by shadzy89
I have done those, and yet if you visit my website with Chrome or Internet Explorer it shows what i described:

http://www.eff-clan.org

We followed these instructions when i installed it first time.

I don't think its possible to reinstall this as we have far too many mods added in, surely it must lie within some particular file to edit the code for??

Re: Weird bug!!

Posted: 17. July 2012 18:10
by archivar
shadzy89 wrote:I have done those, and yet if you visit my website with Chrome or Internet Explorer it shows what i described:

http://www.eff-clan.org

We followed these instructions when i installed it first time.

I don't think its possible to reinstall this as we have far too many mods added in, surely it must lie within some particular file to edit the code for??
archivar wrote: You see here the instructions for the style: viewtopic.php?f=57&t=5399
See them again in the manual.
You have pasted the code incorrectly.

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF -->
The code must be in the line and not over the line.

Re: Weird bug!!

Posted: 17. July 2012 22:11
by shadzy89
I dont understand, what I have done and what is in the guide looks the same to me???

Re: Weird bug!!

Posted: 19. July 2012 19:25
by talonos
check your edits.

the line

Code: Select all

<a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
will look like

Code: Select all

<!-- IF U_PORTAL --><a href="{U_PORTAL}">{L_PORTAL}</a> &#187; <!-- ENDIF --><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a>
after you have edited it

Re: Weird bug!!

Posted: 21. July 2012 12:37
by shadzy89
I understand now......

I am sorry for complication, and many thanks for your help, I have to figure out why it turned out like that :-)

Please close if you like :)