×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Eventlist problem

Eventlist problem 15 years 8 months ago #612

  • flo
  • flo's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Hi,

dont know if this is an bug or my personal problem. i want to use comment functino also for eventlist. so i added com_eventlist in the other componets settings area. but unfortunately no comment system is shown on the live page.

is there anything else to configure.

before i forget it. the following error is stated above eventlist settings:

Warning: Invalid argument supplied for foreach() in /homepages/23/d250657415/htdocs/libraries/joomla/html/html/select.php on line 68

many thanks for your support

florian

Eventlist problem 15 years 8 months ago #638

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Can you check your source code and tell us if there is <--insert your comment here -> or something like that there?

Eventlist problem 15 years 8 months ago #639

  • flo
  • flo's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
No there is no statement like that in the source code... nor is there a eventlist pluging like the content plugin (is that correct?)
by the way I am using eventlist 1.0 Beta

Eventlist problem 15 years 8 months ago #640

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
you said in your first post - I added com_eventlist to other content settings.
So you did the following:
other component settings-> new -> com_eventlist ???

Eventlist problem 15 years 8 months ago #646

  • flo
  • flo's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Yes, that is exactly what I did. I did not make any changes to the default settings....

As I wrote in my first message I have the following error message in the "general" tab in line 1

Warning: Invalid argument supplied for foreach() in /homepages/23/d250657415/htdocs/libraries/joomla/html/html/select.php on line 68

Eventlist problem 15 years 8 months ago #713

  • flo
  • flo's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Anything else I can do to fix the problem. Really would like to use comment function with eventlist

Eventlist problem 15 years 8 months ago #789

  • flo
  • flo's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
OK, maybe thats the problem... hope you can still help me with the issue.

I could not found the eventlist plugin files (like the content plugin) in the plugin directory. Is there anything I can do to install the plugin files manually?

Eventlist problem 15 years 8 months ago #795

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081

Eventlist problem 15 years 3 months ago #2392

  • bien
  • bien's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Hi,

I've the same problem. The plugin file is says the following:

INSTRUCTIONS :
make a copy of the following files (to get back in case of problems):
components\com_eventlist\eventlist.html.php

an then replace those files by the file attached.


The problem is I don't have that file in eventlist! There is a eventlist.php but none of the files has .html. in its name!

When I say I have the same probleem I mean I've put eventlist in the list of other components. When I like to edit the settings I find myself in a form with no details in it. So the part where I would in/exclude contentitems or id's is empty.

Second I have the error mentioned above. /home/users/xxxxxxxxxxxftp/roeiploegscheldeloodsen.nl/libraries/joomla/html/html/select.php on line 68

Can anyone please help me? I'd like to use this plugin and I'm obviously doing something wrong :blush: :woohoo:

Thanks in advance

Eventlist problem 15 years 2 months ago #2865

  • testeuse
  • testeuse's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
bien wrote:

Hi,

I've the same problem. The plugin file is says the following:

INSTRUCTIONS :
make a copy of the following files (to get back in case of problems):
components\com_eventlist\eventlist.html.php

an then replace those files by the file attached.


The problem is I don't have that file in eventlist! There is a eventlist.php but none of the files has .html. in its name!


Thanks in advance


I have the same problem, is there a file somewhere for eventlist version 1.0 please?

Eventlist problem 15 years 2 months ago #2869

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Sorry for not answering so long. I just installed eventlist 1.0 - it is using the new framework of joomla 1.5. So the html.php file is missing.
Give me some time to find which file you have to edit now for the plugin to work with eventlist 1.0

Eventlist problem 15 years 2 months ago #2874

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
So, here is the plugin rewriten for eventlist 1.0
Insert this code
<!-- START joomlacomment INSERT -->
<div class="details" style="">
<?php
	global $option;
	require_once(JPATH_SITE."/administrator/components/com_comment/plugin/$option/josc_com_eventlist.php");
?>
</div>
<!-- END OF joomlacomment INSERT -->

at com_eventlist/views/details/tmpl/default.php

right before
<p class="copyright">
	<?php echo ELOutput::footer( ); ?>
</p>
com_eventlist.zip

Eventlist problem 14 years 9 months ago #5543

  • Boumy
  • Boumy's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Nor I can't make appear Jcomment in the list of available "comment systems" under EventList settings. :huh:

In Jcomment, In "other component settings" I have created a new module for com_eventlist but this didn't help. :dry:

Should I install another com_eventlist than the one given wiith joomlacomment4.0.0beta1.zip ? :blink:

Any idea ?

Thank you

My config :
!JoComment 4.0 beta1, Joomla 1.5.13 (in LEGACY MODE because of another extension) EventList 1.0.1, for the moment I work under MAMP (local serveur for OS X)

Eventlist problem 14 years 9 months ago #5717

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
Boumy wrote:

Nor I can't make appear Jcomment in the list of available "comment systems" under EventList settings. :huh:

In Jcomment, In "other component settings" I have created a new module for com_eventlist but this didn't help. :dry:

Should I install another com_eventlist than the one given wiith joomlacomment4.0.0beta1.zip ? :blink:

Any idea ?

Thank you

My config :
!JoComment 4.0 beta1, Joomla 1.5.13 (in LEGACY MODE because of another extension) EventList 1.0.1, for the moment I work under MAMP (local serveur for OS X)


Did you read/try Daniel's solution just above your post? :blush:

Eventlist problem 14 years 9 months ago #5726

  • Boumy
  • Boumy's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 0
Thank you JonusC, i didn't pay enough attention to the fact it was a "hack" of eventlist component. It works now !

:)
  • Page:
  • 1
Time to create page: 0.146 seconds