Die Suche ergab 13 Treffer

von Mickroz
Mo 14.Mai, 2007 17:35
Forum: phpBB 2.x
Thema: Meeting Mod for phpbb3?
Antworten: 4
Zugriffe: 252

ok i started on the meeting mod for phpbb3, you can check my dev topic here
von Mickroz
Sa 31.Mär, 2007 10:45
Forum: phpBB 2.x
Thema: Meeting Mod for phpbb3?
Antworten: 4
Zugriffe: 252

so you are not gonna make it or are you gonna start with it when phpbb3 goes gold??
if you are gonna start on it i would like to be tester :D

maybe i will start to port it to phpbb3 when rc1 gets released,cause i really would like to see this mod for phpbb3 :D
von Mickroz
Do 29.Mär, 2007 22:23
Forum: phpBB 2.x
Thema: Meeting Mod for phpbb3?
Antworten: 4
Zugriffe: 252

Meeting Mod for phpbb3?

will it be made for phpbb3,or are you already busy with it?
von Mickroz
Di 28.Mär, 2006 00:27
Forum: phpBB 2.x
Thema: how about BBCode in details page?
Antworten: 8
Zugriffe: 274

no problem :D
von Mickroz
Mo 27.Mär, 2006 17:21
Forum: phpBB 2.x
Thema: how about BBCode in details page?
Antworten: 8
Zugriffe: 274

tnx oxpus! very nice!

but the enters are not being parsed like <br /> but as <br /> and therefor not working.

so i think if i view the viewtopic.php the html check should be before the

$meeting_desc = str_replace("\n", "\n<br />\n", $row['meeting_desc']);


FIND:
$meeting_desc = str_replace ...
von Mickroz
Fr 17.Mär, 2006 12:55
Forum: phpBB 2.x
Thema: meeting mod send email
Antworten: 5
Zugriffe: 213

ok well it was just a thought ;) on of my users asked for it so :D
von Mickroz
Fr 17.Mär, 2006 01:41
Forum: phpBB 2.x
Thema: how about BBCode in details page?
Antworten: 8
Zugriffe: 274

great!! thank you very much!
von Mickroz
Fr 17.Mär, 2006 01:40
Forum: phpBB 2.x
Thema: meeting mod send email
Antworten: 5
Zugriffe: 213

ok thanks for clearing that up,how about a private message then?
von Mickroz
Do 16.Mär, 2006 18:51
Forum: phpBB 2.x
Thema: how about BBCode in details page?
Antworten: 8
Zugriffe: 274

bbcode like and [url] on the description part of the meeting mod
von Mickroz
Mi 15.Mär, 2006 19:13
Forum: phpBB 2.x
Thema: how about BBCode in details page?
Antworten: 8
Zugriffe: 274

how about BBCode in details page?

how can i add this?
von Mickroz
Sa 11.Mär, 2006 20:33
Forum: phpBB 2.x
Thema: meeting mod send email
Antworten: 5
Zugriffe: 213

meeting mod send email

I want to send a user an email with the data from the meeting when they sign up for it like

Thanks for signing up for this meeting,
the meeting you signed up for:

meeting name
meeting place
meeting time

Thanks, The Management
von Mickroz
Mi 15.Feb, 2006 19:21
Forum: phpBB 2.x
Thema: Meeting Mod on ezPortal
Antworten: 3
Zugriffe: 241

tnx works like a charm!
von Mickroz
Mi 15.Feb, 2006 18:13
Forum: phpBB 2.x
Thema: Meeting Mod on ezPortal
Antworten: 3
Zugriffe: 241

Meeting Mod on ezPortal

how can i get the meetings on ezportal shown to guests?

im using this mod for Lan parties and i want to show guest in there is a lan party or not.

i placed // in front of
//if ( $userdata['session_logged_in'] && $userdata['user_id'] != ANONYMOUS )
//{

and before the last }

but now im missing ...