31
Vargr
Re: How do you MAKE your site offline! to then upload it to your server!
  • 2004/4/6 15:21

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


You would normally install XOOPS on your hosted site - following the instructions etc given by XOOPS during install.

Then enter your site using your browser.

You enter the administration password and enter XOOPS admin part.

This would be where you edit your site.




32
Vargr
Re: Help me ! I don't know to use default forum newbb of xoops 2.0.6
  • 2004/4/6 15:02

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


I am not quite sure what you are talking about.

I didn't register, so I couldn't see what might be wrong.

Maybe you could explain a litl better what is wrong or maybe take a screen shot?



33
Vargr
Does XOOPS contain ActiveX elements?
  • 2004/4/6 14:08

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


I have just installed XOOPS 2.0.6 for a little site (only needed to let some people dl some pictures from a party).

I added the xcGallery module and that is the only module I have activated.

Now, when I go to my site I am warned (by my firewall) that th webpage I am about to view contains an activeX element.

So my questions are:

- Does XOOPS contain ActiveX elements?

- If so, how do I once and for all erase all traces of ActiveX in XOOPS?

- Is it perhaps xcGallery that contanis ActiveX elements?

- If so, why are these elements activated on the frontpage, where xcGallery isn't activated?

- Or could my firewall (Norton) be seeing ghosts?



Personally I think ActiveX has nothing what-so-ever to do on a serious webpage - or any webpage, for that matter.



34
Vargr
Re: Annoying CSS issue
  • 2004/3/22 14:00

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Odd.

When it comes to CSS my experience is, that MSIE doesn't have a clue as to what it is doing, whereas Mozilla (in my case Firefox) plays by the rules.

If you want to, I can take a look at your CSS and see if I can detect any odd things. Not that I am a CSS-wizard or anything, but maybe I could be lucky and spot something.



35
Vargr
Re: Newbb Pro (attachments, mark read ...)
  • 2004/3/17 7:24

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Eastgrove:

I agree.

I think XOOPS should store all that information in the database and NOT as cookies. It doesn't work well enough as it is now.



36
Vargr
Re: Show main menus sub menus based on userlevel. Possible?
  • 2004/3/13 22:04

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


JackJ

Just tried your code again and now it worked. I guess this is a clear signal that I should go to bed now, as I obviously can't copy a few lines of code correctly...

Thank you for your help again.



37
Vargr
Re: Show main menus sub menus based on userlevel. Possible?
  • 2004/3/13 21:58

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Well, I couldn't make it work that way. Possibly I did something wrong. But I made it work for our - limited - need.

And I am not quit sure where to read the group-ID numbers. If you have more than the three default groups, how do you tll what ID each group has?



38
Vargr
Re: Show main menus sub menus based on userlevel. Possible?
  • 2004/3/13 21:33

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


Hi JackJ

Used your code and changed it a bit, as all Daigoro and I need (for now anyway) is the possibility to prevent non-registered users to see some of the submenus, such as "Submit", as it is only registered users that are allowed to submit news.

Thus what we use from your code is now:

Quote:

// Menu
$modversion['hasMain'] = 1;
global $xoopsUser;
if(!empty($xoopsUser)) {
$group = $xoopsUser->getGroups();
if (in_array(2, $group)) { //and other groups
$modversion['sub'][1]['name'] = _MI_NEWS_SMNAME1;
$modversion['sub'][1]['url'] = "submit.php";
}
}
$modversion['sub'][2]['name'] = _MI_NEWS_SMNAME2;
$modversion['sub'][2]['url'] = "archive.php";


Thank you for your help!



39
Vargr
Re: How do you get the news to show on the front page?
  • 2004/3/13 12:10

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


What module are you using for the news you want to publish?



40
Vargr
Re: Help function with user levels
  • 2004/3/8 6:16

  • Vargr

  • Not too shy to talk

  • Posts: 130

  • Since: 2003/6/19


The module you request is in the works.

It is number two on the to-do list (after the modified language module) and we hope to get started pretty soon for earnest (at the moment we are just checking out ideas and possible technical solutions and found that it is possible to do in a neat and XOOPS complient way).

So please stay tuned as news about this might soon appear on this site.

Don't expect it to be tomorrow, though.




TopTop
« 1 2 3 (4) 5 6 7 ... 13 »



Login

Who's Online

231 user(s) are online (118 user(s) are browsing Support Forums)


Members: 0


Guests: 231


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