1
Roofer
templates
  • 2013/5/4 2:07

  • Roofer

  • Just popping in

  • Posts: 42

  • Since: 2006/7/22


how can i put my logo on it wan i put

<td id="headerlogo"><a href="<{xoAppUrl /}>" title="<{$xoops_sitename}>"><img src="roofstar_logo.png"


all i get is error

2
xoobaru
Re: templates
  • 2013/5/4 16:46

  • xoobaru

  • Just can't stay away

  • Posts: 494

  • Since: 2010/12/2


Quote:

how can i put my logo on it


What do you mean by "it"?

Is it

a custom block with html?

html code you are adding to your themes header?

or are you trying to swap an existing image (i.e. XOOPS logo) with your own?


After answering this, please copy back the error you are getting.



3
Roofer
Re: templates
  • 2013/5/4 18:00

  • Roofer

  • Just popping in

  • Posts: 42

  • Since: 2006/7/22


Edit theme templates to my logo.png for your logo.png
<td id="headerlogo"><a href="<{xoAppUrl /}>" title="<{$xoops_sitename}>"><img src="<{xoImgUrl xoops-logo.png}>"




tooooooooooooooooooooooooooooooo



<td id="headerlogo"><a href="<{xoAppUrl /}>" title="<{$xoops_sitename}>"><img src="<{xoImgUrl roofstar-logo.png}>"




gezzzzzzzzzzzzzzzzzzzzzzzzzzzzz

4
Roofer
Re: templates
  • 2013/5/6 4:28

  • Roofer

  • Just popping in

  • Posts: 42

  • Since: 2006/7/22


i trying to swap an existing image ( XOOPS logo) with your own?

5
Mamba
Re: templates
  • 2013/5/6 5:18

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


This is how I do:

I find the logo file where it is located, and then replace the file with the new logo, making sure that the dimensions are the same.

You need to clear cache to make sure that XOOPS doesn't load the old logo from cache, instead of the new logo.

Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

6
Roofer
Re: templates
  • 2013/5/12 2:28

  • Roofer

  • Just popping in

  • Posts: 42

  • Since: 2006/7/22


clear cache to make sure that XOOPS doesn't

i do not know how to clear cache

7
Mamba
Re: templates
  • 2013/5/12 3:46

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
i do not know how to clear cache

Page 49 of the XOOPS Operation Guide
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

8
Roofer
Re: templates
  • 2013/5/12 14:22

  • Roofer

  • Just popping in

  • Posts: 42

  • Since: 2006/7/22


i did this
Tables Structures Numbers of records
x29f_avatar 2 record(s)
x29f_avatar_user_link 2 record(s)
x29f_banner 3 record(s)
x29f_bannerclient 1 record(s)
x29f_bannerfinish 0 record(s)
x29f_block_module_link 23 record(s)
x29f_cache_model 0 record(s)
x29f_config 177 record(s)
x29f_configcategory 7 record(s)
x29f_configoption 108 record(s)
x29f_counter 27 record(s)
x29f_group_permission 182 record(s)
x29f_groups 3 record(s)
x29f_groups_users_link 4 record(s)
x29f_image 0 record(s)
x29f_imagebody 0 record(s)
x29f_imagecategory 0 record(s)
x29f_imgset 1 record(s)
x29f_imgset_tplset_link 1 record(s)
x29f_imgsetimg 0 record(s)
x29f_modules 7 record(s)
x29f_newblocks 23 record(s)
x29f_online 1 record(s)
x29f_priv_msgs 0 record(s)
x29f_profile_category 4 record(s)
x29f_profile_field 24 record(s)
x29f_profile_profile 15 record(s)
x29f_profile_regstep 2 record(s)
x29f_profile_visibility 96 record(s)
x29f_protector_access 3 record(s)
x29f_protector_log 3 record(s)
x29f_ranks 7 record(s)
x29f_session 1 record(s)
x29f_smiles 17 record(s)
x29f_stats_blockeddate 0 record(s)
x29f_stats_blockedhour 0 record(s)
x29f_stats_blockedmonth 0 record(s)
x29f_stats_blockedyear 0 record(s)
x29f_stats_date 365 record(s)
x29f_stats_hour 120 record(s)
x29f_stats_ip 65 record(s)
x29f_stats_month 12 record(s)
x29f_stats_refer 245 record(s)
x29f_stats_refer_blacklist 0 record(s)
x29f_stats_usercolor 5 record(s)
x29f_stats_userscreen 7 record(s)
x29f_stats_year 1 record(s)
x29f_tplfile 81 record(s)
x29f_tplset 1 record(s)
x29f_tplsource 81 record(s)
x29f_users 3 record(s)
x29f_xoopscomments 0 record(s)
x29f_xoopsfaq_categories 1 record(s)
x29f_xoopsfaq_contents 1 record(s)
x29f_xoopsnotifications 0 record(s)



and it did not put my logo.png where yours is

9
Roofer
Re: templates
  • 2013/5/12 14:33

  • Roofer

  • Just popping in

  • Posts: 42

  • Since: 2006/7/22


befor all i did is

<td id="headerlogo"><a href="<{xoAppUrl /}>" title="<{$xoops_sitename}>"><img src="<{xoImgUrl xoops-logo.png}>"




tooooooooooooooooooooooooooooooo



<td id="headerlogo"><a href="<{xoAppUrl /}>" title="<{$xoops_sitename}>"><img src="<{xoImgUrl roofstar-logo.png}>"


10
jlm69
Re: templates
  • 2013/5/12 15:22

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


In your first post you wrote this:

<td id="headerlogo"><a href="<{xoAppUrl /}>" title="<{$xoops_sitename}>"><img src="roofstar_logo.png"

in your last post you wrote this:

<td id="headerlogo"><a href="<{xoAppUrl /}>" title="<{$xoops_sitename}>"><img src="<{xoImgUrl roofstar-logo.png}>"


They are not the same, you are missing the smarty reference" <{xoImgUrl roofstar-logo.png}>" in your first post.

Not sure if that is your problem or just a typo in this forum but just something I noticed


John

Login

Who's Online

188 user(s) are online (121 user(s) are browsing Support Forums)


Members: 0


Guests: 188


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