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 - doug68

Pages: [1] 2
1
General Support / How do I Convert PDF file to Webpage
« on: May 07, 2010, 02:03:00 am »


Hi was wondering if it is possible with smf to convert a pdf file to a webpage as I would like to have this pdf as a link in a topic that opens into a webpage. Here is a pdf doc yet would like http://www etc in front. Is this possible ?

"C:\Documents and Settings\Doug\Desktop\Ebooks\ChoosingAlternativeFuel.pdf"

2
Great, Thankyou  ;)

3
Hi would like to know how do I create a link eg Click Here which goes to a webpage instead of have to have the whole url displayed. thankyou

4
I had a free forum that for some reason had problems so I developed a new free forum, so what I would like to do is to get rid of the first forum all together (terminate) then change the web address on my new forum to the address that was on the first forum . Is this possible ? thanks

5
Ok thankyou, will check it out  :)

6

In my admin I have a message highlighting that: (You're using an outdated version of SMF, which contains some bugs which have since been fixed. It is recommended that you update your forum to the latest version as soon as possible. It only takes a minute!)

Yet when I click on update your forum I get a message:

An Error Has Occurred!
You cannot download or install new packages because the Packages directory or one of the files in it are not writable!

Any advice please !


7
I thought it seemed suspicious fortunately I had not click on the link.....Thankyou

8
I received a email from smf support as listed below, yet when I go to site http://antivir-labs.com/doug68 as recommended it states that it is a reported attack page. Is this some hoax and if not how can I fix this and what site is this virus....on my computer or is it on either one of my forums I have....hmmmm any advice thankyou ?



Dear, doug68!

A virus alert was noticed on your computer.
We highly recommend you to check your computer and perform online virus check at our site immediately: http://antivir-labs.com/doug68
----------------------------------------------------
Sincerely, Forum Administration www.smfsupport.com.

9
General Support / Re: Having trouble posting a banner in Logo image URL
« on: February 04, 2010, 01:56:07 am »
You need to put that in your header .

Thankyou very much it works perfectly  ;D

10
General Support / Having trouble posting a banner in Logo image URL
« on: February 04, 2010, 12:27:02 am »
Hi I have created a interactive banner for my site as following:

<script src="http://h1.flashvortex.com/display.php?id=3_1265263424_848_415_0_800_90_9_107" type="text/javascript"></script>

yet when I place this under Current theme in (logo image url) on my site it does not come up and all I see is a text where the banner should be as: " style="margin: 4px;" alt="Discount Club Card" />   

Wondering if there is something missing which it not showing the whole banner.

Thankyou

11
Use this tool here, i have used it before for editing gif's works a treat

Gif Resizer

Thankyou very much for that, very helpful : )

12
Here is the code I have been given, wondering if there is a code in this which relates to size and if it can be made smaller. thankyou


<script type='text/javascript'>
/*
Change Any Image On Page
Created by iFusion
*/
var img_b = new Array();

img_b[img_b.length++] = [ "http://images.smfboards.com/Themes2/default/images/on2.gif" , "http://www.louguzzi.com/beta/images/LogoGoldDollarSignRotating.gif" ]
img_b[img_b.length++] = [ "http://" , "http://" ]

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.src == img_b[j][0]){
     all_images.src = img_b[j][1];
}}}
</script>



13
General Support / Re: Cannot seem Customize images under Manage styles
« on: February 02, 2010, 06:27:33 pm »
Some of those images don't change the way they are supposed to.

You might have to use the image swapper code.

Swap Images Generator and Guide
       


I will look at this thanks yet had tried it before without success it comes up with this large encoding which I do not think would fit into custom image box, then it mentions to place this in the header and footer a little confusing. Will take another look at this...thanks

14
General Support / Re: Cannot seem Customize images under Manage styles
« on: February 02, 2010, 06:23:58 pm »
Also what images were you trying to change?

I would like to change the box symbols beside the categories if possible...the pyramid shape ones with the line across them which come standard with the forum.

15
General Support / Cannot seem Customize images under Manage styles
« on: February 02, 2010, 02:09:52 am »
Hi have tried to put a new image link to replace existing images in Customize images under Manage styles, yet does not seem to work even if the new image link has replaced the existing image link...the same image is still there. Any advice would be appreciated.

Pages: [1] 2