1
offside
mwr_global theme
  • 2008/10/3 16:45

  • offside

  • Just popping in

  • Posts: 71

  • Since: 2004/10/7


Hello,

anyone knows where I can download the mwr_global theme by JMorris please? I have looked everywhere for it but no luck.
I would really appreciate if any of you ladies and gents can point me out in the right direction.

if you dont know what I am talking about here is the link.

https://xoops.org/modules/news/article.php?storyid=3806


Regards
Offside



2
offside
Re: Protector Module Query
  • 2008/5/20 17:40

  • offside

  • Just popping in

  • Posts: 71

  • Since: 2004/10/7


JAVesey you are a star, it's all working now. Thanks to you mate!



3
offside
Re: Protector Module Query
  • 2008/5/20 8:51

  • offside

  • Just popping in

  • Posts: 71

  • Since: 2004/10/7


Done.

Thanks for the help mate really do appreciate it.



4
offside
Re: Protector Module Query
  • 2008/5/20 8:19

  • offside

  • Just popping in

  • Posts: 71

  • Since: 2004/10/7


I am afraid you haven't I am still having the same issue, either a blank page, or an error.

this is annoying me now, I have installed it before, and it worked!

still would appreciate some help on this please.

Regards



5
offside
Re: Protector Module Query
  • 2008/5/19 20:13

  • offside

  • Just popping in

  • Posts: 71

  • Since: 2004/10/7


your offer is very kind and I do appreciate your wiliness to help mate, but can you not tell what's wrong just by looking at the piece of code that I have just posted... I believe that's the relevant part...

Also the problem occurs only when I add the last bit of code that you have posted.

Regards



6
offside
Re: Protector Module Query
  • 2008/5/19 20:02

  • offside

  • Just popping in

  • Posts: 71

  • Since: 2004/10/7


Again Thanks Javesey for your help.

here is the code that I have now:


define('XOOPS_GROUP_ADMIN', '1');
define('XOOPS_GROUP_USERS', '2');
define('XOOPS_GROUP_ANONYMOUS', '3');

include XOOPS_TRUST_PATH.'/modules/protector/include/precheck.inc.php' ;
if (!isset($xoopsOption['nocommon']) && XOOPS_ROOT_PATH != '') {
include XOOPS_ROOT_PATH."/include/common.php";
include XOOPS_TRUST_PATH.'/modules/protector/include/postcheck.inc.php' ;



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";
}
}
?>

the error that I am getting is: Parse error: syntax error, unexpected $end in mainfile.php on line 116

Thanks again.



7
offside
Re: Protector Module Query
  • 2008/5/19 16:43

  • offside

  • Just popping in

  • Posts: 71

  • Since: 2004/10/7


thanks for the quick reply JAvesey, but after adding the code that you provided I am getting a blank page now!



8
offside
Protector Module Query
  • 2008/5/19 15:56

  • offside

  • Just popping in

  • Posts: 71

  • Since: 2004/10/7


Hello All,

Trying to install protector module as I am launching my site soon, added the trust path ok, installed module ok. but having a problem in the last step.

when i try adding these lines to the mainfile

define('XOOPS_GROUP_ADMIN', '1');
define('XOOPS_GROUP_USERS', '2');
define('XOOPS_GROUP_ANONYMOUS', '3');

<span style="color: #ff0000;">include( XOOPS_TRUST_PATH . '/modules/protector/include/precheck.inc.php' ) ;</span>
if (!isset($xoopsOption['nocommon']) <span style="color: #0000ff;">&& XOOPS_ROOT_PATH != ''</span> ) {
include XOOPS_ROOT_PATH."/include/common.php";
}
<span style="color: #ff0000;">include( XOOPS_TRUST_PATH . '/modules/protector/include/postcheck.inc.php' ) ;</span>


I get various errors ... like unexpected < on line 90
I am just wondering if its something to do with the code itself or is it just a formatting issue.

would appreciate someone pointing out the code that needs to be added and where?

regards



9
offside
Re: Last users comments to show on userinfo.php
  • 2008/5/6 9:37

  • offside

  • Just popping in

  • Posts: 71

  • Since: 2004/10/7


Great stuff trabis thanks!



10
offside
Re: Last users comments to show on userinfo.php
  • 2008/5/5 18:45

  • offside

  • Just popping in

  • Posts: 71

  • Since: 2004/10/7


Mowaffak : I am using XOOPS 2.0.17.1 , I remember downloading it the comments module few months back but can't find it anymore. would appreciate it if you could point us to the right direction

trabis: I could wait for your module mate.

Thanks for both your replies.




TopTop
(1) 2 3 4 ... 7 »



Login

Who's Online

176 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 176


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits