91
kalamata
News2
  • 2005/5/29 22:56

  • kalamata

  • Not too shy to talk

  • Posts: 121

  • Since: 2005/3/3 1


Hi,

I am getting the following error when trying to display the Recent News block on my XOOPS homepage.

Warning [Xoops]: Smarty error: unable to read resource: "db:news2_block_new.html" in file class/smarty/Smarty.class.php line 1084

I checked the settings and Unix permissions and everything is fine.

Has anybody else experienced such problems? Any ideas of how to go about solving it?

Thanks,
George



92
kalamata
Re: Xfguestbook
  • 2005/5/20 17:32

  • kalamata

  • Not too shy to talk

  • Posts: 121

  • Since: 2005/3/3 1


Hi,

Thanks for your prompt reply. Are you referring to xfguestbook_index.htm page? Which </table> should I remove?

Thanks,
George



93
kalamata
Xfguestbook
  • 2005/5/20 16:31

  • kalamata

  • Not too shy to talk

  • Posts: 121

  • Since: 2005/3/3 1


Dear All,

I have a question regarding usage of the xfgusetbook module. I noticed that when you call sign.php - when you want to sign the guestbook - all your right blocks are gone. Is there any reason for that? Anything I can modify in the code to keep my right blocks from dissapearing?

Thanks,
George



94
kalamata
Tab Icon
  • 2005/5/18 16:54

  • kalamata

  • Not too shy to talk

  • Posts: 121

  • Since: 2005/3/3 1


Dear All,

I am using Slimbrowser (it is kind of the Netscape version of Internet Explorer) and I am having the following minor problem. The browser has the ability of displaying a small tab icon before the name of the site on each tab; on my site (www.sefl.org.uk/sefllogin.php) the small cross XOOPS icon comes up. I had a look at the theme's page and it looks like it is using the favicon.ico image with the shortcut rel_icon. I have changed it to my ico image but it does not doing anything.

Could somebody please advice me on what do I need to do?

I look forward to hearing from you soon.

Thanks in advance.

George



95
kalamata
Re: Calendar
  • 2005/5/10 13:42

  • kalamata

  • Not too shy to talk

  • Posts: 121

  • Since: 2005/3/3 1


Ok, but is it user customisable? Can the user enter personal events that only he can see after logging on to the site?



96
kalamata
Calendar
  • 2005/5/9 19:07

  • kalamata

  • Not too shy to talk

  • Posts: 121

  • Since: 2005/3/3 1


Dear All,

I had a look at the calendar modules on the XOOPS website but I am not sure any of these cover my ideas of a user customisable calendar. More specifically, I would like to:

- If the user is not registered, then he only sees events registered by the webmasters.
- If the user is registered, he sees events registered by the webmasters as well as events that the user himself registered.

Is any module available that does that?

Thanks,
George



97
kalamata
Re: Selecting which modules to include in the main menu block
  • 2005/5/7 23:31

  • kalamata

  • Not too shy to talk

  • Posts: 121

  • Since: 2005/3/3 1


Excellent advice, solved the problem. Many thanks.

George



98
kalamata
Re: Selecting which modules to include in the main menu block
  • 2005/5/7 22:20

  • kalamata

  • Not too shy to talk

  • Posts: 121

  • Since: 2005/3/3 1


It is the code of the template for generating the main menu. I want the modules to appear on the page, but not on that specific block. Could somebody please advice me why the smarty code I inserted (the if statement) is only getting printed without any other effect?

Thanks,
George



99
kalamata
Selecting which modules to include in the main menu block
  • 2005/5/7 22:10

  • kalamata

  • Not too shy to talk

  • Posts: 121

  • Since: 2005/3/3 1


Dear All,

I am having problems running an if statement on the number of modules installed to decide whether to include them in the Main Menu block or not. I have modified the template as follows:

<table cellspacing="0">
<tr>
<td id="mainmenu">
<a class="menuTop" href="<{$xoops_url}>/"><{$block.lang_home}></a>
<!-- start module menu loop -->
<{foreach item=module from=$block.modules}>
{if {$module.name} eq "Web Links"}
<a class="menuMain" href="<{$xoops_url}>/modules/<{$module.directory}>/"><{$module.name}></a>
<{foreach item=sublink from=$module.sublinks}>
<a class="menuSub" href="<{$sublink.url}>"><{$sublink.name}></a>
<{/foreach}>
<{/foreach}>
{/if}
<!-- end module menu loop -->
</td>
</tr>
</table>
</tr>
</table>,

the main change been the addition of {if {$module.name} eq "Web Links"}

This, as I look at it, will check the module's name and if it is equal to Web Links it will add it to the menu.

Also, would this logic be true if I want the opposite to happen?

{if ! {$module.name} eq "Web Links"}

However, nothing happens. Could someone please point me to where I am going wrong? I have experience in PHP programming, but am a Smarty newbie.

Thanks,
George



100
kalamata
Headlines - New
  • 2005/4/14 14:53

  • kalamata

  • Not too shy to talk

  • Posts: 121

  • Since: 2005/3/3 1


Hi All,

I think the problem is not with the feeds themselves but with the database, as the default character set is Latin and greek is not compiled.

My idea is that data is pulled from the database in Latin1 charset and then they are shown on a page that uses ISO-8859-1 character set. If I change the encoding everything is fine, but if I change the character set of the whole page to ISO-8859-7 or Windows-1253 (Greek character sets), these feeds only are messed up (the rest of the page is fine).

Any help will be greatly appreciated.

George




TopTop
« 1 ... 7 8 9 (10) 11 12 »



Login

Who's Online

196 user(s) are online (106 user(s) are browsing Support Forums)


Members: 0


Guests: 196


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