Db title a link

Somebody asking me, might shared it. For newbies only.

 

1.) Go to 

 

http://Yoursite.com/administration/pageBuilder.php?Page=index 

 

Look for a lang key

 

Sample home page Blogs click the block and youll see something like this "_bx_blog_Blogs" 

and edit to personalized key "_bx_blog_BlogsMe" put Me or what ever you like after:

 

 

2.) Go to 

 

http://Yoursite.com/administration/lang_file.php 

 

Add the lang key. 

 

Key name:  _bx_blog_BlogsMe 

 

 

 

String text for English language:

 

<html>

<head>

<style type="text/css">

a:link    {color:white;}

a:visited {color:white;}

a:hover   {color:white;}

a:active  {color:white;}

</style>

</head>

<body>

<a href="/blogs/home/">Blogs</a></p>

 

</body>

</html>

 

 

 

 

In Addition you can also put image as a link instead of text you can assign width and height to fit your temp sample:

 

Add this instead.

 

String text for English language:

 

 

<a href="/blogs/home/">

<img src="yourblogimage.png" alt="dbtitleimage" width="32" height="32" />

</a></p>

 

Also put the the image in your root or in a folder and specify it in <img src=.

 

 

*Now you can do the rest. Pretty easy enjoy :)

 

 

dbtitle

Quote · 26 May 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.