101
banned
Re: Simple Site
  • 2005/2/1 13:52

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


uhm, you want change the 'submit news' with 'submit confession' or you want be able to remove it?



102
banned
Re: Former user of PHPnuke
  • 2005/1/26 23:47

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


http://www.tswn.com/modules/tmshop/

Note: this is a shop. BTW you can give a look on what you can do with XOOPS ;)



103
banned
Re: Former user of PHPnuke
  • 2005/1/26 23:35

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Hi,

1. The Look
Let me only say that "if you can do it with HTML you can do it with XOOPS"

2. Security
Xoops is quite secure, but there are some security tricks that can make it many more secure
http://xoops-tips.com/ is a good point for start

3. PHPBB (invision?) Forums
Look athttp://bbpixel.com , here is the start point for invision integration in Xoops. And yes, you can choose display the forum pages without any left-right blocks.

banned



104
banned
Re: Going more with SEO
  • 2005/1/26 21:14

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Well, your 'hack' seems to give the same result of putting <{$xoops_pagetitle}> before <{$xoops_keywords}> in the theme.html ..



105
banned
Re: Can I integrate FCK Editor into Xoops 2.0.9.2 ?
  • 2005/1/24 14:05

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Well,
At this time there are 4 (i think) WYSIWYG Editors for Xoops:

-Spaw
-Koivi
-HTMLArea
-FCKEditor

For more info you can go here



106
banned
Re: Creating a Blank/Dummy Module
  • 2005/1/22 22:26

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Quote:

PHPhurts wrote:
Dealing with the same design issue's... The Xoop's for Dummies documentation addresses this and solved the dummy module issue though...

You first create a new folder in the Modules directory named for the dummy module...

Then create index.php file with the following basic code:
_____________________________
<?php
include("../../mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
$xoopsOption['show_rblock'] = 1;
?>


<?php
include(XOOPS_ROOT_PATH."/footer.php");
?>
______________________________

Then create a file called xoops_version.php with the following code:
______________________________
<?php
$modversion['name'] = "Dummy Module";//name of module
$modversion['version'] = 1.01;
$modversion['description'] = "Dummy Module";
$modversion['author'] = "";
$modversion['credits'] = "";
$modversion['help'] = "";
$modversion['license'] = "GPL see LICENSE";
$modversion['official'] = 0;
$modversion['image'] = "yourlogo.JPG";
$modversion['dirname'] = "dummy";//name of directory

// Admin things
$modversion['hasAdmin'] = 0;
$modversion['adminpath'] = "";


// Menu

// Menu for submenus in main menu when page loads
$modversion['hasMain'] = 1;//0 to remove from main menu
$modversion['sub'][1]['name'] = _MI_MYPAGE_SMNAME1;//define in language/english/global.php
$modversion['sub'][1]['url'] = "../../modules/ipboard/";
$modversion['sub'][2]['name'] = _MI_MYPAGE_SMNAME2;//define in language/english/global.php
$modversion['sub'][2]['url'] = "../../modules/weblog/";


?>
_______________________

You also place your little logo in the dummy directory. This acts as the icon to install the module from in the module admin page...

Good Luck, and if there is a more refined solution, I'm looking to, so report it here please!


Adding
$xoopsOption['template_main'] = 'dummy_mydummy.html';
in index.php

and a blank html file called dummy_mydummy.html in yourmodule/templates folder you can add you own html in the module using the templates system



107
banned
Re: where to get more smiley's for the site...
  • 2005/1/22 22:18

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


try google

For the install.. system -> smilies



108
banned
Re: Where can i find some decent themes
  • 2005/1/22 21:36

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


If you know the simpliest html you can write your own



109
banned
Re: [mySQL] A good query is a bad query
  • 2005/1/20 11:56

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


MySQL Manual
In MySQL 3.23 or later, you can use the keywords IF NOT EXISTS so that an error does not occur if the table already exists. Note that there is no verification that the existing table has a structure identical to that indicated by the CREATE TABLE statement.

My server is running MySql v. 4.0.20



110
banned
Re: [mySQL] A good query is a bad query
  • 2005/1/20 1:38

  • banned

  • Not too shy to talk

  • Posts: 159

  • Since: 2004/5/16


Well, I've choose another way for make the little-easily-clonable-module for put you html in your custom modules/directory/ (2 changes per clone, directory and $dirname = "DirectoryOfYourModule"; in xoops_version.php).
At this point I've also added a dynamic image generator for the Admin CP, so there is not the same image for all the cloned modules.

I use NewBB2 for the text, so no one DB is required.
Also various text editor are been implemented in NewBB, so no hard work for newbie

I'll release this soon, for now you can give a look at it (and test it) here




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



Login

Who's Online

258 user(s) are online (174 user(s) are browsing Support Forums)


Members: 0


Guests: 258


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