
Köszi, hogy felhívod rá a figyelmet!
Kinevetsz, ha elárulom, hogy még csak ott tartok, hogy localban tervezek (itt próbálgatok ki egy-egy korábban ismeretlen modult és telepítek újabbakat, ha nem válik be) aztán a deploy résznél manuálisan állítgatom be a modulokat egyenként az éles oldalon. Tudom, hogy szörnyen hangzik, de még nem jutottem el a Feature-ig.
Megnéztem amúgy a korábbi előadásodat, amit még 2011-ben tartottál a téma kapcsán. Nagyon jó volt köszönöm! A múlt heti Features előadást pedig bookmarkoltam.
Lassan de biztosan haladok előre, bár ez egy olyan magaslat aminek sose fogok a tetejére érni. A Drush-t már magabiztosan kezelem local és külső szerveren is, órákban mérhetően felgyorsult egy-egy weblap készítés a használatával. A Feature modultól is valami hasonlóra számítok az elhangzottak alapján.
- A hozzászóláshoz regisztráció és bejelentkezés szükséges

Igazad van, köszönöm!
Igazad van, köszönöm!
- A hozzászóláshoz regisztráció és bejelentkezés szükséges

Új kérdés -> Új bejegyzés
Új tagként üdvözlünk a Drupal.hu közösségi portálon!
Tipp: Új témához kapcsolódó kérdések esetében érdemes egy új fórum lapot írni, úgy rendezettebb lesz az oldalunk és könnyebben ill. gyorsabban kaphatsz választ a kérdésedre.
Szerintem érdemes egy CAPTCHA vagy más hasonló ellenőrző modult beüzemelni a weblapra, amely megnehezíti a robotok (és a regisztráló személyek) munkáját a regisztráció során.
Ilyen népszerű és hasznos modulok:
- CAPTCHA: https://drupal.org/project/captcha
- Honeypot: https://drupal.org/project/honeypot
- A hozzászóláshoz regisztráció és bejelentkezés szükséges

Látható lesz a munkád gyümölcse?
Szuper, hogy belinkelted egy hasonló fórum poszt idevágó részeit ahogy az is, hogy saját magad megtaláltad a megoldást a problémára!
Furdal a kíváncsiság, hogy mire jutottál. Elérhető lesz a publikum számára a megoldásod egy fejlesztői vagy magán az éles webhelyen? Szívesen rápillantanánk a végeredményre, hogyan oldottad meg.
- A hozzászóláshoz regisztráció és bejelentkezés szükséges

Talán a Transliteration modul segíthet
Talán a Transliteration modul segíthet a már korábban felvitt fájlok automatikus átnevezésében anélkül, hogy metörné a fáljok vagy képek elérhetőségét a weblapon (nemcsak a fájlokat nevezi át, hanem az adatbázisban is frissíti a módosult adatokat).
Translitaration modul: https://drupal.org/project/transliteration
(A) Állítsd be a feltelepített modult a Beállítás -> Média -> Fájlrendszer (config/media/file-system) oldalon.
1. A fájlnevek latinbetűs átirata feltöltés közben. - Jelöld be
2. Kisbetűsre átírt fájlnevek. - Jelöld be
(B) A Fájlrendszer Beállítás fül mellett találni fogsz egy "Latinbetűs átirat" fülecskét is (config/media/file-system/transliteration) ahol azokat a fájlokat fogod látni, amelyek javításra szorulnak. Itt van lehetőséged a rossz fájlnevek automatikus módosítására. Próbáltad már?
Megjegyzés: ha manuálisan adtad meg egy fájl vagy egy kép elérési címét/nevét a weblapon, akkor ezt nem fogja a Transliteration modul javítani. Mindenképpen egy fejlesztői környezetben teszteld le a modul működésését.
Kimásolt rész a modul README.txt fejlesztői megjegyzésből (a kövéren kiszedett szöveg éppen rád vonatkozik):
-- INSTALLATION --
1. Install as usual, see http://drupal.org/node/70151 for further information.
2. If you are installing to an existing Drupal site, you might want to fix
existing file names after installation, which will update all file names
containing non-ASCII characters. However, if you have manually entered links to those files in any contents, these links will break since the original
files are renamed. Therefore it is a good idea to test the conversion
first on a copy of your web site. You'll find the retroactive conversion at
Configuration and modules >> Media >> File system >> Transliteration.
- A hozzászóláshoz regisztráció és bejelentkezés szükséges

Remélem, hogy jól megfizetnek
Ez nem semmi! Remélem, hogy jól megfizet és értékeli a munkádat az Ügyfeled. Enélkül nem is nagyon lehetne egy ilyen szörnyeteg webhellyel foglalkozni.
Nagyságrendekkel kissebb, de hasonlóan sz*rpucolás jellegű munkán dolgozok én is egy tudakozó weblapon, úgyhogy fogadd az együttérzésemet! Szerinted felaprózva a feladatot, meg lehetne még menti ezt a migrálást úgy hogy működjön is a dolog? ;-)
- A hozzászóláshoz regisztráció és bejelentkezés szükséges

