21
Wilco
Re: can't post a new event AgendaX using gramophone, subred, and other themes.
  • 2004/12/5 0:17

  • Wilco

  • Friend of XOOPS

  • Posts: 49

  • Since: 2004/4/27


I am having the same problem. Before I could post new events. For now, even with the default theme it does not work...
PHPdebug gives the following :
Fatal error: Maximum execution time of 30 seconds exceeded in etc...
Adding categories or other stuff works fine.
Please Help



22
Wilco
Re: AgendaX
  • 2004/11/29 23:32

  • Wilco

  • Friend of XOOPS

  • Posts: 49

  • Since: 2004/4/27


oops



23
Wilco
Re: AgendaX
  • 2004/11/29 23:32

  • Wilco

  • Friend of XOOPS

  • Posts: 49

  • Since: 2004/4/27


The developer doesn't react... I tried several times. Registered there, but even that doesn't matter. No reaction whatsoever...
So I even can't post it in the supportforum there...



24
Wilco
Re: AgendaX
  • 2004/11/29 23:24

  • Wilco

  • Friend of XOOPS

  • Posts: 49

  • Since: 2004/4/27


Wrong place for this question?
Can anybody give me a hint?
Thanx



25
Wilco
AgendaX
  • 2004/10/19 23:14

  • Wilco

  • Friend of XOOPS

  • Posts: 49

  • Since: 2004/4/27


I'm using agendax 2.2
When I choose upcoming week events I want them to display in an alphabetical order. I prefer to see first see the category and then the event(s) in that category.

So I the reslut of the upcoming week events will look like this:

Category A
-Event Aa
-Event Ab
-Event Ac

Category B
-Event Ba
-Event Bb

Can anybody give me a hack for this?



26
Wilco
Re: Changing Theme Hack
  • 2004/5/20 19:07

  • Wilco

  • Friend of XOOPS

  • Posts: 49

  • Since: 2004/4/27


In addition I want only some storytopics appear when selecting a theme.

I tried in modules/news/index.php:
Quote:
if (isset($HTTP_GET_VARS['theme_set'])) {
$xoopsOption['theme_set'] = intval($HTTP_GET_VARS['theme_set']);
} else {
$xoopsOption['theme_set'] = Infonet;
}

switch($xoopsOption['theme_set']) {
case 'Bredervoort': //if it is topic with id 21
$xoopsConfig['storytopic'] = '21';
break;
case 'Commujon': //if it is topic with id 11
$xoopsConfig['storytopic] = '11';
break;
case 'Kionda': //if
$xoopsConfig['storytopic'] = '15';
break;
case 'Nieuw Veldzicht': //if it is topic with id 11
$xoopsConfig['storytopic'] = '13';
break;
case 'Valkenheide': //if it is topic with id 11
$xoopsConfig['storytopic'] = '10';
break;
}


I guess I was a little to optimistic. Do I have to put the code in another file? Does the code make any sense?

I need help with this...



27
Wilco
Re: how do you like this theme ?
  • 2004/5/20 8:38

  • Wilco

  • Friend of XOOPS

  • Posts: 49

  • Since: 2004/4/27


One of the best!



28
Wilco
Re: Changing Theme Hack
  • 2004/5/19 20:24

  • Wilco

  • Friend of XOOPS

  • Posts: 49

  • Since: 2004/4/27


Pffff, That's the solution. Thanks a lot.
I hope I will learn this one day...
Again: THANX



29
Wilco
Re: Changing Theme Hack
  • 2004/5/19 20:06

  • Wilco

  • Friend of XOOPS

  • Posts: 49

  • Since: 2004/4/27


That’s right! you’re code snippet didn't work for me.
I described before how I did it…. in ../modules/news/index.php
Quote:
include '../../mainfile.php';
$xoopsOption['template_main'] = 'news_index.php';
$xoopsOption['theme_set'] = Infonet';
include XOOPS_ROOT_PATH.'/header.php';
include_once XOOPS_ROOT_PATH.'/modules/news/class/class.newsstory.php';

switch($xoopsOption['storytopic']) {
case '21': //if it is topic with id 21
$xoopsConfig['theme_set'] = "Bredervoort";
break;

case '22': //if it is topic with id 22
$xoopsConfig['theme_set'] = "Commujon";
break;
}

if (isset($HTTP_GET_VARS['storytopic'])) {
$xoopsOption['storytopic'] = intval($HTTP_GET_VARS['storytopic']);
} else {
$xoopsOption['storytopic'] = 0;
}
etc...........



I updated the newsmodule through the systemadmin-modules-news
After that I changed storytopic…. Theme didn’t change…




30
Wilco
Re: Image manager Warnings
  • 2004/5/17 20:41

  • Wilco

  • Friend of XOOPS

  • Posts: 49

  • Since: 2004/4/27


Really nobody out there who can give me the clue?




TopTop
« 1 2 (3) 4 5 »



Login

Who's Online

225 user(s) are online (155 user(s) are browsing Support Forums)


Members: 0


Guests: 225


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