21
xuser
Re: xoops_userid issue
  • 2006/6/15 5:48

  • xuser

  • Just popping in

  • Posts: 73

  • Since: 2002/11/26


xoops redefines the smarty delimiter tag to "<{}>", not original "{}"
Xuser's site
http://xuser.org
http://theme.xoops.org.cn



22
xuser
Re: Xoops SQL Debug
  • 2006/6/13 17:48

  • xuser

  • Just popping in

  • Posts: 73

  • Since: 2002/11/26


Xuser's site
http://xuser.org
http://theme.xoops.org.cn



23
xuser
Re: Error page
  • 2006/6/8 2:37

  • xuser

  • Just popping in

  • Posts: 73

  • Since: 2002/11/26


/modules/system/templates/system_redirect.html
<div style="text-align:center; background-color: transparent; border-top: 0px solid #FFFFFF; border-left: 0px solid #FFFFFF; border-right: 0px solid #AAAAAA; border-bottom: 0px solid #AAAAAA; font-weight : bold;[color=990000]color:#000000[/color]">
  <
h4><{$message}></h4>
  <
p><{$lang_ifnotreload}></p>
</
div>
Xuser's site
http://xuser.org
http://theme.xoops.org.cn



24
xuser
Re: include specific block
  • 2006/6/7 17:19

  • xuser

  • Just popping in

  • Posts: 73

  • Since: 2002/11/26


why not add block in control panel?
Xuser's site
http://xuser.org
http://theme.xoops.org.cn



25
xuser
Re: Shifting Gears - Why I chose XOOPS
  • 2006/6/7 2:53

  • xuser

  • Just popping in

  • Posts: 73

  • Since: 2002/11/26


i like the style of 2.2's backend, its more fashionable :)
Xuser's site
http://xuser.org
http://theme.xoops.org.cn



26
xuser
Re: Google Analytics
  • 2006/6/6 17:06

  • xuser

  • Just popping in

  • Posts: 73

  • Since: 2002/11/26


add the code in theme.html, don't forget clear the cache and templates_c directory ,then refresh the page
Xuser's site
http://xuser.org
http://theme.xoops.org.cn



27
xuser
Re: include specific block
  • 2006/6/6 17:03

  • xuser

  • Just popping in

  • Posts: 73

  • Since: 2002/11/26


which version of xoops?
Xuser's site
http://xuser.org
http://theme.xoops.org.cn



28
xuser
Re: Two questions?
  • 2006/6/4 16:02

  • xuser

  • Just popping in

  • Posts: 73

  • Since: 2002/11/26


1 the source of XoopsFormRadioYN

Quote:

class XoopsFormRadioYN extends XoopsFormRadio
{
/**
* Constructor
*
* @param string $caption
* @param string $name
* @param string $value Pre-selected value, can be "0" (No) or "1" (Yes)
* @param string $yes String for "Yes"
* @param string $no String for "No"
*/
function XoopsFormRadioYN($caption, $name, $value=null, $yes=_YES, $no=_NO, $id="")
{
$this->XoopsFormRadio($caption, $name, $value, $id);
$this->addOption(1, $yes);
$this->addOption(0, $no);
}
}
Xuser's site
http://xuser.org
http://theme.xoops.org.cn



29
xuser
Re: Inserting a user in the XOOPS database
  • 2006/6/4 15:53

  • xuser

  • Just popping in

  • Posts: 73

  • Since: 2002/11/26


kernel/user.php, u must learn about how XOOPS core run at first
Xuser's site
http://xuser.org
http://theme.xoops.org.cn



30
xuser
Re: News 1.44: Remove the READ hits
  • 2006/6/4 15:49

  • xuser

  • Just popping in

  • Posts: 73

  • Since: 2002/11/26


search "hits" in html files under dir(modules/news/templates) to find the right template ,then correct it and update the news module in control panel
Xuser's site
http://xuser.org
http://theme.xoops.org.cn




TopTop
« 1 2 (3) 4 5 6 »



Login

Who's Online

229 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 229


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