Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Andrew

Pages: 1 2 [3] 4 5 6 ... 136
31
General Support / Re: Locked out after changing email
« on: October 18, 2012, 05:09:08 pm »
Admin > Members

There should be a tab if any members are awaiting activation.

32
General Support / Re: Locked out after changing email
« on: October 16, 2012, 11:30:59 pm »
What is their email provider? (Gmail, Hotmail, Yahoo)

Hotmail is known to have issues in the software. Otherwise recommend they also check their spam folder.

33
Oh yes, I'm aware of the difference between a listening radio and a selection radio.  :crazy2:

The images can be changed however I don't believe the colors can be. To change the images you will need to use the Swap Images Generator and Guide
       
Note that the generator itself to make a code for you will not work so you will have to do it manually with this code:
Code: [Select]
<script type='text/javascript'>
/*
Change Any Image On Page
Created by iFusion
*/
var img_b = new Array();

img_b[img_b.length++] = ["OLD IMAGE URL" , "NEW IMAGE URL"]

var all_images = document.getElementsByTagName('IMG');
for(i=0;i<all_images.length;i++){
for(j=0;j<img_b.length;j++){
   if(all_images[i].src == img_b[j][0]){
     all_images[i].src = img_b[j][1];
}}}
</script>

34
Checkbox and radio buttons where?

35
Code Requests / Re: New Affiliates Show
« on: October 12, 2012, 09:50:08 am »
Unfortunately, no.

36
Code Requests / Re: Email form Error
« on: October 11, 2012, 11:04:49 am »
What you want to do is use the mailto: action. Here's the code that should work:

Code: [Select]
<form action="mailto:MailAddress@domain.com" method="post">
<table border="0" width="450px">
<tbody>
<tr>
<td valign="top"><label for="first_name">First Name *</label></td>
<td valign="top"><input maxlength="50" name="first_name" size="30" type="text" /></td>
</tr>
<tr>
<td valign="top"><label for="last_name">Last Name *</label></td>
<td valign="top"><input maxlength="50" name="last_name" size="30" type="text" /></td>
</tr>
<tr>
<td valign="top"><label for="email">Email Address *</label></td>
<td valign="top"><input maxlength="80" name="email" size="30" type="text" /></td>
</tr>
<tr>
<td valign="top"><label for="telephone">Telephone Number</label></td>
<td valign="top"><input maxlength="30" name="telephone" size="30" type="text" /></td>
</tr>
<tr>
<td valign="top"><label for="comments">Comments *</label></td>
<td valign="top"><textarea cols="25" rows="6" name="comments"></textarea></td>
</tr>
<tr>
<td style="text-align:center" colspan="2"><input type="submit" value="Submit" /></td>
</tr>
</tbody>
</table>
</form>


37
Code Requests / Re: Email form Error
« on: October 10, 2012, 05:06:07 pm »
What happens when you try to use it? Are you using it in an HTML ezBlock?

38
General Support / Re: Visible Setting of Loging
« on: October 08, 2012, 05:13:10 pm »
Not possible. The login box must be on the main page and the forum.

39
Code Requests / Re: Hide web page Top item
« on: October 08, 2012, 05:12:19 pm »
That will hide the News tab, not the search box or news section.

40
Code Requests / Re: Hide web page Top item
« on: October 05, 2012, 09:47:06 am »
There aren't many coders around here anymore. Chance of this getting completed is rather low. :/

41
Code Requests / Re: Slideshow image Discription
« on: October 03, 2012, 09:51:09 am »
You may have to snoop around the web for some coding forums. There aren't many active coders around SMF For Free anymore (unfortunately)...

42
Code Requests / Re: Slideshow image Discription
« on: October 02, 2012, 08:47:22 pm »
With a code like that it would be almost impossible.

43
Code Requests / Re: New Affiliates Show
« on: October 02, 2012, 08:39:35 pm »

44
General Support / Re: Web Site Problam
« on: September 30, 2012, 01:10:56 pm »
Try going to Admin > Forum Maintenance and running all of the tasks there (find and repair any errors, recount all forum totals and statistics, etc.)

Although it seems right now all forums are being hit with a 503 Service Temporaruly Unavailable error.

45
General Support / Re: Error Maggage
« on: September 30, 2012, 01:08:02 pm »
Try clearing your browsers cache and then trying it again.

How to clear your browsers cache


Pages: 1 2 [3] 4 5 6 ... 136