101
Lance_
Re: Cbb 3.5 on XOOPS 2.0.14
  • 2006/9/16 20:00

  • 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



102
Lance_
Re: Need expert help, will pay for work. Know xoops well
  • 2006/9/16 12:02

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


You can add your request to xoopslance(link in my sig), in the forum it will get lost pretty quickly.

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



103
Lance_
Re: Protector 2.52
  • 2006/9/15 23:47

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


I don,t know if this can have an incidence but your code above doesn't reflect the 2.0.14 mainfile exactly. Some code is missing.

define("XOOPS_GROUP_ADMIN""1");
    
define("XOOPS_GROUP_USERS""2");
    
define("XOOPS_GROUP_ANONYMOUS""3");

    foreach ( array(
'GLOBALS''_SESSION''HTTP_SESSION_VARS''_GET''HTTP_GET_VARS''_POST''HTTP_POST_VARS''_COOKIE''HTTP_COOKIE_VARS''_REQUEST''_SERVER''HTTP_SERVER_VARS''_ENV''HTTP_ENV_VARS''_FILES''HTTP_POST_FILES''xoopsDB''xoopsUser''xoopsUserId''xoopsUserGroups''xoopsUserIsAdmin''xoopsConfig''xoopsOption''xoopsModule''xoopsModuleConfig''xoopsRequestUri') as $bad_global ) {
        if ( isset( 
$_REQUEST[$bad_global] ) ) {
            
header'Location: '.XOOPS_URL.'/' );
            exit();
        }
    }

    if (!isset(
$xoopsOption['nocommon']) && XOOPS_ROOT_PATH != '') {
        include 
XOOPS_ROOT_PATH."/include/common.php";
    }


Should use the correct mainfile for starters. ???
Cheers.
GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting



104
Lance_
Re: How do you define a Xoops module?
  • 2006/9/6 19:50

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


- Should be integrated with Search feature
- If Users in the module then also be integrated with the XOOPS users.
GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting



105
Lance_
Re: XCGal and paypal links
  • 2006/9/1 13:19

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


Pretty standard.

If you do GD2 and imagemagick then you have pretty much a lot covered.

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



106
Lance_
Re: [XOOPS] Designing a default module pack for Xoops Core
  • 2006/8/31 14:32

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


I agree that xoopsmod is wonderful to show demos of many modules.

But if we are talking of a basic "suggested" module pack for XOOPS distros then we need a separate site with only those modules.

If Bluenova wants to undertake this since there already exists the full sites then great, otherwise I can host it also.

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



107
Lance_
Re: [XOOPS] Designing a default module pack for Xoops Core
  • 2006/8/30 13:11

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


Quote:

snow77 wrote:
Lance, well, I was thinking about the demo sites you had in mind. You can see the document I started here:
http://xoopsdocs.net/modules/dokuwiki/doku.php?id=en:module:manuals

There's a place where to add a demo link.

There's this sitehttp://xoopsmods.mmwebsites.com/ with demos of lots of modules and access to the system admin, I haven't looked at it in detail but some things seem a little out of date. I like alot the reset option there.

It would be nice something that could be up to date, I got a chance to see the site you setup with the 2.3 (http://www.gdl-web.com/xoops230/) version with a quick translation to the news: XOOPS Core development news: This month in svn.

Maybe it would be nice to setup the demo site with this version? What do you think about it?


Sounds good, I can put up a demo site from the xoopslance site. I will look into the db reset aspects.

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



108
Lance_
Re: how to create your welcome page?
  • 2006/8/30 1:57

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


You need to set viewing Permission to the groups for each item you wish them to see.

By default anything you add is viewable by the Registered users, to have it viewable to Anonymous users go to Admin--->Groups Choose the Anonymous Group and check the boxes of items you want them to see.

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



109
Lance_
Re: Can I install my own font?
  • 2006/8/29 14:31

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


If you want to use your font, you will need to make and image with your text on it then show that image.

As unhardcore said. Webrowsers will only show the fonts available on the users computer. And you can't nake sure all users will have your font installed, hence the reason all websites ae made with the default fonts.

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



110
Lance_
Re: Set Modules as Home Page
  • 2006/8/29 2:05

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


Look in Admin----->System Admin---->General Settings--->Preferences

5th choice "Module for your start page" set to News.
GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting




TopTop
« 1 ... 8 9 10 (11) 12 13 14 ... 78 »



Login

Who's Online

155 user(s) are online (78 user(s) are browsing Support Forums)


Members: 0


Guests: 155


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