Jump to content
  • 0

Akkarins FluxCP destroyed menu


anacondaq

Question


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  1096
  • Reputation:   345
  • Joined:  02/26/12
  • Last Seen:  

3MNV.png

 

 

Latest FluxCP (akkarin)

Totally ruins the menu at different themes (at default anything is ok)

 

FIXED, but need update at github.

 

/themes/%yourtheme%/main/sidebar.php

 

Change this:

<?php echo htmlspecialchars($menuCategory) ?>

To This

<?php echo htmlspecialchars(Flux::message($menuCategory)) ?>

And Change This

<?php echo htmlspecialchars($menuItem['name']) ?>

To This

<?php echo htmlspecialchars(Flux::message($menuItem['name'])) ?>
Edited by Anacondaqq
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  153
  • Topics Per Day:  0.04
  • Content Count:  2285
  • Reputation:   745
  • Joined:  06/16/12
  • Last Seen:  

create a PR please, people freely make new PR about bug fix/improvement

 

 

why "Akkarin FluxCP"?

I just found that statement discredit contributors.

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  38
  • Reputation:   7
  • Joined:  01/11/13
  • Last Seen:  

Here you can find the PR. This allows the menu to work with translations.

https://github.com/Freyja-Folkvangr/FluxCP/commit/8f95e74259864edb7ed188ee38f7f4c3815a8ca9

  • Upvote 2
Link to comment
Share on other sites

×
×
  • Create New...