Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
Re:Eventlist reg users plugin
Date: 2007/10/29 19:42 By: mpeetsma Status: CB Doc subscriber  
Karma: 0  
Junior Joomlapolitan

Posts: 31
graphgraph
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!
Click here to see the profile of this user The administrator has disabled public write access.

Re:Eventlist reg users plugin
Date: 2008/02/18 10:18 By: ViRiL Status: CB Doc subscriber  
Karma: 3  
Junior Joomlapolitan

Posts: 31
graphgraph
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
Click here to see the profile of this user 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
graphgraph
where can i download the plugin plug_eventlist_reg.zip? The link is broken!

Thanks!
Click here to see the profile of this user 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
graphgraph
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
Click here to see the profile of this user 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
graphgraph
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
Click here to see the profile of this user 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
graphgraph
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
File Attachment:
File name: eventlist_reg.zip
File size:1637 bytes
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC2)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC3, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers at this time.

CB Login