1
psaxtiri
Links at the bottom of my page as XOOPS
  • 2007/6/22 13:52

  • psaxtiri

  • Not too shy to talk

  • Posts: 185

  • Since: 2007/6/17


I want to put 3 links at the bottom of my webpage exactly like at the site of XOOPS here and to open at the main page of my site.
1) Terms of use
2) Privacy policy
3) “Advertise to us” link

Which file do I have to add code, what code and how to put my own text of terms of use for example?

Thank u very much.
Greece.
Xoops 2.0.18.12

2
tom
Re: Links at the bottom of my page as XOOPS
  • 2007/6/22 14:17

  • tom

  • Friend of XOOPS

  • Posts: 1359

  • Since: 2002/9/21


You could either stick it in a block, or edit the theme.html file found in your themes folder.

the html code used can be:

<a href='http://www.website.com'>Title of link</a>


Or if your using a block you can use BBCode.

Hope this is of some help.
Kind Regards.
Tom

http://bassmanthemes.com
http://www.xoopslance.com

3
psaxtiri
Re: Links at the bottom of my page as XOOPS
  • 2007/6/22 14:38

  • psaxtiri

  • Not too shy to talk

  • Posts: 185

  • Since: 2007/6/17


Hello Tom.


I prefer to do that by editing the theme.html

The prob is i don't know where to put what!

Thanks for your answer.
Greece.
Xoops 2.0.18.12

4
tom
Re: Links at the bottom of my page as XOOPS
  • 2007/6/22 14:41

  • tom

  • Friend of XOOPS

  • Posts: 1359

  • Since: 2002/9/21


What theme is it?

If I have it on my system, I look at the layout.

It's pretty easy to do, perhaps something like a html educational site could help you:

http://www.w3schools.com/

There are other sites out there, but this is a good start.

If your really stuck let me know
Kind Regards.
Tom

http://bassmanthemes.com
http://www.xoopslance.com

5
BlueStocking
Re: Links at the bottom of my page as XOOPS

It appears to me you want to change the footer.

I have a test site setup for the purpose of helping to lead people through questions like this.

http://www.xoops.net.br/

you may enter the site with full access with guest and letmein as password if you need to get to areas not normally available to see and test the results of what you are about to preform on your own site before plunging in.

This link will take you directly there.

http://upnrunnin.hypermart.net/xoops02/modules/system/admin.php?fct=preferences&op=show&confcat_id=3

Footer: current code.
Powered by XOOPS 2.0 © 2001-2007 <a href="https://xoops.org/" target="_blank">The XOOPS Project</a>

You would adjust this code to make your own links.
follow the format to make your link as shown by The XOOPS Project link.

This link MAY NOT be the one needed and the information I GAVE MAY NOT be correct. Anyone who has the theme information needed is invited to enter and publish the link that clearly demostrates what is needed to accomplish her/his solution.

After testing please try to leave it as it was originally.
Mistakes are forgiven ... so don't let it worry you if you boo boo.

@Tom.
I am interested too Tom, so would you mind providing the necessary link using the example above. I know where it is in the footer, but I don't know how or where to find it in the theme html. (with my setup)

@psaxtiri
Good luck and let me know if this is what you needed.
Thanks
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG

6
tom
Re: Links at the bottom of my page as XOOPS
  • 2007/6/22 15:56

  • tom

  • Friend of XOOPS

  • Posts: 1359

  • Since: 2002/9/21


Yes that may work, but this depends on the theme he's using and if the theme designer has used the <{$xoops_footer}> tag.

If the designer has not, then it will need to be manually done, and your way would have absolutely no affect.

This is why I asked what theme he was using, in order to better advise further.
Kind Regards.
Tom

http://bassmanthemes.com
http://www.xoopslance.com

7
tom
Re: Links at the bottom of my page as XOOPS
  • 2007/6/22 16:00

  • tom

  • Friend of XOOPS

  • Posts: 1359

  • Since: 2002/9/21


Sorry I missed the bit directed to me.

Ok the admin area for the footer information is dependant on the theme being used containing the <{$xoops_footer}> code.

It is the <{$xoops_footer}> that instructs the theme to pull the footer information from the database.

In a lot of occasions, theme designers tend not to use the X default footer, and opt for their own which if the user does not edit will maintain credit and a back link.

I can't tell you specifically where this information is in a theme, without first looking at the code, as designers have their own styles of coding.
Kind Regards.
Tom

http://bassmanthemes.com
http://www.xoopslance.com

8
BlueStocking
Re: Links at the bottom of my page as XOOPS

Resized Image

I think this is why I couldn't get to the information for the correct answer.

As I have previously asked and haven't resolved yet. 4) I do not have this theme automatically available as a possible default theme (not having cloned it) The procudure for doing this does not come naturally and needs to be clearly explained. I would appreciate help to get any theme I have, default selectable.


Thanks
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG

9
JMorris
Re: Links at the bottom of my page as XOOPS
  • 2007/6/22 16:23

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


You're confusing themes with templates. Please see XOOPS for Dummies.
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

10
BlueStocking
Re: Links at the bottom of my page as XOOPS

RE: by JMorris on 2007/6/22 11:23:57 - You're confusing themes with templates. Please see XOOPS for Dummies.
________________________

The procedure is simple.

Admin - templates -
select default and clone
http://upnrunnin.hypermart.net/xoops02/modules/system/admin.php?fct=tplsets


name the clone (in this case) mwr_global
copy the mwr_global_theme_folder_ files into the cloned folder.

you end up with...

Resized Image

Much ado about nothing.
The answer was simple to those who know xoops.
Had I known XOOPS I wouldn't have had to ask the question.

That is the reason I set up thehttp://xoops-end-user.com/
We have issues trying to get questions answered without a run-around.

IT took a thousand words to answer what could have been resolved in a few sentences.
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG

Login

Who's Online

169 user(s) are online (89 user(s) are browsing Support Forums)


Members: 0


Guests: 169


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits