What is vldPersonals?

vldPersonals is a very easy to use dating/social software. It allows you to create a fully functioning & modern dating website in a matter of minutes. If You think it's too complicated - check vldPersonals!
Know more about how You can become a dating website owner

What is vldCrowd?

vldCrowd.com is the biggest unofficial community of vldPersonals owners. It is a place to share ideas and thoughts about Your dating website. It is a place to answer questions and receive answers.
Do You own a vldPersonals license? Don't hesitate and join!

Connect Today

Community members help each other to take their dating websites to the next level. Can You make your vldPersonals website better? Join and find out...

Connect With More Than 500 Dating Website Owners! Sign Up Today
328 0 7
Site is indexed now only in default system language. I use last version of vldpersonals and i am upset that my site is indexed Only in one language. I have duzzen of articles. Even pages are indexed, header is allways indexed in defaut system language.

Comments

Plebejus

  • Posted on 03/01/2010 04:30 AM
Yes, I have records like this:
Text

<url>
<loc>http://mamacholly.net/news/english/</loc>
<lastmod>2010-03-02</lastmod>
</url>
<url>
<loc>http://mamacholly.net/lovestory/english/</loc>
<lastmod>2010-03-02</lastmod>
</url>
<url>
<loc>http://mamacholly.net/news/english/view/1/</loc>
<lastmod>2010-02-20</lastmod>
</url>
<url>
<loc>http://mamacholly.net/lovestory/english/view/4/</loc>
<lastmod>2010-02-22</lastmod>
</url>
 
etc.
I'll publish my multilingual mods at {vldCrowd} later.

rombest

  • Posted on 03/01/2010 04:15 AM
News are indexed normally. Do you have a speciffic in your sitemap for news ?

Plebejus

  • Posted on 03/01/2010 03:01 AM
But not in Your sitemap

rombest

  • Posted on 03/01/2010 02:33 AM
Yes, me too i have news content respecting session language

Plebejus

  • Posted on 03/01/2010 01:25 AM
Of course, that's why vldPersonals is not a real multilingual script at all.
For example - news by default have no any language features and possibilities for add multilingual support.
But this problem is solvable and I have a multilingual decision for some of page types, such as "news", "love stories", "tos".

rombest

  • Posted on 02/28/2010 11:01 PM
This is a good sollution to index pages in different languages. But i do not think it help to index Custom pages in their languages.

Plebejus

  • Posted on 02/28/2010 04:07 PM
Hi Rombest!
It’s not difficult to fix this problem (for example you have six languages as I have):
-At first open your .htaccess file and at the “SITE WIDE PAGES” section add following lines:
Text

RewriteRule ^english/?$ ?language=english [L]
RewriteRule ^russian/?$ ?language=russian [L]
RewriteRule ^german/?$ ?language=german [L]
RewriteRule ^french/?$ ?language=french [L]
RewriteRule ^italian/?$ ?language=italian [L]
RewriteRule ^spanish/?$ ?language=spanish [L]
 
-Secondly open your hp.sitemap.php file (from includes/hp/) and at the “ Common pages” section after first line add following lines :
Text

@fwrite($fp, sitemap_writer($PREFS->conf['fancy_urls'] ? 'english/' : 'index.php?language=english')); $totalurls++;
                @fwrite($fp, sitemap_writer($PREFS->conf['fancy_urls'] ? 'russian/' : 'index.php?language=russian')); $totalurls++;
                @fwrite($fp, sitemap_writer($PREFS->conf['fancy_urls'] ? 'german/' : 'index.php?language=german')); $totalurls++;
                @fwrite($fp, sitemap_writer($PREFS->conf['fancy_urls'] ? 'french/' : 'index.php?language=french')); $totalurls++;
                @fwrite($fp, sitemap_writer($PREFS->conf['fancy_urls'] ? 'italian/' : 'index.php?language=italian')); $totalurls++;
                @fwrite($fp, sitemap_writer($PREFS->conf['fancy_urls'] ? 'spanish/' : 'index.php?language=spanish')); $totalurls++;
 
That’s all, now you have working links to all language’s homepages and sitemap records for them.

Log in to leave a comment