411
jlm69
Re: Server Guru's and Other Tech Savy People...come here
  • 2004/8/12 19:15

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


Most ISP's won't let you access port 80 (which is default for webserver).
You might want to try going to no-ip.com and setup a free account and use a redirect to a different port. If it is a linksys router you can't use port 8080 either(it is used by the router).

Then you need to go to /etc/httpd/conf/http2.conf

look for these lines

#BindAddress *
<IfDefine APACHEPROXIED>
Listen 8080
</IfDefine>
<IfDefine !APACHEPROXIED>
Listen 80
</IfDefine>

Change 8080 and 80 to the port you decided to use, I used to use port 12300

That should get you going.

I have used Mandrake for over a year as a server, if you want you can e-mail me directly and I'll try to help more.



412
jlm69
Re: how to hide members email id.
  • 2004/8/12 18:50

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


I'm not sure if I understand, but if you mean in the user profile, removing the e-mail block totally, I think what your looking for is in:

modules/system/templates/system_userinfo.html

Hope that helps.



413
jlm69
Re: Getting rid of 'bytes more' in news
  • 2004/8/12 17:16

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


Sorry I wasn't clearer the index.php in the news module.

news/index.php

I had to download 2.06 to see if it was the same, and it is.



414
jlm69
Re: Remove menu item on Main Manu module
  • 2004/8/12 17:09

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


look for the xoops_version.php for the OSC module look for this:

$modversion['hasMain'] = 1;
$modversion['sub'][1]['name'] = "Entrance";
$modversion['sub'][1]['url'] = "index.php";
$modversion['sub'][2]['name'] = "Specials";
$modversion['sub'][2]['url'] = "specials.php";
$modversion['sub'][3]['name'] = "Shopping Cart";
$modversion['sub'][3]['url'] = "shopping_cart.php";
$modversion['sub'][4]['name'] = "Checkout";
$modversion['sub'][4]['url'] = "checkout_shipping.php";
$modversion['sub'][5]['name'] = "Account";
$modversion['sub'][5]['url'] = "account.php";
$modversion['sub'][6]['name'] = "Affiliate";
$modversion['sub'][6]['url'] = "affiliate_affiliate.php";

remove the ['sub'] lines you don't want.
Then update the module.

Hope that helps.



415
jlm69
Re: I Want to make a Hack....
  • 2004/8/12 15:52

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


I'm not sure but maybe you could try myiframe module or framebrowser module. Myiframe you can find easily, framebrowser I'm not sure if you can find easy but I think it was made by Jackj.



416
jlm69
Re: How to get rid of the submenu's like "popular" in mylinks?
  • 2004/8/12 15:38

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


In mylinks/xoops_version.php look for:

$modversion['hasMain'] = 1;
$modversion['sub'][1]['name'] = _MI_MYLINKS_SMNAME1;
$modversion['sub'][1]['url'] = "submit.php";
$modversion['sub'][2]['name'] = _MI_MYLINKS_SMNAME2;
$modversion['sub'][2]['url'] = "topten.php?hit=1";
$modversion['sub'][3]['name'] = _MI_MYLINKS_SMNAME3;
$modversion['sub'][3]['url'] = "topten.php?rate=1";

remove the ['sub'] that you want to get rid of.

EDIT "I forgot to mention you need to update the module after"

Hope that helps.



417
jlm69
Re: Getting rid of 'bytes more' in news
  • 2004/8/12 15:20

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


In XOOPS 2.07 news ver. 1.1 go to index.php look at about line 93 and delete this line:

$morelink .= sprintf(_NW_BYTESMORE,$totalcount);

then look a little below that for:

'._NW_READMORE.'</a> | '

just remove the |

so it looks like this:

_NW_READMORE.'</a>'


In news version 1.2 the file is

news/class/class.newsstory.php

look for the same lines as above

That should do it.



418
jlm69
Re: A theme makes my site blank! Help!!!
  • 2004/8/12 1:25

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


What theme did you try to use?
Did you change the template set.



419
jlm69
Re: A theme makes my site blank! Help!!!
  • 2004/8/12 1:00

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


Try going into the database and go to the users table. look for 'theme' and if it is not default change it to default.



420
jlm69
Re: A theme makes my site blank! Help!!!
  • 2004/8/12 0:41

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


A couple of things to try.

1. Try renaming the default theme, to the theme name you tried.
2. Check the file permissions of the new theme.

Hope that helps




TopTop
« 1 ... 39 40 41 (42) 43 44 45 ... 53 »



Login

Who's Online

159 user(s) are online (84 user(s) are browsing Support Forums)


Members: 0


Guests: 159


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