Page Index Toggle Pages: 1 2 [3] 4 5 ... 22 Send TopicPrint
Very Hot Topic (More than 25 Replies) Event Calendar / Birthday List [V 1.2] (Read 90788 times)
ExhaultedRuler
Full Member
***
Offline


Up, Up, and Away!!

Posts: 152
Location: Honolulu
Joined: Nov 29th, 2005
Gender: Male
Re: Event Calendar / Birthday List [V 1.0]
Reply #30 - Feb 1st, 2006 at 5:07pm
Print Post  
ah man.... I thought this was a final..

Lips Sealed
  

Irwin's Superman Adventures Message Boards - Everything you ever wanted to know about the Hawaiian Superman!
Back to top
WWW  
IP Logged
 
TRoN
Junior Member
**
Offline


...against the MCP!

Posts: 58
Location: Bad Iburg
Joined: Aug 8th, 2003
Gender: Male
Re: Event Calendar / Birthday List [V 1.0]
Reply #31 - Feb 1st, 2006 at 5:24pm
Print Post  
Quote:
If your event has a YaBBC tag, such as a link, in those first characters it shows up in the scroll list as code rather than a link.

The development-team is aware of this problem, but has not found any solution by now.  Embarrassed

It is no real "bug" by the way  Tongue
It's only a hard definition of showing the selected numbers of asciis as a sneak-preview.  Lips Sealed

If anyone is able to write a workaround, e.g. an option which allows the admin to filter out YaBB-Tags in the sneak-preview, post it to XTC please.  Grin
  

.-== Sapere Aude! ==-.
|_TRoN_| @ digital-joker.de/forum
Back to top
WWWICQ  
IP Logged
 
..:X.T.C:..
Forum Administrator
*****
Offline


I love YaBB Forum!

Posts: 656
Location: Spittal
Joined: Dec 22nd, 2002
Gender: Male
Re: Event Calendar / Birthday List [V 1.0]
Reply #32 - Feb 1st, 2006 at 7:16pm
Print Post  
Hello

TRoN wrote on Feb 1st, 2006 at 5:24pm:
It is no real "bug" by the way  Tongue

That's right  Wink

Quote:
If anyone is able to write a workaround, e.g. an option which allows the admin to filter out YaBB-Tags in the sneak-preview, post it to XTC please.  Grin

Yes .. post it here  Wink
Ok .. i work out a fix for that ...  Tongue

lg XTC
  

Back to top
WWW  
IP Logged
 
Keno
New Member
*
Offline


Quest to endure!

Posts: 12
Joined: Oct 13th, 2005
Gender: Male
Re: Event Calendar / Birthday List [V 1.0]
Reply #33 - Feb 1st, 2006 at 8:26pm
Print Post  
TRoN wrote on Feb 1st, 2006 at 5:24pm:
It is no real "bug" by the way  Tongue

..:X.T.C:.. wrote on Feb 1st, 2006 at 7:16pm:
That's right  Wink

Sorry guys. I didn’t mean to infer anything about the mod or your great work by calling it a “Bug”.

TRoN wrote on Feb 1st, 2006 at 5:24pm:
The development-team is aware of this problem, but has not found any solution by now.  Embarrassed

I did look through the post here and under the Beta Mods section and didn’t see any reference to this problem (unless I just missed it) so I thought I would let you know.

This is by far, imho, one of the best mods out there and you guys are doing a great job. Keep it up and thanks.Thumbs Upsup:
  
Back to top
 
IP Logged
 
..:X.T.C:..
Forum Administrator
*****
Offline


I love YaBB Forum!

Posts: 656
Location: Spittal
Joined: Dec 22nd, 2002
Gender: Male
Re: Event Calendar / Birthday List [V 1.0]
Reply #34 - Feb 2nd, 2006 at 5:49am
Print Post  
Hi

@Keno

Can you test out this code for me ...

Open the EcentCal.pl and search for ...

