31
smfuser
Re: Change footer for default theme
  • 2006/8/21 15:51

  • smfuser

  • Not too shy to talk

  • Posts: 103

  • Since: 2006/6/24


Hiya xltran :) I can't remember where I read on here about how to do it, but this is what I did to change my footer, as I've recently installed XOOPS 2.0.14 and am using it as well on My Site

I'll do this in very basic step-by-step terms from the start, for the benefit of others wondering how to do the same thing.

.....................................
A Tip for when modifying files: (Always make sure you've got an original copy of the file you're working on before you start, in case something goes wrong, then you can always fix it)

1. It's best to turn the site off first (you'll see why in a minute). Go into your System Admin area, then into 'Preferences' then 'General Settings'... then scroll down and turn your site off and Submit that change.

2. Now that your site is turned off, go back into the General Settings area again. Scroll down to where it says "Default theme" and make sure 'default' is selected in that dropdown box.

3. Look just below that where it says "Check templates for modifications?" and check 'Yes'.
(It says under that heading there that this option must be set to 'off' on a production site, so that's why I turned the site off first. You will need to go back again and set this to 'No' once you're finished).
This step is because when modifying the theme.html for your Default Theme (or any other theme), you need to make the system recognise those changes to that template.

4. Then go down a couple more lines to where it says "Default template set" and make sure 'default' is selected in that dropdown box as well.

5. Now go down and Submit those changes.

6. Now to change the theme.html (make sure you've got an original copy of the file you're working on)
Open the source code for 'theme.html' in your Default Theme and go right to the bottom of it....

replace this Table..
<table cellspacing="0">
    <
tr id="footerbar">
      <
td><a href="https://xoops.org/" target="_blank"><img src="<{$xoops_imageurl}>poweredby.gif" alt="" /></a></td>
    </
tr>
  </
table>


with this Table...
<table cellspacing="0">
    <
tr id="footerbar">
      <
td height="23" valign="middle"><{$xoops_footer}></td>
    </
tr>
  </
table>

* you can change the '23' to whatever height you want.

...now save the changes.

7. If you want to set the CSS for your footer now, open your Default Theme's 'style.css' and search for tr#footerbar to set alignment, colour, size etc, and save them changes.

8. Now you can upload the 'theme.html' file to your site, to whichever theme folder you're working on, as well as the style.css if you made any changes to that.

9. Now go back to your site, and refresh the page and the changes to your default theme's 'theme.html' would have been recompiled by the sytem and the changes should now be visible. You should have your own custom Footer text there instead of the default image.

10. Once you're satisfied with your changes, you'll need to go back into your System Admin area, into 'Preferences' then 'General Settings' and where it says "Check templates for modifications?", check 'No' and Submit that change.

11. Go back into your General Settings again and turn your site back 'On' and submit changes, and you should be set :)
.....................................

I know it seems like a lot of steps, but that's only because it's all typed out but it all only takes a few minutes.

If anyone notices that I've missed a step or there is something that does not need to be done, please post with the correction :)

I hope that helps ya out xltran and anyone else who was after the same thing :)
I used to be Indecisive ... but now I'm not so sure



32
smfuser
Re: My first XOOPS theme and site.. :)
  • 2006/8/20 18:16

  • smfuser

  • Not too shy to talk

  • Posts: 103

  • Since: 2006/6/24


I like the content boxes too, well done :) I love the domain name as well hehe :) keep up the good work.
I used to be Indecisive ... but now I'm not so sure



33
smfuser
Re: Beginner site - up in 3 days
  • 2006/8/20 17:32

  • smfuser

  • Not too shy to talk

  • Posts: 103

  • Since: 2006/6/24


Nice site, well done :) looks spacious too and great content as well :) keep up the good work :)
I used to be Indecisive ... but now I'm not so sure



34
smfuser
Re: Website Vanished gone dissappeared poof! lost HELP!
  • 2006/6/27 9:48

  • smfuser

  • Not too shy to talk

  • Posts: 103

  • Since: 2006/6/24


Hi - I found the cause of my Blank all-white home page (I hope)

I had same problem just before when i logged back in to a site i'm building...... after i logged in as admin, i had nothing but a blank white page on the Home Page. I checked the Source code of the home pages index.php and it was the same as the post someone made in first page of this thread......... it was all HTML code with no BODY to it.

I could access the Control Panel Home in Admin section, so after I read on 1st page of this topic to turn the PHP Debug mode ON and read what error message came up on the Home page, i noticed that it only had one error and referred to a file that belongs to the last Module that i installed which was eXtCal Version 2.0, for XOOPS version 2.0.13.1, but I have XOOPS version 2.0.13.2

Here is the eXtCal version im' referring to

After seeing the Debug error message referring to eXtCal, I remembered that when I was last on the site i tried to add an event to the calendar but i got the IE Error where is asks to send a report and then closes all instances of IE. So i went back into Modules Admin again and made the eXtCal 'inactive' , then turned the PHP Debug off, and then tried the home page again and all is fine :).

Anyone have any idea what would have caused this ? I have XOOPS Version 2.0.13.2 installed, and before downloading and installing that eXtCal version, i read that someone else had same XOOPS version as me, and it was working fine. Though someone did mention that they had their IE shut down like mine upon entering an event. I'm still lost as to what could cause this .... and if it is actually the eXtCal that caused it. Anyone know if that could be it ? or if there could be some other problem happening? it's first time I've noticed it. I really like the eXtCal module, so I hope there is a way to fix it, or hoping that it's some other HACK i can maybe do to stop this blank page error happening again.

Anyway thanks in advance and I thought i'd post about this in case someone else has same prob and has that version of eXtCal installed with XOOPS version 2.0.13.2... if so.. try making eXtCal inactive before anything else. :)
I used to be Indecisive ... but now I'm not so sure



35
smfuser
Poll Question: Can you make two different polls appear on seperate pages, 1 poll each page?
  • 2006/6/25 18:49

  • smfuser

  • Not too shy to talk

  • Posts: 103

  • Since: 2006/6/24


Hiyas :)

I'm wondering if in XOOPS Version 2.0.13.2 , can you create two different polls and have them both appear on different pages but only 1 poll on each page?

Example of what I need to do is.....
Poll A appearing on the Home Page (Top Page) only.
Poll B appearing on the Sections Page only.


So far as I can see, I can only make both Poll A and Poll B appear on both the Home Page and the Sections Page giving me the same polls on both pages, but I only want one different poll on each of them.

I am sorry if i'm confusing. I know that in Joomla you can set Poll A to appear on one page only, and set Poll B to only appear on a different page.. am hoping you can do this on XOOPS too, coz I really like the functionality so far :)

Thank you in advance
I used to be Indecisive ... but now I'm not so sure



36
smfuser
Re: Can XOOPS be installed as a front end for an Existing SMF forum?
  • 2006/6/24 14:01

  • smfuser

  • Not too shy to talk

  • Posts: 103

  • Since: 2006/6/24


Thanks for that, I was reading that post but can't find the attached XOOPS - SMF bridge he mentioned.

has it been removed for further development?

thanks again, i'll check back another time, the SMF i use on the site i want to put XOOPS on is using a version of SMF other than the one the bridge mentions ya should use.

anyway thanks again :)
I used to be Indecisive ... but now I'm not so sure



37
smfuser
Can XOOPS be installed as a front end for an Existing SMF forum?
  • 2006/6/24 13:40

  • smfuser

  • Not too shy to talk

  • Posts: 103

  • Since: 2006/6/24


Hiyas,

I'm basically new to XOOPS, but i've setup a test site more or less and played around with some themes and modules etc....

My question is ... is it possible to install XOOPS onto the same database as an exisiting SMF Forum?
Basically I'm wanting to have it so that XOOPS is set up the same as MKPortal, as a front end for my SMF forum.

I don't really want the SMF forum to open within the XOOPS template, i only need it set up so that if people register/login on the SMF forum via the forum's register/login form, then I want XOOPS to recognise this and show them as a member within XOOPS and show if they are logged in or not, and vice versa if someone registered from the XOOPS systems register or login form, then i want the SMF forum to recognise them and show them online etc.. sorry if i confusing people.

Can XOOPS be installed like this ?

Thank you in advance :)
I used to be Indecisive ... but now I'm not so sure




TopTop
« 1 2 3 (4)



Login

Who's Online

184 user(s) are online (107 user(s) are browsing Support Forums)


Members: 0


Guests: 184


more...

Donat-O-Meter

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

Latest GitHub Commits