731
tl
Re: Header problem with theme
  • 2004/2/19 3:02

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Did you experience with some kind flash banner? Try replacing your banners.php file.



732
tl
Re: Change user id to username in array for Smarty
  • 2004/2/18 22:48

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


You would definitely need to do a joint-query on both obsclient_hd_ticketupdate and user table to pull out the username.

Good luck. It seems to be a nice of ticketing system you are developing.




733
tl
Re: Change user id to username in array for Smarty
  • 2004/2/18 21:51

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


No information on your obsclient_hd_ticketupdate table structure. Likely you would have to do a joint-query on the user table to pull out the username.

BTW, "technically declined?" No, you are doing great.



734
tl
Re: redirect_header question and where to find info
  • 2004/2/18 21:28

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


There is no documentation on it. But if you are technically inclined, take a look at the file: include/functions.php. You will find all other XOOPS functions and goodies there.




735
tl
Re: Which version am I using?
  • 2004/2/18 21:10

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Download the header.php file and check to see if the following is still intact. The file versioning information could give you a clue as of what version you have.


<?php
// $Id: header.php,v 1.34 2003/09/28 01:06:44 okazu Exp $
// ------------------------------------------------------------------------ //
// XOOPS - PHP Content Management System //
// Copyright (c) 2000 XOOPS.org //
//
// --



736
tl
Re: Edit News Item - Template Problem?
  • 2004/2/18 1:25

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


your /modules/news/admin/index.php file might be corrupted. I would re-upload the file to see if the problem would go away.



737
tl
Re: Xoops feature!
  • 2004/2/18 1:13

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


It is a custom center block. You can create your own.



738
tl
Re: I've downloaded and moderated a theme, but I don't see any blocks
  • 2004/2/16 14:24

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


===================
<table cellspacing="0">
<tr>
<td id="leftcolumn" valign="top">
<!-- Start left blocks loop -->
<{foreach item=block from=$xoops_lblocks}>
<{include file="iaolsXP/theme_blockleft.html"}>
<{/foreach}>
<!-- End left blocks loop -->
=====================

edit your theme.html: change left block calling from

<{include file="iaolsXP/theme_blockleft.html"}>

TO
<{include file="Cool/theme_blockleft.html"}>

Do the same for all other blocks.

If you are modifying or renaming others' themes, make sure your theme is calling the right files.






739
tl
Re: user info page error
  • 2004/2/8 4:49

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Based on the result of your site search, mylinks and mydownloads are okay. iContent is giving out errors, so the search.inc.php under iContent may be the culprit.

I would check the search.inc.php file or download a new version. The newest version seems to be fine.

Back your database up if you were to re-install the module or any module.





740
tl
Re: user info page error
  • 2004/2/7 16:58

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Have you tried the solution suggested?

Code showing




TopTop
« 1 ... 71 72 73 (74) 75 76 77 78 »



Login

Who's Online

175 user(s) are online (112 user(s) are browsing Support Forums)


Members: 0


Guests: 175


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