| Re: Adding links to the Footer Page |
| by tripmon on 2005/3/28 2:22:03 You are most welcome...Thanks for saying thanks, you would be suprised how many people don't! A: to your Q:==> Admin->Preferences->Meta tags and footer Quote: <a href="http://ACTTUAL_LINK_HERE.com">TEXT YOU WANT TO APPEAR HERE</a> T |
| Re: Adding links to the Footer Page |
| by davidtillyer on 2005/3/25 1:20:27 That worked GREAT, THANK YOU !!!! The way you laid it out made it very easy for a newbe like be to follow. THANK YOU for your king help. BUT !!!! I have a follow on question ? Q: How to I add links to the footer like T&C's so when thay are clicked on it takes you to that page? David |
| Re: Adding links to the Footer Page |
| by tripmon on 2005/3/24 17:58:38 Hey David, 1) open the theme file you are using in an editor 2) Scroll down to the bottom and find the img tag that is calling the missing graphic. 3) Insert <{$xoops_footer}> in place of the img tag 4) save the file 5) go to (Admin->Preferences->general settings) and set: Update module template .html files from themes/your theme/templates directory? to YES, and submit 6)goto (Admin->Preferences->Meta tags and footer) put what you want in the footer, and submit. 7)make sure it looks right. 8) go to (Admin->Preferences->general settings) and set: Update module template .html files from themes/your theme/templates directory? to NO, and submit ALL DONE GL |
| Re: Adding links to the Footer Page |
| by davidtillyer on 2005/3/24 17:08:23 Hi, I'm Now very confussed !!!!!! I have deleted all the files out of the template_c directory and Refreshed the page. But still I'm left with a missing GIF image. Can someone please walk me through this as I have tryed all surggested and I can not get it to work. David |
| Re: Adding links to the Footer Page |
| by beagle on 2005/3/24 14:23:11 Quote:
That worked. Thanks for the help. davidtillyer - I'm still a beginner, but I added: <{$xoops_footer}> to the footer in the theme.html code. Then changed the content in the admin area. Then deleted all the files out of the template_c directory (like ackbarr said to do) Refreshed the page, and the content that I entered in the admin area appeared in the place where I put the <{$xoops_footer}> tag. Hope this makes sense. |