1
Siindre
Prublems With Smilyes!!
  • 2006/12/9 18:56

  • Siindre

  • Just popping in

  • Posts: 32

  • Since: 2006/12/7


Hi, i get all smiles when i have the template default on, but when i change to a downloaded template, i can't use all smiles anymore, shoutbox smiles is get error


Pleashelp me

2
Siindre
Re: Prublems With Smilyes!!
  • 2006/12/9 19:25

  • Siindre

  • Just popping in

  • Posts: 32

  • Since: 2006/12/7


Some one here ?????

3
jensclas
Re: Prublems With Smilyes!!

Please be patient - you will need to wait until someone with experience in smileys and themes can answer your question.

4
Siindre
Re: Prublems With Smilyes!!
  • 2006/12/9 20:23

  • Siindre

  • Just popping in

  • Posts: 32

  • Since: 2006/12/7


ok, thanks jensclas, if ypu have skills with phpbb board and how to instal it so it will works, take contact;)

I gonna looka at this forum to i now it ;)

5
Siindre
Re: Prublems With Smilyes!!
  • 2006/12/9 23:58

  • Siindre

  • Just popping in

  • Posts: 32

  • Since: 2006/12/7


hmmm.. how long time can it takes???

I have truble with my chat too :S

see here.. :http://sindree.hotserv.dk/xoops-2.0.16/htdocs/modules/xoopschat/


6
msdana
Re: Prublems With Smilyes!!
  • 2006/12/10 0:22

  • msdana

  • Just can't stay away

  • Posts: 817

  • Since: 2005/12/11


Do you have <{$xoops_module_header}> in your theme.html?

See this FAQ for more information.

HTH
[size=x-small]If God is watching us, the least we can do is be entertaining.[/size]
Graphic Worx : Xoops Themes

7
Siindre
Re: Prublems With Smilyes!!
  • 2006/12/10 0:44

  • Siindre

  • Just popping in

  • Posts: 32

  • Since: 2006/12/7


sorry, i a not good in html, i cant see where it should be ??

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<head>
<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<meta name="robots" content="<{$xoops_meta_robots}>" />
<meta name="keywords" content="<{$xoops_meta_keywords}>" />
<meta name="description" content="<{$xoops_meta_description}>" />
<meta name="rating" content="<{$xoops_meta_rating}>" />
<meta name="author" content="<{$xoops_meta_author}>" />
<meta name="copyright" content="<{$xoops_meta_copyright}>" />
<meta name="generator" content="XOOPS" />
<title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<script type="text/javascript" language="javascript">
<!--
<{$xoops_js}>
//-->
</script>
</head>
<body>
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="container">
<tr>
<td>
<table>
<tr>
<td>
<img src="<{$xoops_imageurl}>btlogo.jpg"/>
</td>
</tr>
</table>
<table class="body_table" align="center">
<tr>
<td id="leftcolumn">
<!-- Start left blocks loop -->
<{foreach item=block from=$xoops_lblocks}>
<{include file="clan_dark/theme_blockleft.html"}>
<{/foreach}>
<!-- End left blocks loop -->
<!-- Start right blocks loop -->
<{foreach item=block from=$xoops_rblocks}>
<{include file="clan_dark/theme_blockright.html"}>
<{/foreach}>
<!-- End right blocks loop -->
</td>
<td id="centercolumn">
<div id="content"><{$xoops_contents}></div>
<!-- Display center blocks if any -->
<{if $xoops_showcblock == 1}>
<table cellspacing="0">
<tr>
<td id="centerCcolumn" colspan="2">

<!-- Start center-center blocks loop -->
<{foreach item=block from=$xoops_ccblocks}>
<{include file="clan_dark/theme_blockcenter_c.html"}>
<{/foreach}>
<!-- End center-center blocks loop -->

</td>
</tr>
<tr>
<td id="centerLcolumn">

<!-- Start center-left blocks loop -->
<{foreach item=block from=$xoops_clblocks}>
<{include file="clan_dark/theme_blockcenter_l.html"}>
<{/foreach}>
<!-- End center-left blocks loop -->
</td>
<td id="centerRcolumn">

<!-- Start center-right blocks loop -->
<{foreach item=block from=$xoops_crblocks}>
<{include file="clan_dark/theme_blockcenter_r.html"}>
<{/foreach}>
<!-- End center-right blocks loop -->
</td>
</tr>
</table>
<{/if}>
<!-- End display center blocks -->

</td>
</tr>

</table><div id="footer" align="center"><{$xoops_footer}></div>
</td>
</tr>
</table></div>
</body>
</html>







This is my theme.html where should i put it in ???

8
msdana
Re: Prublems With Smilyes!!
  • 2006/12/10 1:00

  • msdana

  • Just can't stay away

  • Posts: 817

  • Since: 2005/12/11


The FAQ that I referred to will show you where to put the code.

Example: Put this code:
Quote:
<!-- RMV: added module header -->
<{$xoops_module_header}>


After this code in your theme.html

Quote:
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />


As long as it is between <head> </head> of your theme, it should be fine.
[size=x-small]If God is watching us, the least we can do is be entertaining.[/size]
Graphic Worx : Xoops Themes

9
Siindre
Re: Prublems With Smilyes!!
  • 2006/12/10 1:02

  • Siindre

  • Just popping in

  • Posts: 32

  • Since: 2006/12/7


Done!.

But still i get some errors!..

In the Chat and the shoutbox smily's .
They get errors.. :S??

try to use the shoutbox with a smily.. here

http://sindree.hotserv.dk/xoops-2.0.16/htdocs/



??

10
msdana
Re: Prublems With Smilyes!!
  • 2006/12/10 1:17

  • msdana

  • Just can't stay away

  • Posts: 817

  • Since: 2005/12/11


See this FAQ.
[size=x-small]If God is watching us, the least we can do is be entertaining.[/size]
Graphic Worx : Xoops Themes

Login

Who's Online

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


Members: 0


Guests: 185


more...

Donat-O-Meter

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

Latest GitHub Commits