Ca sa rulezi install_portal.php mai întâi îl urci în root/install_portal.php aşa cum scrie in instructiunile de instalare si apoi navighezi cu browserul catre
http://www.domeniul-tau.net/install_portal.php.
In folderul
languages ar trebui sa iti creezi tu un subfolder languages/ro pentru ca limbile disponibile acolo sunt olandeza, turca, germana, suedeza si alte doua pe care nu le pot identifica si sa incerci sa traduci (eventual cu
Google Translate) cele doua fisiere care sunt acolo:
Exemplu pentru germana:
languages/de/acp/portal.php
languages/de/portal.php
Cod: Selectaţi tot
'ACP_PORTAL_INFO' => 'Portal',
'ACP_PORTAL_INFO_SETTINGS' => 'Allgemeine Einstellungen',
'ACP_PORTAL_INFO_SETTINGS_EXPLAIN' => 'Danke das du dich für phpBB3 Portal entschieden hast. Auf dieser Seite kannst du dein Portal verwalten. Diese Anzeige gibt dir einen schnellen Überblick über die verschiedenen Portal Einstellungen. Die Links auf der linken Seite dieser Anzeige ermöglichen dir alle Einstellungen, das Portal betreffend, zu kontrollieren.',
ar putea fi tradus prin:
Cod: Selectaţi tot
ACP_PORTAL_INFO' => 'Portal',
'ACP_PORTAL_INFO_SETTINGS' => 'Setări generale',
'ACP_PORTAL_INFO_SETTINGS_EXPLAIN' => 'Mulţumesc că foloseşti phpBB3 Portal. Pe această pagină puteţi administra portalul. Acest ecran vă oferă o privire asupra diferitelor setări ale portalului. Linkurile de pe partea stângă vor afişa categoriile de setări de pe portal.',
Acestea sunt doar un un exemplu partial din codul fisierului languages/de/acp/portal.php.
Pantru fisierele
template vei gasi instructiunile de modificare pentru cele doua stiluri standard in:
styles/prosilver.xml
styles/subsilver2.xml
Exemplu pentru prosilver trebuie sa modifici:
Cod: Selectaţi tot
Files to Edit
styles/prosilver/template/overall_header.html,
styles/prosilver/template/overall_footer.html
...si sa urci pe server fisierele:
Cod: Selectaţi tot
Included Files
prosilver/template/portal/block/active.html,
prosilver/template/portal/block/ads_center.html,
prosilver/template/portal/block/ads_small.html,
prosilver/template/portal/block/announcements.html,
prosilver/template/portal/block/announcements_compact.html,
prosilver/template/portal/block/attachments.html,
prosilver/template/portal/block/birthday_list.html,
prosilver/template/portal/block/change_style.html,
prosilver/template/portal/block/clock.html,
prosilver/template/portal/block/donation/donation.html,
prosilver/template/portal/block/donation/donation_small.html,
prosilver/template/portal/block/donation/index.html,
prosilver/template/portal/block/donation/paypal.html,
prosilver/template/portal/block/index.html,
prosilver/template/portal/block/jumpbox.html,
prosilver/template/portal/block/latest_bots.html,
prosilver/template/portal/block/latest_members.html,
prosilver/template/portal/block/leaders.html,
prosilver/template/portal/block/links.html,
prosilver/template/portal/block/link_us.html,
prosilver/template/portal/block/login_box.html,
prosilver/template/portal/block/main_menu.html,
prosilver/template/portal/block/mini_calendar.html,
prosilver/template/portal/block/news.html,
prosilver/template/portal/block/news_compact.html,
prosilver/template/portal/block/online_friends.html,
prosilver/template/portal/block/poll.html,
prosilver/template/portal/block/random_member.html,
prosilver/template/portal/block/recent.html,
prosilver/template/portal/block/search.html,
prosilver/template/portal/block/statistics.html,
prosilver/template/portal/block/top_poster.html,
prosilver/template/portal/block/user_menu.html,
prosilver/template/portal/block/welcome.html,
prosilver/template/portal/block/whois_online.html,
prosilver/template/portal/block/wordgraph.html,
prosilver/template/portal/block/_sample_block_design.html,
prosilver/template/portal/index.html,
prosilver/template/portal/portal_body.html
Daca nu ai unul din cele doua stiluri va trebui sa faci modificarile prin asimilare daca stilul folosit de tine este bazat/derivat din unul din cele doua mentionate.
Ca sa îţi răspund la întrebarea pusă: DA, dacă foloseşti simultan mai multe stiluri trebuie să faci acele modificări pentru fiecare stil în parte.