Page 1 of 1

Custom Module name is not what i want it to be

Posted: 7. July 2014 00:53
by haldon
Your Portal Version: 2.0.2
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Advanced Knowledge

What have you done before the problem was there?
Nothing

What have you already tryed to solve the problem?
Tried looking into the php files and html files but not sure what is going wrong.

Description and Message
Hi,

I am having an issue displaying custom modules correctly.

When i add a new module (create or upload zip) the name of the module is always cut off. The first few characters of the name are there and then it has a _ (underscore) and then nothing.

Example:

Image

I am not sure what causes this and am lost.

Can you assist?

Cheers!

Re: Custom Module name is not what i want it to be

Posted: 7. July 2014 17:43
by Kirk
Hi
This may have to do with your style, give me a Dowloadlink for your style.

Re: Custom Module name is not what i want it to be

Posted: 7. July 2014 17:44
by haldon
Hi Kirk,

Here is the link to the style download:
http://pbwow.com/forum/viewtopic.php?t=11304

Re: Custom Module name is not what i want it to be

Posted: 8. July 2014 17:18
by Kirk
Have you kept up on this guide? pbwow2 (Base: prosilver)

Re: Custom Module name is not what i want it to be

Posted: 8. July 2014 17:45
by haldon
Hi Kirk,

Thanks for your reply.

I had not followed the guide till now, i just went through everything that was posted there, but that actually broke my board. White screens everywhere.

I did copy over all the required files in the copy section....but editing the html files broke something.

Re: Custom Module name is not what i want it to be

Posted: 9. July 2014 17:13
by Kirk
Check everything again, give me a link to your board.

Re: Custom Module name is not what i want it to be

Posted: 9. July 2014 17:56
by haldon
Hi,

Here is a link to my board: http://mythic.ws/

Re: Custom Module name is not what i want it to be

Posted: 10. July 2014 18:10
by Kirk
haldon wrote: When i add a new module (create or upload zip) the name of the module is always cut off. The first few characters of the name are there and then it has a _ (underscore) and then nothing.

Example:

Image

I am not sure what causes this and am lost.

Can you assist?
open: root/styles/pbwow2/theme/content.css

Find

Code: Select all

    li.header dt, li.header dd {
       line-height: 1em;
       border-left-width: 0;
       margin: 2px 0 4px 0;
       color: #FFFFFF;
       padding-top: 2px;
       padding-bottom: 2px;
       font-size: 10px;
       font-size: 1rem;
       font-family: Arial, Helvetica, sans-serif;
       text-transform: uppercase;
       overflow: hidden;
       text-overflow: ellipsis;
    }
In-line Find
Tip: This is a partial match of a line for in-line operations.

Code: Select all

overflow: hidden;
Replace with

Code: Select all

overflow: visible;

DIY instructions: Knowledge Base: Changes to forums styles

Re: Custom Module name is not what i want it to be

Posted: 14. July 2014 21:53
by haldon
Hi,

I did that and cleared the cache, but no change yet.

Re: Custom Module name is not what i want it to be

Posted: 15. July 2014 17:48
by Kirk
Then you have done something wrong.
Look here:
http://www.imgbox.de/users/kirk/Board3_ ... pbwow2.jpg

Have you done this here?
Changes to the themes:
Go to your ACP, choose "Styles -> Themes -> your style", which has been changed and click "refresh" - confirm with "yes".

Re: Custom Module name is not what i want it to be

Posted: 15. July 2014 17:58
by haldon
Thank you!

That did the trick!