MyBB Themes - ThemeFreak
Metrostyle report - Printable Version

+- MyBB Themes - ThemeFreak (http://www.themefreak.net)
+-- Forum: MyBB 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=26)
+--- Forum: Theme Support for 1.8.x (http://www.themefreak.net/forumdisplay.php?fid=33)
+--- Thread: Metrostyle report (/showthread.php?tid=587)

Pages: 1 2 3 4


RE: Metrostyle report - Legitti - 21st Jan

[Image: 3a7907a65e230e3e4e7559744e45dd88.png]

index gives me that

[Image: 553062cb00aa59e97128131a09f8e507.png]

And when i edit or add rep, that pops up


RE: Metrostyle report - Tan - 21st Jan

Do you mind setting up a test account for me? It seems there are issues with your setup for whatever reason.


RE: Metrostyle report - Tan - 22nd Jan

(21st Jan, 01:15 am)Legitti Wrote:  [Image: 3a7907a65e230e3e4e7559744e45dd88.png]

index gives me that

[Image: 553062cb00aa59e97128131a09f8e507.png]

And when i edit or add rep, that pops up

The following will fix the add/remove rep issue you're facing.

In the header template find:

Code:
<div id="color_modal" class="modal">

Replace with:

Code:
<div id="color_modal">
<div class="modal">

and remember to add another closing </div> tag to for that new div (you'll see a bunch </div>
</div>
</div> tags in header template)

Repeat the same for footer_theme and footer_language templates (remove class="modal" from parent div and add it in a new one, just below <div id="footer_modal"> and div id="lang_modal) and include also </div> closing div tags when you move class="modal" into new <div> element).

In global.css add:

Code:
div[id*="_modal"] {display:none;}



RE: Metrostyle report - Legitti - 22nd Jan

Where do i add that CSS part? and same code for all 3 replacing those?


RE: Metrostyle report - Tan - 22nd Jan

You're going to be editing 3 templates - header, footer_theme, and footer_language

They are essentially the same edits. The Global.css edit is straight forward.

You may want to give me temporary template access and I can do the edits for you.


RE: Metrostyle report - Tan - 22nd Jan

See the attachments. I highlighted the changes you will need to make.


RE: Metrostyle report - Legitti - 24th Jan

I think i got that! Thanks.


RE: Metrostyle report - Legitti - 24th Jan

Now it broke color switcher.. its blank!

send PM with details, need it fixed asap


RE: Metrostyle report - Legitti - 25th Jan

i revereted header back it and works again, please take a look on issue, thanks


RE: Metrostyle report - Legitti - 26th Jan

Still showing after i give rep or update it