41
chapi
Re:module like tiny content
  • 2004/10/26 12:47

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


There is currently no module available which can do this. This is a limitation of the XOOPS core at the moment.

There are modules like wf-sections which can handle more categories, but they will be displayed only on the startpage of the module.



42
chapi
Re:[Tinyevent] block anonymous users from submitting events
  • 2004/10/24 19:04

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


You can do the following. Open up xoops_version.php in your TinyEvent modules folder and search for the following part

// Menu
$modversion['hasMain'] = 1;
$modversion['sub'][1]['name'] = _MI_TE_SMNAME1;
$modversion['sub'][1]['url'] = "submit.php";


Edit it, that it looks like this.

// Menu
$modversion['hasMain'] = 1;
if (
is_object($xoopsUser)) {
  
$modversion['sub'][1]['name'] = _MI_TE_SMNAME1;
  
$modversion['sub'][1]['url'] = "submit.php";
}


After that only registered users should see the submit link.



43
chapi
Re:xoops related gfx
  • 2004/10/22 8:52

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


Ja das ist ein super Service!!

That's wonderful! The display of my notebook is in 16:10 format. Its a kind of widescreen display, many space there



44
chapi
Re: xoops related gfx
  • 2004/10/21 19:25

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


Hi simeon,

I really like your newbb2 icons! They are looking great!

May I ask you to release your Brushed Metal wallpaper only with the X on it (without the "powered by you") and in 1680x1050 pixel? Would be great for my notebook

Cheers!



45
chapi
Re:image manager hacked?
  • 2004/10/21 11:20

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


I think the latest version of the myalbum-p module has image manager integration, and with this it can resize the images automatically.



46
chapi
Re: FireFox discussion
  • 2004/10/20 16:20

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


I also rely on firefox when developing themes. I have to adjust my stylesheets only for IE not the other way round ...



47
chapi
Re: Portfolio
  • 2004/10/18 16:41

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


There is not such a module out there. But what is exactly wrong with Mylinks module? Maybe we could help you then.



48
chapi
Re: Windows XP Service Pack 2
  • 2004/9/24 9:20

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


I don't know what exactly you heard about the SP2. But I'm using the SP2 and have no problems visiting any XOOPS site with IE. But normally I use FireFox!



49
chapi
Re: if xoops & mambo can integrate, it will be more powerful.
  • 2004/9/21 16:56

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


I also played a little with Mambo and from my point of view it's only the menu management where Mambo is ahead. The rest I like completely better in Xoops.

MultiMenu is a good start, but has only 30% of the Mambo Power in this area.



50
chapi
Re: if xoops & mambo can integrate, it will be more powerful.
  • 2004/9/21 8:16

  • chapi

  • Theme Designer

  • Posts: 611

  • Since: 2002/1/22


But with the custom menu he is right! This is really needed if XOOPS will be called a Content Management System in the future. Hopefully such a feature can be integrated with 2.1.




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



Login

Who's Online

223 user(s) are online (157 user(s) are browsing Support Forums)


Members: 0


Guests: 223


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