Custom Module name is not what i want it to be

Current Version: 2.0.2
Released: 2013-10-27
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
haldon
Active Member
Posts: 6
Joined: 7. July 2014 00:48

Custom Module name is not what i want it to be

Post 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!
User avatar

Kirk
Dev
Posts: 1936
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

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

Post by Kirk »

Hi
This may have to do with your style, give me a Dowloadlink for your style.
Gruß Udo

Topic author
haldon
Active Member
Posts: 6
Joined: 7. July 2014 00:48

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

Post by haldon »

Hi Kirk,

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

Kirk
Dev
Posts: 1936
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

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

Post by Kirk »

Have you kept up on this guide? pbwow2 (Base: prosilver)
Gruß Udo

Topic author
haldon
Active Member
Posts: 6
Joined: 7. July 2014 00:48

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

Post 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.
User avatar

Kirk
Dev
Posts: 1936
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

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

Post by Kirk »

Check everything again, give me a link to your board.
Gruß Udo

Topic author
haldon
Active Member
Posts: 6
Joined: 7. July 2014 00:48

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

Post by haldon »

Hi,

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

Kirk
Dev
Posts: 1936
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

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

Post 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
Gruß Udo

Topic author
haldon
Active Member
Posts: 6
Joined: 7. July 2014 00:48

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

Post by haldon »

Hi,

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

Kirk
Dev
Posts: 1936
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

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

Post 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".
Gruß Udo

Topic author
haldon
Active Member
Posts: 6
Joined: 7. July 2014 00:48

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

Post by haldon »

Thank you!

That did the trick!
Locked

Return to “Board3 Portal 2.0.x - English Support”