1
tpr77
Re: News module without 'Submit News' and 'Archive'.. and a bunch of other stuff...
  • 2006/3/9 7:39

  • tpr77

  • Just popping in

  • Posts: 4

  • Since: 2005/4/11


I was looking to do the same. Here is the code I used to get Submit News to only show up for admins

Modify the /modules/news/xoops_version.php

At around line 93

[FIND]
$modversion['sub'][1]['name'] = _MI_NEWS_SMNAME1;
$modversion['sub'][1]['url'] = "submit.php";

[REPLACE WITH]
global $xoopsUser;
if ( is_object($xoopsUser) && $xoopsUser->isAdmin() ) {
$modversion['sub'][1]['name'] = _MI_NEWS_SMNAME1;
$modversion['sub'][1]['url'] = "submit.php";
}



2
tpr77
Re: xDonations -- beating a dead horse
  • 2006/2/21 4:37

  • tpr77

  • Just popping in

  • Posts: 4

  • Since: 2005/4/11


Not sure if this will help but....I was having alot of trouble with IPN in another application. It turned out that the email address that I was using for IPN wasn't marked as primary in PayPal. As soon as I changed my application to use my primary email address it started working.



3
tpr77
Re: vbuletin module..
  • 2005/4/11 19:05

  • tpr77

  • Just popping in

  • Posts: 4

  • Since: 2005/4/11


Yes there is a license fee which I don't mind paying. IMHO its the best and most supported forum software out there.



4
tpr77
Re: vbuletin module..
  • 2005/4/11 17:24

  • tpr77

  • Just popping in

  • Posts: 4

  • Since: 2005/4/11


I came here this morning to find the answer to the same question. I really like XOOPS and want to start using it but there must be a vbulletin module before I will.

I hope that someone will come up with something.




TopTop



Login

Who's Online

221 user(s) are online (160 user(s) are browsing Support Forums)


Members: 0


Guests: 221


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