just read the 2.7.2 realease notes and found: ....the plugin register button will now have a dropdown list underneath showing all available events that are assigned to that article......
What do we have to do in order to get that dropdown in the article?
Usaually in the article it looks like this: {dtregister}20{/dtregister}
You don't have to do anything. If you are inserting the plugin code manually like that, there will be no dropdown as you have already named which event to register for. The dropdown appears when the Register button is automatically added into an article that is assigned to multiple events.
Thanks a lot very the quick response!
I tried it without number and discovered an issue probably related to that one:
No valid database connection You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and a.status IN (0,1) GROUP BY a.eventId' at line 1 SQL=SELECT SUM(a.memtot) FROM jos_dtregister_user AS a WHERE a.eventId= and a.status IN (0,1) GROUP BY a.eventId
However, this one is more seroius, because it happens when someone is requesting the "details" content page. CanĀ“t leave that too long....
I updated to 2.7.2. After installation I am getting that one: JFolder::create: Path not in open_basedir paths
Sounds strange, but I am checking right and ownership of Joomla installation.
What exact version of the component AND plugin are you running?
You can't use the plugin code without a number. That will fail. To have it automatically add the register button in an article, you do not put ANY code in the article.