*

Recent

Author Topic: Regarding Section of Tell a friend  (Read 5012 times)

kpranjan1

  • Newbie
  • *
  • Posts: 7
  • Force: +0/-0
Regarding Section of Tell a friend
« on: May 25, 2009, 02:18:54 PM »
When we are telling to friend regarding a game and sending the email . The e-mail received by the Other side is not displaying the email-id of the sender ..

this shouldn't be happen as i think ?

What to do ?

As well one more favour i want

i would like to increse the site width . but i am not able to do so . As i read this forum , it was written that use girl game template , but where i will find girl game template ..?

Thanks in Advance

Regards,

kpranjan1

  • Newbie
  • *
  • Posts: 7
  • Force: +0/-0
Re: Regarding Section of Tell a friend
« Reply #1 on: May 25, 2009, 02:53:26 PM »
Hi,

When we are telling to friend regarding a game and sending the email . The e-mail received by the Other side is not displaying the email-id of the sender ..

this shouldn't be happen as i think ?

What to do ?

the above problem is solved for me , it was my fault actually..

But i need the favour for my this problem ...

i would like to increse the site width . but i am not able to do so . As i read this forum , it was written that use girl game template , but where i will find girl game template ..?

Thanks in Advance

Regards,


kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Re: Regarding Section of Tell a friend
« Reply #2 on: May 25, 2009, 04:50:30 PM »
The Tell a Friend is set up to ask what name the e-mail is from. This is done in case the person recieving it does not know the sender by their username on that site. It can be set to use the username if you like. However, it is also set up to use the site's own e-mail address instead of the sender's as a number of hosts are set up to not allow a PHP script to send an e-mail, UNLESS that e-mail address is already configured into the mail system. Rather than set up a system that some people could not use, we chose to set it up so that as many people as possible could, regardless of their hosting. If you need something else other than what is already in the script we need to know exactly what it is you need it to do. Use the senders log on name, their own e-mail address, or something else. And we might have to do it specific for your site, so we might need your log on info to even see if it's possible. A lot of times it is, some times it's not.

As for changing the site width, it's done in the file header.php in the template. Open it up and the first few lines should be

Code: [Select]

<html>
<head>
<meta name="keywords" content="flash games,free flash games,games,arcade games¸sonic,nintendo,online" />
<meta name="description" content="Take a break play some free games,facebook games" />
<link href="<?=$domain?>/templates/default/styles.css" rel="stylesheet" type="text/css">
<?php
include ("js/rating_update.php");

?>

</head>
<body>
<table width="900" border="0" align="center" class="maintable" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="<?=$domain?>/templates/default/images/banner.png" width="900"></img>


Change the table width="900" to whatever you need it to be.

The header is also 900 pixels wide and should be changed as well. You will want a new header anyways so as not to use the default template un altered. Remember to edit the header width in the script when you change the name of the new header's file name.



Then in the same file, down at the very bottom find

Code: [Select]

<td valign="top" width="660">


and add the same number of pixels to that width as you added to the 900 up top. If you make it 1000 wide at the top, then make it 760 at the bottom for example.

That help any?
« Last Edit: May 25, 2009, 04:53:55 PM by kurt »

kpranjan1

  • Newbie
  • *
  • Posts: 7
  • Force: +0/-0
Re: Regarding Section of Tell a friend
« Reply #3 on: May 27, 2009, 01:36:23 PM »
Thank a lot for help .. 

 as you suggested , i did and that is working now , but from where i can change the width of the leftside  menu and right side menu and place of ads ? can we see who are the users that are currently online ..

thanks and regards 

kurt

  • Developer
  • Hero Member
  • ******
  • Posts: 634
  • Force: +16/-1
Re: Regarding Section of Tell a friend
« Reply #4 on: May 28, 2009, 12:57:13 PM »
The width of the left and right side columns is set in the files header.php and footer.php in the templates folder. The right side is right at the very top of footer.php where it sets the width at 170 and the left side is in the header.php file about a third of the way down, also setting the width at 170.

If you change those widths, you will need to adjust the width of another column to compensate, or adjust the over all width of the site, and the header as well.

As for users who are online, I don't think the stats counter is working right. We have had other priorities to get done first, but that is something we intend to look into and see why it's not.