Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Found some smal Bugs / Problems on V8

Asked Modified Viewed 1,518 times
W
WuChEn
W
WuChEn 10
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
asked
Newbie

Hello.

I have install a clean download.
And found 3 small things that are not okay i think. pfft

1. There are some missing images on the admin Dashboard
der-wu.de/images/imagehost/a4a05ab337edda797c23dd1a8c650845.png


2. Settings Main is wired
der-wu.de/images/imagehost/843975c6f7e43fbb60d04fe4f844d688.png


3. The Navigation Scrollbar for the Admin Menu did not scroll full
der-wu.de/images/imagehost/03d73750a679936bcb0281f275af9ffa.png


greatz from germany
0 replies

11 posts

F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

The missing icons is due to the locale, it need to be synced. ( locale/English/admin/main.php )
we´ll patch soon that should tackle the rest. You can try the latest here : https://github.com/PHPFusion/PHPFusion/tree/8.00
Edited by N/A on 30-12-2018 10:12,
0 replies
W
WuChEn
W
WuChEn 10
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions
answered
Newbie

Hey Falk.

Thanks for reply.
I always test the latest git. wink
Wait for commits and will check germany locale admin Main for the missing images.

Greatz WU

Merged on 12/30/2018:
Sorry for doublepost, but.
I have checked your hint.
Replace German locale main with the english.
The Dashbord now is showing right.
But some Icons still missing.
With english locale all working fine.
Locale are synced and translated and then the dashboard is broken and the icons get lost.
I think is a bad way you have created, cause if the files are translated the designs not working anymore right.
What about an old admin Panel?

Greatz WU

Merged on 01/06/2019:
Today i try the latest git.
Alle problems still exits. sad

Greatz WuChEn
0 replies
— 29 days later —
O
Oleg
O
Oleg 10
  • Junior Member, joined since
  • Contributed 46 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

I have the same problem.
Edited by Oleg on 04-02-2019 11:59,
Oleg attached the following image:
Image not found
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

Make sure all locale files are included and that they are fully updated. The system matches for example,

/locale/English/admin/main.php
// Pre-defined sections
$locale['AC'] = "Article Categories";
$locale['A'] = "Articles";


The $locale['AC'] > Pulls correct image.
If an entry is missing or if the file is faulty it will fail to retrive the images in the administration.
0 replies
O
Oleg
O
Oleg 10
  • Junior Member, joined since
  • Contributed 46 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

Falk, there are all records in localization:

$locale['AC'] = "Категории статей";
$locale['A'] = "Статьи";
$locale['BLOG'] = "Блоги";
$locale['BLC'] = "Категории блогов";
$locale['CP'] = "Страницы";
$locale['DC'] = "Категории загрузок";
$locale['D'] = "Загрузки";
......


Images are displayed correctly only after installation on the English localization.
0 replies
R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

You will need to translate into your language.
0 replies
O
Oleg
O
Oleg 10
  • Junior Member, joined since
  • Contributed 46 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

Already translated smile
Edited by Oleg on 04-02-2019 18:31,
Oleg attached the following file:
russian_80019.zip [No information available / 106 Downloads]
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

OK. So if I got it right. You are doing a new install with the new language translation. ( Will test later )
Edited by N/A on 05-02-2019 11:56,
0 replies
D
douwe_yntema
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
answered
Senior Member

About the main settings are not right: The problem is there is a file in the folder www.yoursite.com\locale\yourlanguage\search\ which is not good.
You can see it in the picture of post #1 the drop down list is empty, which ruins the screen.

I had the same issue on V8 with it.

Edit: remove the file users.json.php, it should not be there. Thats the problem
Edited by douwe_yntema on 05-02-2019 13:34,
0 replies
O
Oleg
O
Oleg 10
  • Junior Member, joined since
  • Contributed 46 posts on the community forums.
  • Started 10 threads in the forums
answered
Junior Member

Falk, after testing, write how it will work for you. Russian localization can put in downloads on the site.
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

Download the latest here : https://github.com/PHPFusion/PHPFusio...ee/8.00.20 , it should be ok now.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 11 posts
  • Votes 0 votes
  • Topic users 5 members

5 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
D
D
  • Senior Member, joined since
  • Contributed 667 posts on the community forums.
  • Started 57 threads in the forums
  • Answered 1 question
O
O
Oleg 10
  • Junior Member, joined since
  • Contributed 46 posts on the community forums.
  • Started 10 threads in the forums
R
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
W
W
WuChEn 10
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 2 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet