31
Mithrandir
Re: problem with theme code

You are not using cache, are you?

Clearing the cache (APART FROM adminmenu.php) and templates_c folders and having the "update module templates from themes/yourtheme" setting on should do it, as the code is pulled from templates_c if existing and if not (or the "update module..." setting is on), then from the themes/yourtheme folder

Another thing could be browser cache?

32
bluenova
Re: problem with theme code

I'm not using cache, and I have tried clearing my local browser cache, could you look and tell me if you get the same thing in the code?

http://www.hytherotary.co.uk

many thanks

33
Mithrandir
Re: problem with theme code

The footer is like this:
<table cellspacing="0">
    <
tr id="footerbar">
      <
td><a href="https://xoops.org/" target="_blank"><img src="" alt="" /></a></td>
    </
tr>
  </
table>

34
bluenova
Re: problem with theme code

Yea, and I've just try'd deleting template_c content again and the recreated default^theme.html file looks like this:

<table cellspacing="0">
<tr id="footerbar">
<td><a href="https://xoops.org/" target="_blank"><img alt="The XOOPS Project" src="{X_SITEURL}/images/poweredby.gif" /></a></td>
</tr>
</table>

Which is correct

35
bluenova
Re: problem with theme code

but the source code in the browser, is still the same with the missing image src

36
bluenova
Re: problem with theme code

**bump**

37
tjnemez
Re: problem with theme code
  • 2004/5/21 19:13

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


hey bluenova,

the code i provided is cool, recall that i uploded and displpayed on my site yesterday. it worked fine.

38
tjnemez
Re: problem with theme code
  • 2004/5/21 19:25

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


This is code provided in default theme. Should work.

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

39
bluenova
Re: problem with theme code

Hi tjnemez,

When I look at the code in theme.html and in templates_c default^theme.html, its all there as it should be, same as your code, but when you view the site its not there

40
bluenova
Re: problem with theme code

I think it must be sumthing in the database, is it possible for me to drop the database (or certain tables) and run the install again to recreate the tables? I'm not worried about losing user content as there is not a lot there yet, but I don't want to have to re-setup all the mods and preferences.

Login

Who's Online

158 user(s) are online (82 user(s) are browsing Support Forums)


Members: 0


Guests: 158


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