51
Lance_
Re: CBB - Quickreply & quotebutton
  • 2006/12/13 14:43

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting



52
Lance_
Re: Adding required fields to the User registration form
  • 2006/12/12 0:41

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


Soon there will be a way!!!

http://dev.xoops.org/modules/xfmod/project/?smartprofile
GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting



53
Lance_
Re: 2 URLs, 1 content, 2 different themes - is that possible?
  • 2006/12/7 13:13

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


Create a theme.html file with the following code:
<{php}>
$siteurl $_SERVER['HTTP_HOST'];
$siteurl str_replace("www.","",$siteurl); 
$siteurl str_replace(".com","",$siteurl); 
$siteurl str_replace(".net","",$siteurl); 
$siteurl str_replace(".org","",$siteurl);

 if (
$siteurl == 'site1') {
   
$theme='theme1';
  } else {
   
$theme='theme2';
}

$this->assign('themename'$theme.'/theme.html');
$this->assign('xoops_theme'$theme);
$this->assign('xoops_themecss'XOOPS_URL.'/themes/'.$theme.'/style.css');
$this->assign('xoops_imageurl'XOOPS_URL.'/themes/'.$theme.'/');
<{/
php}>
<{include 
file="$themename"}>


Put this file in a folder caleed multi-theme in the themes folder, and set this "multi-theme" as the default theme for the site.

Cheers.
GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting



54
Lance_
Re: (Paid) Theme Design
  • 2006/12/5 23:39

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


Oh Please!!! Do you also go on the Best Buy site and ask someone to send you a TV for FREE !!!
GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting



55
Lance_
Re: upgrading from 2.0.15
  • 2006/12/5 20:36

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


Your forum problem is caused by the blue selection boxes. Upgrade your newbb to CBB3 and you probably won't have any problems.
GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting



56
Lance_
Re: Left Column Fully Removed / Full Screen Width
  • 2006/12/5 0:54

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


Yes in theme.html
GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting



57
Lance_
Re: Left Column Fully Removed / Full Screen Width
  • 2006/12/5 0:31

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


Wrap your left column code around the statement.
<{if !empty($xoops_lblocks)}><{/if}>
GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting



58
Lance_
Re: Is there some easier way to manage blocks???
  • 2006/12/4 23:58

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


You can check this out.

http://xoops.peak.ne.jp/md/mydownloads/singlefile.php?lid=76&cid=1
GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting



59
Lance_
Re: a Conjecture for others forums?
  • 2006/12/3 13:36

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


Config wise, all looks well. I'll just need to test some, and figure out how it actually works.
GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting



60
Lance_
Re: Protector 2.57
  • 2006/12/1 15:14

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


The mainfile.php has had changes made to it since the latest releases of 2.0, the readme was made back near 2.0.7, so the changes have been been reflected in it.

Hence the hint to not bother with the different blue parts and only copy in the red text.

Cheers.

PS. This will be useful for documentation as usually, when a question like this arises, we'll have 3 or 4 other users ask the same question within 3 days.
GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 78 »



Login

Who's Online

192 user(s) are online (116 user(s) are browsing Support Forums)


Members: 0


Guests: 192


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