A README.txt sokat segít a modul megismerésében
Ingyenes fordítás angolról-magyarra: http://translate.google.com/
Remélem, hogy tudtunk segíteni és közelebb kerülsz a megoldáshoz ;-)
-- SUMMARY --
Switchtheme allows you to create a block to allow users to switch themes on the fly. The module will present users with a list of all enabled themes and allow them to choose between them. Anonymous users have their choices tracked in a session variable. For logged in users, the user record is updated with their
choice so that their last selection will stay the same the next time they log in.For a full description visit the project page: http://drupal.org/project/switchtheme
Bug reports, feature suggestions and latest developments: http://drupal.org/project/issues/switchtheme-- REQUIREMENTS --
None.
-- INSTALLATION --
* Install as usual, see http://drupal.org/node/70151 for further information.
* Enable the module in Administration » Modules.-- CONFIGURATION --
* Configure who should be allowed to use the Switchtheme blocks in Administration » People » Permissions » Switchtheme.
To permanently store the chosen theme for registered users, grant the "Permanently use a custom theme" permission to selected user roles.
* Customize the settings in Administration » Configuration » User interface » Switchtheme.
The theme names may not be very meaningful to regular users, so the settings page allows you to create custom labels to show for each theme.
* Go to Administration » Structure » Blocks and enable the desired Switchtheme block(s), if any. Make sure that it is enabled in all enabled themes.
-- NOTES --
The module has been designed to defer to themes created by the Sections module (http://drupal.org/project/sections). In other words, if you use the sections module to create a special theme for the admin section, the switchtheme module will use that theme rather than the individual theme chosen by the user.
If you are setting up a lot of themes, you may find the Block Region module http://drupal.org/project/blockregion) to be a helpful way of setting up blocks to work the same way across many themes. That will save you the time of setting up every block in every theme.
-- USAGE --
You can use this module to present users with a small, medium, and large text version of your site. To do that:
* Select the theme that you want to use for this purpose. Create a subfolder below the theme folder for every subtheme that you want to create (i.e. medium, large, and extra-large). The folder names will be used as the theme names, so make sure they don't duplicate any existing themes. One way to do that is to use the regular theme name as a prefix, then append something to the name (i.e. bluemarine_large).
* Copy the style.css and any theme images from the main folder to each of these sub-folders.
* Change style.css in each subfolder to display appropriately for the chosen font size. Well-designed CSS may only need to be changed in a few places. For instance, the Bluemarine theme sets a basic font size at the very top of the CSS to 76%. Make that percentage higher and almost everything in the theme will be displayed in larger text. (You may need to change a few other CSS settings to get it working completely.)
Any style.css files and images in the subfolders will override those in the main folder, but all folders will use the template.php and tpl.php files in the main theme folder, so you don't need to duplicate all the template files, only the css and image files.
* Go to the settings page and give the themes user-friendly names like 'Regular', 'Medium', and 'Large', and turn the blocks on as noted above.
Now your users will have a drop-down selection list they can use to increase the font size of their pages.
-- CUSTOMIZATION --
* When Switchtheme module is enabled, users are able to switch to a different theme any time they follow a link that includes a query string like in this URL: http://www.example.com/foo/bar?theme=exampletheme
That means, you can implement specially crafted links into your site or themes which allow users to switch to pre-defined themes. For example, using Drupal's l() function in page.tpl.php (without code tags):
print l('Red theme', $_GET['q'], array(), 'theme=red');-- CONTACT --
- A hozzászóláshoz regisztráció és bejelentkezés szükséges

Segítség egy korábbi hozzászólásban
Talán ez a szájbarágós komment is segítségedre lehet. Itt a Drupal.hu keresőjét használva találtam rá: http://drupal.hu/comment/67244#comment-67244
Élő példa a korábban említett Várda Önkormányzat weblapja aminek már régóta nem én vagyok a webmestere.
Várda Hagyományos weblap
Várda Akadálymentesített weblap
Remélem, hogy tudtam segíteni és hasznát veszed az infónak. Esetleg belinkeled majd a kész weblap címét is?
- A hozzászóláshoz regisztráció és bejelentkezés szükséges

Jelentkezem + személyes részvétel
Jelentkezem + személyes részvétel
- A hozzászóláshoz regisztráció és bejelentkezés szükséges
Köszönöm
Szuper, köszi a jó tanácsokat és a helyesbítést a pontos útvonalra vonatkozóan a profilban.
Bárcsak lenne több szabadidőm jobban megnézni a nagyobb publikus Drupal disztrókat, hogy abból is tanuljak.
Közben mint szivacs szívom magamba a tippeket ;-)