61
Booga
Re: Hard to find
  • 2004/9/2 2:02

  • Booga

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/11/29


Very nice site/theme sbkiller

Looks good to me in IE6 as well.



62
Booga
Extended Xoops Code??
  • 2004/9/2 1:49

  • Booga

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/11/29


Hi all, I have downloaded the Extended XOOPS Code hack here:https://xoops.org/modules/mydownloads/singlefile.php?cid=28&lid=814

Do I just unzip, upload, over write, update sytem??

Your help is appreciated

Booga.



63
Booga
Re: Upgrading from 2.0.6 to 2.0.7.1
  • 2004/9/1 13:45

  • Booga

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/11/29


That news item didn't come up in my search

Thankyou very much irmtfan everything went smoothly. Your a champion.

Booga.



64
Booga
Re: Upgrading from 2.0.6 to 2.0.7.1
  • 2004/9/1 2:49

  • Booga

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/11/29


Hi all, I am also wanting to do this.

Am I correct in saying that all we have to do is upload 2.0.7 and update system. Then upload 2.0.7.1 and update system.

Is this correct??

Booga.



65
Booga
Re: Mydownloads module modified
  • 2004/8/19 15:49

  • Booga

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/11/29


hey samuels....have you finished your exams already LOL?? How did they go mate??

Is he still with us??



66
Booga
Re: No. of Posts = Group Upgrade
  • 2004/7/22 16:21

  • Booga

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/11/29


Oh yes thankyou DonXoop.....I like that karma system, very good.

and thankyou bd_csmc I will check it out.

Cheers,
Booga.



67
Booga
Re: No. of Posts = Group Upgrade
  • 2004/7/22 15:48

  • Booga

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/11/29


Quote:

DonXoop wrote:
Sounds like a "Karma System". Have a search as I think there has been discussion on the topic.

"Karma System"?? I'm not sure what you mean. Can you please explain this.

Thankyou
Booga.



68
Booga
Re: Homepage
  • 2004/7/22 15:39

  • Booga

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/11/29


I copied this fromhttp://www.macambridge.com/dummies/ and awesome site that is helping me tremendously. Check it out!!

Quote:
You can also use a one-page module setup which will give you the advantage of having the link to your page appear in the main menu. Using a one-page module will also allow you to use the blocks visibility settings for the module because it appears as an option when selecting which modules the page should be visible in.

Once one module is created multitudes of duplicates can be made, this only involves tweaking about two lines.

To download a useable example click Here

To setup a one page module first create a folder and name it anything. You only need two main files inside the folder and a module image file which appears in the XOOPS modules admin.

So, you need a content file for your HTML called index.php, and a php file called xoops_version.php. The other image file only appears in the XOOPS modules admin

In this instance your content file (index.php) will look like this

<?php
include("../../mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
$xoopsOption['show_rblock'] = 0;
?>

Your HTML Content Here (No Head and Body Tags)

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

?>

Save this file as index.php

To turn this into a module you will also need to create the file called xoops_version.php with the following content

<?php
$modversion['name'] = "mypage";//name of module
$modversion['version'] = 1.01;
$modversion['description'] = "My Module";
$modversion['author'] = "";
$modversion['credits'] = "";
$modversion['help'] = "";
$modversion['license'] = "GPL see LICENSE";
$modversion['official'] = 0;
$modversion['image'] = "blackhat.gif";
$modversion['dirname'] = "mypage";//same name as directory folder

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


// Menu you can add submenus as links to other content files or modules

$modversion['hasMain'] = 1;//0 to remove link 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/";

?>

I have commented out the sub-menu links so they will not appear in the module, these can also be deleted if no sub-menu required.

Notice this line from the code above::

$modversion['dirname'] = "mypage";//name of directory

The name must match the name of the folder you created

Include an image file for your Module:

$modversion['image'] = "blackhat.gif";//image for your module appears in admin

Inside your module folder you should now have

index.php (content file)
xoops_version.php (module file)
the image file that appears in the XOOPS modules admin

Add your HTML content to the content file (index.php) and upload it to your modules folder on your server i.e.

www.yoursite.com/modules

Then go to System Admin-> Modules and install the module. This module name will appear as a link to the HTML content in your Main Menu. Remember to add access permissions in System Admin-> Groups

once you have created this one page module you could set it to be your top page and then make it invisible.....

Great idea!!



69
Booga
No. of Posts = Group Upgrade
  • 2004/7/22 15:31

  • Booga

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/11/29


Hi, I would like to see a feature where you could create custom groups and set limits to number of posts for that group. And once a member passes a post limit they are automatically upgraded to the next group that would give them more access to what ever you have set permissions for.

It could work the same as the current rank system but for groups........

If you didn't want to use this feature you would simply set the post limits to 0.

Any other thoughts on this would be great.

Cheers,
Booga.



70
Booga
Re: Sharing Members??
  • 2004/7/18 12:29

  • Booga

  • Not too shy to talk

  • Posts: 124

  • Since: 2003/11/29


excelent....thankyou very much indeed.

Booga.




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 12 »



Login

Who's Online

144 user(s) are online (73 user(s) are browsing Support Forums)


Members: 0


Guests: 144


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