Code
Select All
	 	$ceventshort = substr($cevent,0,$CalShortEvent);
	 	$cevent = substr($ceventshort, 0, rindex($ceventshort,' ')); 



and add BEFORE this test code ...

Code
Select All
##############################################
		$cevent =~ s~\[url(.*?)\](.*?)\[\/url\]~$2~isg;
		$cevent =~ s~\[ftp(.*?)\](.*?)\[\/ftp\]~$2~isg;
		$cevent =~ s~\[email(.*?)\](.*?)\[\/email\]~$2~isg;
		$cevent =~ s~\[link(.*?)\](.*?)\[\/link\]~$2~isg;
		$cevent =~ s~\[img\](.*?)\[\/img\]~~ig;
		$cevent =~ s~\[flash\](.*?)\[\/flash\]~~ig;
		$cevent =~ s~\[b\](.*?)\[/b\]~*$1*~isg;
		$cevent =~ s~\[i\](.*?)\[/i\]~/$1/~isg;
		$cevent =~ s~\[u\](.*?)\[/u\]~_$1_~isg;
		$cevent =~ s~\[.*?\]~~g;
		$cevent =~ s~http\:\/\/~~ig;
############################################## 


Please ... test it out with the same settings and event-entry you have make at your screen ...

lg XTC
  

Back to top
WWW  
IP Logged
 
Keno
New Member
*
Offline


Quest to endure!

Posts: 12
Joined: Oct 13th, 2005
Gender: Male
Re: Event Calendar / Birthday List [V 1.0]
Reply #35 - Feb 2nd, 2006 at 3:12pm
Print Post  
Xonder, I tested out the code and it no longer shows the YaBBC code in the scroll box but, if the code is longer than the set length of characters it only displays the first 3 characters followed by … in the scroll box and as plain text not a link.



If the code is shorter than the set length of characters then it displays the link with no problems.



Look’s like your on the right track.
  
Back to top
 
IP Logged
 
..:X.T.C:..
Forum Administrator
*****
Offline


I love YaBB Forum!

Posts: 656
Location: Spittal
Joined: Dec 22nd, 2002
Gender: Male
Re: Event Calendar / Birthday List [V 1.1]
Reply #36 - Feb 6th, 2006 at 4:11pm
Print Post  
----------------------------------------------------------
Event Calendar + Birthday List V 1.1
----------------------------------------------------------


Update-Infos V 1.0 -> V 1.1:

- EventCal & BirthdayList now XHTML validate!!
- Added new (XHTML) Auto-Scroll-Function



- Addes Language Pack Finnish (Suomi) by 'Koivu
- Added Evnetcal-Buttons for Finnish (Suomi)
- Added option for Disable YaBBC Tags in the Snack-Text

Note: Don't forget upload the new "scroller.css" to "yabbfiles/ModImages/EventCal" directory

lg XTC
  

Back to top
WWW  
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Event Calendar / Birthday List [V 1.1]
Reply #37 - Feb 6th, 2006 at 4:17pm
Print Post  
Hi
very nice update. Great work Xonder.  8)
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
ExhaultedRuler
Full Member
***
Offline


Up, Up, and Away!!

Posts: 152
Location: Honolulu
Joined: Nov 29th, 2005
Gender: Male
Re: Event Calendar / Birthday List [V 1.1]
Reply #38 - Feb 6th, 2006 at 6:22pm
Print Post  
XTC, I have the same problem that I described earlier.  I'm running

Recent User List   Version: 0.1 by ronnie

when I installed 1.1, my avatars in the RUL program don't display.

I've posted a solution to this in an earlier thread.  However, I am not able to repeat the fix.  I did isolate what happens...here we go..

In RUL, if I disable autoresizing width, then i get my avatars, but that displays the avatars full size and due to this, the no-resize doesn't look well....

Is there a possiblity that both programs share variables?

Version Beta7 of your mod worked ok.  I prefer to have the latest.  Any chance you could look into this please?

Thank you,

ER
  

