Archive for November, 2007

Joomap / Xmap Serbian

Sunday, November 25th, 2007

Joomap is probably the best component for Joomla, for generating HTML or XML site maps. Together with it, there is another imporoved Joomap component, that is called Xmap (as eXtended Joomap, I presume). The biggest difference is in interface, an that Xmap supports multiple sitemaps.

Anyway, I already had a Serbian (Srpski) translation of Joomap v2.05, and now I expanded that with translation file for Xmap v1.0.4.

So, download them if you need them, and install by copying in components language path.

eXtplorer / joomlaXplorer Serbian

Sunday, November 25th, 2007

eXtplorer is the best file manager for Joomla CMS. Once called joomlaXplorer, now it changed a name to eXtplorer probably because of total interface redesign that is now utilizing beautiful ExtJS GUI library.

Anyway, I just translated it to Serbian language (Srpski) using UTF encoding. So everybody can download it (for eXtplorer v2.0.0 RC1). Besides that, I attached the translation of classic (not to say “old”) version joomlaXplorer v1.6.2.

How to install? Just put files it into the /administrator/components/com_extplorer/language.

Accounting packages freely available

Saturday, November 24th, 2007

If you are looking for LAMP (PHP /MySQL or PostgreSQL) Accounting and ERP solutions, I hope that these links will be very helpfull to you (as they are for me). (more…)

Novi Admin interfejs za Joomlu

Friday, November 16th, 2007

Stvarno fenomenalno. Mislim, interno je fenomenalno napisan. Mnogo je brži, a ima odličan sistem prevođenja, koji ih i ja možda primenio na nekim drugim projektima. Nama taj sistem ne radi, pošto smo mi već naš sistem preveli ručno, ali imaj to u vidu.

Delete user – upozorenje

Sunday, November 11th, 2007

Kada se briše user iz ISPConfig sistema mora se obavezno isprazniti trash. I uopšte kada se bilo sta briše treba isprazniti trash odmah zatim.

Čisti se trash u reseller account-u (najpravilnije)

Every Reseller and the admin have their own trash.

activeCollab

Friday, November 9th, 2007

Ubačena su neka značajna poboljšanja. Međutim, za njih se izgleda mora prebaciti u root domena. Čisto da znaš (greška InvalidControllerActionError)

SugarCRM Optimizacija brzine

Saturday, November 3rd, 2007

Jedan od bitnih elemenata ubrzanja Sugar-a je Expire…

Međutim,  meni pravi mnogo problema (previše kešira, pa nemam pojma kada je nešto dodato ili nije). Trebalo bi da ide ovako:

<Directory /var/www/web30/web/>
Options +Includes +FollowSymlinks -Indexes
AllowOverride All
Order allow,deny
Allow from all

AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript application/x-javascript text/css

ExpiresActive On
ExpiresByType text/html “access plus 1 day”
ExpiresByType text/css “access plus 1 day”
ExpiresByType text/javascript “access plus 7 days”
ExpiresByType application/x-javascript “access plus 7 days”
ExpiresByType image/gif “access plus 1 month”
ExpiresByType image/jpg “access plus 1 month”
ExpiresByType image/jpeg “access plus 1 month”
ExpiresByType image/png “access plus 1 month”
ExpiresByType image/x-icon “access plus 1 month”

AddType text/x-component .htc
ExpiresByType text/x-component “access plus 1 day”

<Files ~ “^\.ht”>
Deny from all
</Files>
</Directory>

php_admin_value open_basedir /var/www/web30/web:/var/lib/php/session:/var/www/web30/phptmp
php_admin_value upload_tmp_dir /var/www/web30/phptmp
php_admin_value max_execution_time 60
php_admin_value output_buffering 409600

php_admin_value memory_limit 64M
php_value upload_max_filesize 8M
php_value post_max_size 8M

ali sma morao da skinem:

ExpiresByType text/html “access plus 1 day”

SugarCRM – Ma mučenje bre

Saturday, November 3rd, 2007

Fuck you

problems when installing SugarCRM.
posix_getcwd, change every getcwd to that…

glob replacement – a i ima ga samo na jednom mestu, u file_utils… napravio sam jeftinu zamenu…

blank.gif everywhere u temama…

Razne zajebancije sa optimizacijom

Inače, za Import, mora OGROMNO memorije… Stavio sam za to 256Mb