Seite 29 von 110

Verfasst: 15.06.2008 07:43
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?

Verfasst: 15.06.2008 10:16
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.... )

Verfasst: 17.06.2008 09:26
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>	

Verfasst: 17.06.2008 10:13
von Dr.Death
Sorry again.

I'm will not extend this MOD with Addons.

Maybe you write an own addon for this ;-)

Verfasst: 18.06.2008 17:44
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'

Verfasst: 18.06.2008 20:32
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...

Verfasst: 19.06.2008 06:45
von z4reg
okay!

Will ask in other forums(phpbb.com or starTrekGuide) for help... last hope :wink:

Verfasst: 20.06.2008 22:36
von D1ssOr
Eine kurze Frage:

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

Sollte da irgendetwas im ACP stehen?

Verfasst: 20.06.2008 22:54
von kobold111
1. Über das ACP
2. Ja :lol:
(kurze Antwort)

Verfasst: 20.06.2008 23:31
von D1ssOr
Aha. Und wo im ACP genau? Bei Mods? Oder bei System?