hroudel - Posts

Return to advanced search

Translation Question about search_ignore_words.php

Hello,
can someone tell me, why are differences in file search_ignore_words.php between phpBB and SEO premod version? I need to know reason :)

Cheers hroudel
by hroudel
Mon Dec 22, 2008 9:12 pm
 
Forum: phpBB SEO Premod
Topic: Translation Question about search_ignore_words.php
Replies: 1
Views: 394

Code: Select all
   // Old URL handling
   'RSS_1XREDIR' => 'Ce flux RSS a été déplacé',
   'RSS_1XREDIR_MSG' => 'Ce flux RSS a été déplacé, il se trouve désormais ŕ cette adresse',


gym_common.php english translation.
by hroudel
Fri Dec 19, 2008 1:39 pm
 
Forum: GYM Sitemaps & RSS
Topic: missing variable in language
Replies: 12
Views: 656

This should be complete special chars rewrite for czech language. Supported and tested chars are: ěščřžýáíéúůóďťňĚŠČŘŽÝÁÍÉÚŮÓĎŤŇ Some chars are supported by phpBB SEO in general. $this->seo_opt['url_find'] = array( utf8_chr...
by hroudel
Tue Dec 16, 2008 1:48 pm
 
Forum: Advanced SEO URL
Topic: About special characters remplacement
Replies: 85
Views: 15090

Oh well i will do. I didn't found any czech translation on phpbb.cz so i've translated it and post it here on official site. Thats a pitty that you haven't found this before.

Cheers
by hroudel
Tue Dec 16, 2008 7:25 am
 
Forum: Translations
Topic: [CS phpBB3] Czech Translation of phpBB SEO Premod
Replies: 8
Views: 1656

I've already translated public part of GYM Sitemaps and 50% of ACP part. I' ve also updated phpBB SEO premod translation. I found a few bugs and translation mistakes :) Hope I will release new translation soon.

cheers hroudel
by hroudel
Mon Dec 15, 2008 7:26 pm
 
Forum: Translations
Topic: [CS phpBB3] Czech Translation of phpBB SEO Premod
Replies: 8
Views: 1656

Ok my fault. Here is proper. Rewritecond is condition. So if domain name begins support.domain.com continues to RewriteRule. If behind domain name is any or none char or chars go to -http://domain2.com/support. R=301 marks that this redirection is permanent. So search engines should remember new dom...
by hroudel
Wed Dec 10, 2008 4:41 pm
 
Forum: Apache mod Rewrite
Topic: mod rewrite help
Replies: 3
Views: 607

Yap it is possible by htaccess redirection

Code: Select all
Options +FollowSymLinks
RewriteEngine on
RewriteRule http://support.domain.com http://domain2.com/support [R=301,L]
by hroudel
Sun Dec 07, 2008 12:23 pm
 
Forum: Apache mod Rewrite
Topic: mod rewrite help
Replies: 3
Views: 607

yap it was by langugage error. When i've translated GYM to czech lang, I forgot to add "," on the end of a line and lang file could not be parsed . Thank you for help.
by hroudel
Sat Dec 06, 2008 3:52 pm
 
Forum: GYM Sitemaps & RSS
Topic: ERROR LOCALHOST/FORUM HELP PLEASE !!!
Replies: 5
Views: 732

i installed phpbb seo url premod and then GYM Sitemaps, but i didn't activate and set url rewriting before installing GYM Sitemaps. Now I am getting blank page without error messages when i want access my forum index or ACP. It can be caused that i didn't activate url rewriting?
by hroudel
Sat Dec 06, 2008 2:55 pm
 
Forum: GYM Sitemaps & RSS
Topic: ERROR LOCALHOST/FORUM HELP PLEASE !!!
Replies: 5
Views: 732

Yap these files i have already translated and updated to 2.0RC2 GYM Sitemaps. I have little recommendation for translation. I found a few strings which aren't translated for installation of GYM Sitemaps. EN 'CAT_INSTALL_GYM_SITEMAPS' => 'Install GYM Sitemaps', 'CAT_UNINSTALL_GYM_SITEMAPS' => 'Uninst...
by hroudel
Tue Dec 02, 2008 9:02 pm
 
Forum: Translations
Topic: [CS phpBB3] Czech Translation of phpBB SEO Premod
Replies: 8
Views: 1656

[CS phpBB3] Czech Translation of phpBB SEO Premod

Hi all members of this board. Especially czech members :) I've completed czech translation premoded installation of phpbb 3 called "phpBB SEO premod". Files removed due to synchronizing my translation with phpbb.cz translation. Final translation will be posted on phpBB.cz. Czech translatio...
by hroudel
Mon Dec 01, 2008 3:55 pm
 
Forum: Translations
Topic: [CS phpBB3] Czech Translation of phpBB SEO Premod
Replies: 8
Views: 1656

yap you are right at phpbb_seo/phpbb_seo_install.php file is path correct, but i mean file install_phpbb_seo.php at install dir. This file is started at install dir so path should be ../phpbb_seo/docs/COPYING I installed this mod by copying all files from archive and by entering URL of my site to br...
by hroudel
Fri Nov 28, 2008 6:28 pm
 
Forum: phpBB SEO Premod
Topic: little bug at install_phpbb_seo.php
Replies: 3
Views: 510

little bug at install_phpbb_seo.php

I found a little bug in phpbb SEO premod v3.0.3 at install/install_phpbb_seo.php Line 51: $body = '<p>' . $lang['SEO_PREMOD_LICENCE'] . '</p><br/><hr/>' . implode("<br/>\n", file('./docs/COPYING')); It should be $body = '<p>' . $lang['SEO_PREMOD_LICENCE'] . '</p><br/><hr/>'...
by hroudel
Thu Nov 27, 2008 11:01 pm
 
Forum: phpBB SEO Premod
Topic: little bug at install_phpbb_seo.php
Replies: 3
Views: 510

Return to advanced search