Irwin's Superman Adventures Message Boards - Everything you ever wanted to know about the Hawaiian Superman!
Back to top
WWW  
IP Logged
 
multikon
Full Member
***
Offline


Hakuna Matata

Posts: 240
Joined: May 14th, 2003
Re: Event Calendar / Birthday List [V 1.1]
Reply #39 - Feb 6th, 2006 at 7:57pm
Print Post  
ExhaultedRuler wrote on Feb 6th, 2006 at 6:22pm:
XTC, I have the same problem that I described earlier.  I'm running

Recent User List   Version: 0.1 by ronnie

when I installed 1.1, my avatars in the RUL program don't display.

I've posted a solution to this in an earlier thread.  However, I am not able to repeat the fix.  I did isolate what happens...here we go..

In RUL, if I disable autoresizing width, then i get my avatars, but that displays the avatars full size and due to this, the no-resize doesn't look well....

Is there a possiblity that both programs share variables?

Version Beta7 of your mod worked ok.  I prefer to have the latest.  Any chance you could look into this please?

Thank you,

ER


Check the RecnetUserList-Tread  Wink
  

beware ... yabb goes wbb ^^
Back to top
ICQ  
IP Logged
 
multikon
Full Member
***
Offline


Hakuna Matata

Posts: 240
Joined: May 14th, 2003
Re: Event Calendar / Birthday List [V 1.1]
Reply #40 - Feb 7th, 2006 at 5:07am
Print Post  
ähm update ...

replace only eventcal.pl or reinstall  ?


thx & cya
  

beware ... yabb goes wbb ^^
Back to top
ICQ  
IP Logged
 
..:X.T.C:..
Forum Administrator
*****
Offline


I love YaBB Forum!

Posts: 656
Location: Spittal
Joined: Dec 22nd, 2002
Gender: Male
Re: Event Calendar / Birthday List [V 1.1]
Reply #41 - Feb 7th, 2006 at 5:46am
Print Post  
Hi

multikon wrote on Feb 7th, 2006 at 5:07am:
ähm update ...

replace only eventcal.pl or reinstall  ?

Update/Edited Files (V 1.0 -> V 1.1)

Admin/EventCalSet.pl
Admin/ModList.pl (Only Version Info)
Languages/<language>/EventCal.lng
Sources/EventCal.pl
Sources/EventCalBirthdays.pl

New File(s) V 1.1

yabbfiles/ModImages/EventCal/scroller.css

lg XTC

  

Back to top
WWW  
IP Logged
 
agh
New Member
*
Offline


Salud y Republica

Posts: 39
Location: Madrid
Joined: Jan 7th, 2003
Gender: Male
Re: Event Calendar / Birthday List [V 1.1]
Reply #42 - Feb 7th, 2006 at 7:10am
Print Post  
Sorry to insist on this but, is there any paging mechanism in the birthday list ?

One week after updating to YaBB 2.1 I already have over 300 members having set up their birthdays, and I expect many more... (I had almost 10k users in the old forum).

Cheers
  

my two euro-cents

agh
Back to top
WWW  
IP Logged
 
..:X.T.C:..
Forum Administrator
*****
Offline


I love YaBB Forum!

Posts: 656
Location: Spittal
Joined: Dec 22nd, 2002
Gender: Male
Re: Event Calendar / Birthday List [V 1.1]
Reply #43 - Feb 7th, 2006 at 7:15am
Print Post  
Hello

agh wrote on Feb 7th, 2006 at 7:10am:
Sorry to insist on this but, is there any paging mechanism in the birthday list ?

I'm not realy know what you mean!? Can you give me an example?

lg XTC
  

Back to top
WWW  
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Event Calendar / Birthday List [V 1.1]
Reply #44 - Feb 7th, 2006 at 7:59am
Print Post  
Hi Xonder
I think. he want if we click birhdaylist, that display January and there are dropdownmenu for another month.

right?  8)
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1 2 [3] 4 5 ... 22
Send TopicPrint