Die Suche ergab 6 Treffer

von selven
Mo 06.Jun, 2005 13:38
Forum: phpBB 2.x
Thema: meeting mod feature request: permission system
Antworten: 1
Zugriffe: 139

meeting mod feature request: permission system

Your phpBB Version: 2.0.15
Your phpBB Type: Standard phpBB (also called Vanilla)
MODs: No
Your knowledge: Advanced Knowledge
Boardlink: [url]http://[/url]

PHP Version:
MySQL Version:


What have you done before the problem was there?



What have you already tryed to solve the problem ...
von selven
Fr 21.Jan, 2005 18:22
Forum: phpBB 2.x
Thema: [Release]MX Meeting Module v 1.1.0
Antworten: 7
Zugriffe: 345

i do not follow you include language files using only the

$language = $userdata['user_lang'];
include($phpbb_root_path . 'language/lang_' . $language . '/lang_meeting.' . $phpEx);
in this mode if i do not upload all lang_meeting (for example i have board in anglish and french and i upload only ...
von selven
Fr 21.Jan, 2005 18:11
Forum: phpBB 2.x
Thema: [Release]MX Meeting Module v 1.1.0
Antworten: 7
Zugriffe: 345

an thing, where can i found the copyright userlist signature list and this select expand bbocode?
von selven
Fr 21.Jan, 2005 18:09
Forum: phpBB 2.x
Thema: [Release]MX Meeting Module v 1.1.0
Antworten: 7
Zugriffe: 345

if you have some question or anithing post in support forum as you can see i've added some little functions and "formatted" the code an big suggest is to use this function to include language file

//
// Include Language
//
$language = $userdata['user_lang'];
if ( !file_exists($phpbb_root_path ...
von selven
Fr 21.Jan, 2005 17:58
Forum: phpBB 2.x
Thema: [Release]MX Meeting Module v 1.1.0
Antworten: 7
Zugriffe: 345

ops i forgot this is language italian for meetin mod v 1.0.6
<?php

/***************************************************************************
* lang_meeting.php [Italian]
* -------------------
* begin : Fri Gen 20 2005
* copyright : (C) 2005 Selven
* email : info@zaion.com
*
* $Id: lang ...
von selven
Fr 21.Jan, 2005 17:50
Forum: phpBB 2.x
Thema: [Release]MX Meeting Module v 1.1.0
Antworten: 7
Zugriffe: 345

[Release]MX Meeting Module v 1.1.0

Hi i've released MX Meeting Module 1.1.0 based on yours Meeting Mod 1.0.6.
The module has required an totally rewritten of code for work in mx-portal, and i have fixed some things (like language including for example)
if you want examine the module this is the disclaimer:
Implement a meeting ...