Quote:
Originally Posted by jerx
ThomasDR,
Your modification is a big step forward, but there are these problems:
1. You have to enable html in the event forum to be able to see the enrolled member list correctly. Otherwise you get this error: https://vborg.vbsupport.ru/showpost....&postcount=185
2. There are no links to attend or unattend the event in showthread.
3. Showthread does not explain "There are 5 people enrolled for this event:", so some users might wonder why those members are listed.
4. There is a javascript error: left corner of the status bar says "error on page".
Anyone able to improve this?
|
Its working fine in my test board. but for this problem i had to do this
1. had to enable HTML & Moderate Threads options in event forum. so that i can view if any member included any bad html code
for 2 & 3. Just did this tweak..
in templates 'calendar_roll'
find:
Code:
$vbphrase[roll_cancel]
replace:
Code:
I will no longer be attending this event
find:
Code:
$vbphrase[roll_enroll]
replace:
Code:
I will be attending this event
find:
Code:
$vbphrase[roll_nobody]
replace:
find:
Code:
<phrase 1="$rollcount">$vbphrase[roll_text]</phrase>
replace:
Code:
There are $rollcount people enrolled for this event:
done..