Twitter & Donate Like vBTeam.

mojopanel

New Member
Here we go.

First add

Code:
#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 150px;
	width: 150px;
	background: url([color=Red]path/to/image.gif[/color]) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

#topright_twitter {
	position: absolute;
	right: 0;
	top: 170px;
	display: block;
	height: 100px;
	width: 100px;
	background: url([color=red]path/to/image.gif[/color]) no-repeat;
	text-indent: -999em;
	text-decoration: none;

Thanks the images. to what your donate & twitter images are.
(If you ask void. or who ever made the images i would say you could use them but please ask.)

The in header template. add
Code:
<a rel="nofollow" id="topright" href="[Your Donate URL Here]" title="Donate">Donate</a> 
<a id="topright_twitter" href="http://twitter.com/[color=red]Your Twitter Username Here[/color]" target="_blank" title="[Your Site Name Here] on Twitter">Follow [color=red]Your Site Name Here[/color] on Twitter</a>

under

Code:
<!-- /logo-->

I have not added this to my site i have not tested it i have only used "Live View" in dreamweaver. i am showing you how to add it on a basic wave.

Please say thanks.
 
Some more good pics.. :
(PS. - If they are too big, just make em smaller in paint or sth..)

twitter.png

twitter_logo.jpg

twitter_logo.jpg

twitter-logo-on-prwd.jpg

twitter-logoWEB506.jpg



And these are donate pictures...

DonateNowButton.gif

donate-Zak2-4w.jpg

donate-00.png


Anyways.. Enjoy :S
 
Pls help me, where I have to add the following code
#topright {
position: absolute;
right: 0;
top: 0;
display: block;
height: 150px;
width: 150px;
background: url(path/to/image.gif) no-repeat;
text-indent: -999em;
text-decoration: none;

reply Asap
 
Pls help me, where I have to add the following code
#topright {
position: absolute;
right: 0;
top: 0;
display: block;
height: 150px;
width: 150px;
background: url(path/to/image.gif) no-repeat;
text-indent: -999em;
text-decoration: none;

reply Asap
 
rockerz said:
Pls help me, where I have to add the following code


reply Asap
Go to Style Manager -> Select style which you want to Edit -> Click on Addition CSS -> & at the end, add the Code which you are requesting where to add
 
Add an .htaccess file in the admincp folder with this code inside:

PHP:
php_flag suhosin.cookie.encrypt Off
php_value suhosin.post.max_vars 5000
php_value suhosin.post.max_value_length 500000
php_value suhosin.request.max_vars 5000
php_value suhosin.request.max_value_length 500000
php_value suhosin.cookie.max_array_depth 500
php_value suhosin.post.max_array_depth 500

To unblock phpinfo(), do this: Create a file called php.ini in the admincp folder in the forum directory, add these lines to it:
PHP:
php_value suhosin.request.max_vars 2048
php_value suhosin.post.max_vars 2048
 
Back
Top