This will be my last post this year:
Google has recently updated and released this beginner's guide to search engine optimization. Google Search Engine Optimization Starter Guide are going through important things you should think about to get better rankings on search engine like Google.
Take a look at the 32-page version PDF version here.
Wishing you all a Merry Merry Christmas and Happy New Year .

how to make a christmas card View Comments & Reply...
if I have a site with a join now logo:
example: join_now.png
but how to make it multi languages ...
so then we change sites languages it even change the logo ..
okey why do this ? if I have a logo images with text inside it ...
it should be very nice if it will be switched then we change languages.
maybe I have a logo with text "join now" (english)

but in swedish we call it "Bli medlem" (swedish)
or make 2 png images one with the hearth and one with the text and overlapping them .
+
=
I know it can be done with css but I can´t find a good tutorial how to do ...
and again how to make it work with multi languages ?
"joinnow" =>
"<img src=media/join_now.png border=0>",
I know it will work in some scripts but not sure if it work for vldpersonals ?
someone knows how to do this ... or can give me a idea how to do ... I hope so ...
I try to find another solution for this the css will not work for me
First upload 2 images to your sites /media/ folder ...
I did 2 images ... english_joinfree.png and swedish_joinfree.png ...
Change this in your header.tpl
Before it was:
Now it is different logos then you switch your languages :)
but now I must found a solution how to style the css for it .. View Comments & Reply...
but the most of them is for vldPersonals - 2.5.3 or older ...
but now it is some different coding between 2.5.3 - 2.5.7 so
some tutorials/mods will not work with newer versions of vldPersonals.
okey here is my solution for it after many question from members here ...
I start a new site vldmods to collect all mods on one place.
we together can follow all mods from 2.5.3 - 2.5.7 and newer version and help other to update the mods.
we can discuss the mods and try to help other to get this mods to work with newer version of vldPersonals.
I will try to test all mods in different versions from 2.5.3 - 2.5.7 ...
and tell you if they work with 2.5.3 only or with all versions.
here is one example how I will write about a mod on vldmods.
green online gif
author=gugu
versions=2.5.3
and I will start make this next week ...
if I can make them work with newer version I will try do so ...
I hope you like the idea and welcome to vldmods ...
please don´t post technical question on vldmods we have the vldPersonals forum for that ;) View Comments & Reply...
I like this one ! I should have it on my own site :) but maybe some of you need it too ...
Should make a tutorial how to do later then I´m back from my holiday ! so be patience ;)
jquery step by step form
here is the demo
but you must click on the button on the top of the page:
Click here to turn this webform into a wizard.
now you get to the right demo ;)
this is another example: it is many example/tutorials out there :)
this is jquery step by step form with validation ...
//gugu View Comments & Reply...
Some people like facebook :) but not me ... I´m here every day instead :)
I try to help you so much I can, but now I must take little time with my family.
I wish you all a good summer ... and a great holiday ...
//gugu View Comments & Reply...
a member tell me he found one and I think I should share it here ...
Arfooo Directory is the most powerful free and open source directory script in the world.
Developed with latest technologies : MVC architecture, PHP 5 (OOP), Javascript / Ajax (jQuery) and uses UTF8 encoding.
Download it, test it and adopt it as hundreds of webmasters worldwide.
free directory scripts !
license !
I found free themes for it here:
themes ! View Comments & Reply...
Example:
you have something like this code:
and you will translate Welcome and You have 1 new message!
<br><font size=2> Welcome {session.username}.
<!-- IF {session.newmessages} #=="1" -->
You have 1 new message!
instead of words you must insert new lang strings code instead of:
( Welcome, You have 1 new message! )
<br><font size=2> {lang:"custom","total_welcome"} {session.username}.
<!-- IF {session.newmessages} #=="1" -->
{lang:"custom","total_newmessages"}
open your lang.custom.php (/includes/languages/)
now you can make new lang strings so you can translate it.
"total_welcome" =>
"welcome",
"total_newmessages" =>
"newmessages",
translate the word welcome and newmessages.
( and you must do this for all your languages !
I have total_ in this example but of course you can change the name to you own ;) View Comments & Reply...
How we can insert a Youtube video into this site.
Instead of answering the question only for him.
I will tell you about it too. Perhaps there is someone else who needs it.
Example:
in you webbrowser you can see this code:
http://www.youtube.com/watch?v=1usGCnVqIqA
copy the code after the last = insert it between the tags
[youtube]1usGCnVqIqA[/youtube]
and now you can see the youtube movie here :)
View Comments & Reply...
I think some of us allready use stats on our sites and some not.
and some people don´t know how to do ...
Maybee you have more stats code.
Please comments it here ... so we can have a better stats code on our sites.
Now I will explain how to do: (the code is ...)
total members:
online members:
example for 2.5.3:
insert the code in your header.tpl or homepage.tpl
find this code:
<div id="sidebar">
{polls:polls="",limit="1"}
...the stats code here ...
here is how I did it on my site (2.5.3)
<div id="sidebar_wrap">
<div id="sidebar">
<br>total members:
{stats:count="members",online="0",cache_time=1,cache_name="totalmembers"}
<br>online members:
{stats:count="members",online="1",cache_time=1,cache_name="totalonline"}
{polls:polls="",limit="1"}
<div class="banner_sidebar">
{banners:group="sidebar"}
but on 2.5.5 it is little different
you must insert the code in sidebar.tpl
find {polls:polls=""} in the bottom of the page.
and the code will be like this:
{polls:polls=""}
<br>total members:
{stats:count="members",online="0",cache_time=1,cache_name="totalmembers"}
<br>online members:
{stats:count="members",online="1",cache_time=1,cache_name="totalonline"}
<div class="banner">{banners:group="sidebar"}</div>
I use tags <br> so it will be like this:
total members
total online
if you don´t ... it should be like this:
total members total online
some templates has sidebar in header.tpl some in homepage.tpl
and the newer versions of vldpersonals have it in sidebar.tpl
so we can do it in different way but only ask and I try to explain how !
I had try the code in both 2.5.3 and 2.5.5 and know it´s working !
I had try to get man/woman stats to working but no success with it. View Comments & Reply...
eLitius is a Free Affiliate Management Software
Please comments and tell that you think about it. View Comments & Reply...





Latest Comments
vldP Facebook Template
3 days ago
Wall of Love Mod (helps members find love)
3 days ago
SALE Datingscript +luvpoint temp $130 ONLY.
5 days ago