289971
tywick
Re: I just lost part of my Administration Menu!
  • 2003/10/19 0:15

  • tywick

  • Just popping in

  • Posts: 12

  • Since: 2002/9/17


I had this problem as well when upgrading.

Quick easy painless fix:

In the address bar of your browser type {your-url}/modules/system/admin.php?fct=groups&op=modify&g_id=1
(I recommend C&P the above and insert your XOOPS URL -- http://www.zobot.net/modules/system/admin.php?fct=groups&op=modify&g_id=1 maybe?)

Now select every check box to give the Webmaster group access to every "System Admin rights"

Now click "Update Group" and voila! Everything should be back to normal now.



289972
builderb
Re: Search Engines: Just so you know
  • 2003/10/18 23:55

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


That is good Info Catalin. Thanks!

Wingz, I added too many keywords and they dropped me immediately
I did two bad things:
1) Too many keywords. and
2) The same keyword more than three times

I'm slowly pulling myself back up. I'm going to take Catalin's advice and use that tag so see if I can get things going faster.

-Builderb



289973
dnnnd
Re: help me to install
  • 2003/10/18 23:53

  • dnnnd

  • Just popping in

  • Posts: 2

  • Since: 2003/10/18


i can`t find the readme file



289974
mvandam
Re: SQL error with installation Mantis Bugtracker
  • 2003/10/18 23:12

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


Quote:

Is it correct that the documentation uploading part does not work? When I fill everything in and upload I get a long line of words but it's not being uploaded. For the rest it seems like the module I need.


Actually I've never tried this, but I don't believe there's any reason it wouldn't work (if it works in the non-xoops-integrated version). Perhaps there are some directories that need write permissions set? I will try to look into this in the next couple of days.



289975
philroy
Re: How do I change this......
  • 2003/10/18 23:07

  • philroy

  • Friend of XOOPS

  • Posts: 107

  • Since: 2003/8/23


Following on from this thread....

News allows you to switch off the pull-down menu of topics that appears at the top of the page easily (as mentioned here)....but I want to get rid of the pull-down menu that's appearing in my left column and replace it with text links for each topic (there's only going to be two on my site).

I'd much rather hack the news module than use any other menu builder (like iMenu etc) so is there some way, when you are displaying news topics in a block on the left of the site, to stop it showing as a pull-down menu and have it showing as text?

Cheers,

Phil



289976
Ridey
News Topic Block
  • 2003/10/18 22:53

  • Ridey

  • Just popping in

  • Posts: 10

  • Since: 2003/10/18


I seem to be having a problem editing it.

I downloaded it and I just want to add in a couple simple links.

<div style="text-align: center;"><form name="newstopicform" action="<{$xoops_url}>/modules/news/index.php" method="get"><{$block.selectbox}></form>
<
p>
Submit Tutorial<br>
Suggest Category<br>
</
div>


I didn't them links yet because I wanted to test. However, they aren't showing up.

Am I doing something incorrect?

-Rider



289977
Jack404
Blank Page for Registered Users Only - Details Inside
  • 2003/10/18 22:36

  • Jack404

  • Just popping in

  • Posts: 56

  • Since: 2003/5/16


Any Webmaster and Anonymous User can access all parts of my site fine, but registered users get this message when trying to call up any page:

Warning: filemtime(): Stat failed for /theme.html (errno=2 - No such file or directory) in i:\ptownvoice\class\smarty\Smarty.class.php on line 1650

I checked group permissions, so they couldn't have been accidentally reset.

My smarty.class.php file has the following on line 1650:

$template_timestamp = filemtime($resource_name);

Any ideas as to how I would go about fixing this? Any and all information is greatly appreciated!



289978
guistock
Login error for registered users. Blank page.
  • 2003/10/18 21:44

  • guistock

  • Just popping in

  • Posts: 12

  • Since: 2003/7/27


Hi,

There is a strange problem with my website.
Some users can't login. A blank page appears instead.

:(

How can I fix it?

Thanks in advance.

Link: My website.



289979
Herko
Re: Xoops vs E-xoops - The battle
  • 2003/10/18 21:32

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


Thanks for the vote of confidence! The pp-news module works in xoops2 as well, although it doesn't have any templates yet, if I recall correctly. There is also an advanced banner management module around somewhere.

Herko



289980
mrgym
Re: speaking of permissions for modules . . .
  • 2003/10/18 21:30

  • mrgym

  • Just popping in

  • Posts: 28

  • Since: 2002/4/26


There are a couple of ways.

1. hiding submenu items can be done in the template for ALL submenu items. Add a smarty <{if}> to the system_block_mainmenu.html using the template manager.

<{foreach item=sublink from=$module.sublinks}>
<{if $xoops_isuser == true}>
<a class="menuSub" href="<{$sublink.url}>"><{$sublink.name}></a>
<{/if}>
<{/foreach}>

2. Your submenu can be generated dynamically. xoops_version.php can look like this;

//submenu
if($xoopsUser){
//make a submenu if is a user
include_once("include/db.class.php");

//global $xoopsDB or
//$GLOBALS['xoopsDB'] even for globals off

$menuDB = new db($GLOBALS['xoopsDB'],$_GET);

//then feed the array to the modversion[sub] array
foreach($menuDB->menu as $k=>$v){
$modversion['sub'][$k]['name']=$v['name'];
$modversion['sub'][$k]['url']= $v['url'];
}

}

//there are already enough vars!
unset($menuDB);

If you need to be more precise than "is this a user" then see the top post in this modules forum.








Login

Who's Online

240 user(s) are online (167 user(s) are browsing Support Forums)


Members: 0


Guests: 240


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