[Final] Version 1.2014.0 - Formel 1 WebTipp - phpBB3

In diesem Forum können Mod-Autoren ihre Mods vorstellen, die sich noch im Entwicklungsstatus befinden. Der Einbau in Foren im produktiven Betrieb wird nicht empfohlen.
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
z4reg
Mitglied
Beiträge: 29
Registriert: 12.06.2008 10:00
Wohnort: Asia

Beitrag von z4reg »

why user i have included in global moderator doesn't show in this option ?

Code: Alles auswählen

Tipping moderator
It must be a member of a moderator group
is it possible to give moderation permission specific group eg.. 'Tipping Manager'

when is final version expected to release?
Benutzeravatar
Dr.Death
Moderator
Moderator
Beiträge: 17473
Registriert: 23.04.2003 08:22
Wohnort: Xanten
Kontaktdaten:

Beitrag von Dr.Death »

Moderator group, not only a global moderator.

It was designed for normal moderator groups ( this MOD was ported from phpbb2... therefore exists no "Global modereator group" permissions )

Final version?.... When it's done ;-)
I have no time at the moment to correct the codes to the MODX and Coding guidelines ( The complete installerfile is not conform with the coding guidelines.... )
z4reg
Mitglied
Beiträge: 29
Registriert: 12.06.2008 10:00
Wohnort: Asia

Beitrag von z4reg »

Hi,

Want to know how to integrate this charts ..they are freely available.
http://www.fusioncharts.com/free/Downlo ... nuItemId=5
http://www.fusioncharts.com/free/Downlo ... tsFree.zip

Want to create Pie graph of top_drivers.WM_POINTS.

tired to edit template but no success :cry:

basic example code

Code: Alles auswählen

<div id="FactorySumDiv" align="center">Chart here</div>
	<script type="text/javascript">	
		//Instantiate the Chart	
		var chart_FactorySum = new FusionCharts("/FusionCharts/FCF_Pie3D.swf", "FactorySum", "650", "450");
		//Provide entire XML data using dataXML method
		chart_FactorySum.setDataXML("<graph caption='Factory Output report' subCaption='By Quantity' pieSliceDepth='30' showBorder='1' showNames='1' formatNumberScale='0' numberSuffix=' Units' decimalPrecision='0'><set name='Factory 1' value='644' /><set name='Factory 2' value='2644' /><set name='Factory 3' value='1252' /></graph>")
		//Finally, render the chart.
		chart_FactorySum.render("FactorySumDiv");
	</script>	
Benutzeravatar
Dr.Death
Moderator
Moderator
Beiträge: 17473
Registriert: 23.04.2003 08:22
Wohnort: Xanten
Kontaktdaten:

Beitrag von Dr.Death »

Sorry again.

I'm will not extend this MOD with Addons.

Maybe you write an own addon for this ;-)
z4reg
Mitglied
Beiträge: 29
Registriert: 12.06.2008 10:00
Wohnort: Asia

Beitrag von z4reg »

Hi Dr.Death,

somehow ..i have manage to add question!

but for the first time it gives error

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /formel.php on line 645: Undefined offset: 10
[phpBB Debug] PHP Notice: in file /formel.php on line 645: Undefined offset: 10
[phpBB Debug] PHP Notice: in file /formel.php on line 645: Undefined offset: 10
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3531: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3532: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3533: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2956)
i only know bit basics of C & have some mod installation experience!!!

Surprisingly :lol: ..
submit-edit / acp / points in rules page / are working properly.
only point calculation is still to test!

[ externes Bild ]
As i told after submitting tips for first time above errors disappear but ..strange 9th position comes after that :-? ..i think its actually fastest lap!?

can you help now?
i will you alter files & db.

also

Code: Alles auswählen

						for ($k = 0; $k < 3; $k++) 
						{
							$selected 			 = ( $k == $tipp_array[10]) ? 'selected' : '';
							$weathercombo 		.= '<option value="' . $k . '" ' . $selected . '>' . $k . '</option>';
						}
						$weathercombo .= '</select>';
instead of 0 to 2 option ..i want 'Yes' & 'No'
Benutzeravatar
Dr.Death
Moderator
Moderator
Beiträge: 17473
Registriert: 23.04.2003 08:22
Wohnort: Xanten
Kontaktdaten:

Beitrag von Dr.Death »

Sorry, no support for selfmade changes on this mod.

Hint:

The usertip is saved in the table:
phpbb_formel_tipps
field: tipp_result

It's only a imploded array with 10 values.

i.e. : 35,6,36,2,5,15,21,1,35,5

The first 8 values are the places, number nine is the fastest lap and the last one is the tired count ( retired ).

So you have to insert you next value at the end of this imploded array...
z4reg
Mitglied
Beiträge: 29
Registriert: 12.06.2008 10:00
Wohnort: Asia

Beitrag von z4reg »

okay!

Will ask in other forums(phpbb.com or starTrekGuide) for help... last hope :wink:
D1ssOr
Mitglied
Beiträge: 32
Registriert: 19.06.2008 14:48

Beitrag von D1ssOr »

Eine kurze Frage:

wie kann ich z.B. Teambilder einfügen?

Sollte da irgendetwas im ACP stehen?
kobold111
Mitglied
Beiträge: 128
Registriert: 16.05.2008 22:05
Kontaktdaten:

Beitrag von kobold111 »

1. Über das ACP
2. Ja :lol:
(kurze Antwort)
D1ssOr
Mitglied
Beiträge: 32
Registriert: 19.06.2008 14:48

Beitrag von D1ssOr »

Aha. Und wo im ACP genau? Bei Mods? Oder bei System?
Antworten

Zurück zu „[3.0.x] Mods in Entwicklung“