|
|
|
Re:Eventlist reg users plugin
|
|
Date: 2007/10/29 19:42
|
By: mpeetsma
|
Status:
|
|
|
Karma: 0  
|
|
Junior Joomlapolitan  | Posts: 31 |   | |
|
works just fine!... Love it.. Just have to prettyup Eventlist now.. but its all cool CB RULES!! Runs an Adult Site built on Joomla
Advanced Profile Control & JSpaces Make CB1.1 what it needs to be!.. Don't setup without it!
|
|
The administrator has disabled public write access. |
|
|
|
Re:Eventlist reg users plugin
|
|
Date: 2008/02/18 10:18
|
By: ViRiL
|
Status:
|
|
|
Karma: 3  
|
|
Junior Joomlapolitan  | Posts: 31 |   | |
|
hey, cool plugin!
thx!!
but i have one question. how can i show only events in the future? old events are not interesting on my site. sorry for my english..... i try to do my very best
|
|
The administrator has disabled public write access. |
|
|
|
Re:Eventlist reg users plugin
|
|
Date: 2008/04/09 11:47
|
By: embasic
|
Status: User
|
|
|
Karma: 3  
|
|
Fresh Joomlapolitan  | Posts: 8 |   | |
|
where can i download the plugin plug_eventlist_reg.zip? The link is broken!
Thanks!
|
|
The administrator has disabled public write access. |
|
|
|
|
Re:No display of dates in CB-Tab: Solution
|
|
Date: 2008/04/10 17:21
|
By: kansaj
|
Status: User
|
|
|
Karma: 0  
|
|
Fresh Joomlapolitan  | Posts: 4 |   | |
|
work perfect tested on CB 1.1 Joomla 1.0.15 event list 0.8.12 alpha thank you! try to see if some new functionalities could be included as direct subscription or un form the tab
|
|
The administrator has disabled public write access. |
|
|
|
Re:Eventlist reg users plugin
|
|
Date: 2008/04/18 14:38
|
By: embasic
|
Status: User
|
|
|
Karma: 3  
|
|
Fresh Joomlapolitan  | Posts: 8 |   | |
|
I have change the code of eventlis_reg.plugin.php - Replace with the original and only events in the future will shown - exactly only events they are published, but i think that you archive your events in a few days...
the code was changing on line 54 from
$query = "SELECT r.rdid, r.uid, s.titel, s.dates, s.locid, l.club, l.city" . "n FROM `#__eventlist_register` r," . "n `#__eventlist_dates` s, `#__eventlist_locate` l" . "n WHERE r.uid = ".$user->id ."" . "n AND r.rdid = s.id AND s.locid = l.id" . "n ORDER BY s.dates" . "n LIMIT 5";
TO ------------------
$query = "SELECT r.rdid, r.uid, s.titel, s.published, s.dates, s.locid, l.club, l.city" . "n FROM `#__eventlist_register` r," . "n `#__eventlist_dates` s, `#__eventlist_locate` l" . "n WHERE r.uid = ".$user->id ."" . "n AND r.rdid = s.id AND s.locid = l.id" . "n AND s.published = 1 " . "n ORDER BY s.dates" . "n LIMIT 5";
Post edited by: embasic, at: 2008/04/18 14:38
Post edited by: embasic, at: 2008/04/18 14:39
|
|
The administrator has disabled public write access. |
|
|
|
Re:Eventlist reg users plugin
|
|
Date: 2008/04/18 14:40
|
By: embasic
|
Status: User
|
|
|
Karma: 3  
|
|
Fresh Joomlapolitan  | Posts: 8 |   | |
|
embasic wrote: I have change the code of eventlis_reg.plugin.php - Replace with the original and only events in the future will shown - exactly only events they are published, but i think that you archive your events in a few days...
the code was changing on line 54 from
$query = "SELECT r.rdid, r.uid, s.titel, s.dates, s.locid, l.club, l.city" . "n FROM `#__eventlist_register` r," . "n `#__eventlist_dates` s, `#__eventlist_locate` l" . "n WHERE r.uid = ".$user->id ."" . "n AND r.rdid = s.id AND s.locid = l.id" . "n ORDER BY s.dates" . "n LIMIT 5";
TO ------------------
$query = "SELECT r.rdid, r.uid, s.titel, s.published, s.dates, s.locid, l.club, l.city" . "n FROM `#__eventlist_register` r," . "n `#__eventlist_dates` s, `#__eventlist_locate` l" . "n WHERE r.uid = ".$user->id ."" . "n AND r.rdid = s.id AND s.locid = l.id" . "n AND s.published = 1 " . "n ORDER BY s.dates" . "n LIMIT 5";
Post edited by: embasic, at: 2008/04/18 14:38<br><br>Post edited by: embasic, at: 2008/04/18 14:39
|
|
The administrator has disabled public write access. |
|
|