Search found 71 matches

by Rhyno
12 Sep 2013, 11:42
Forum: Forum Goal
Topic: Comma/Decimal point
Replies: 20
Views: 9429

Comma/Decimal point

Stoker wrote:MAke sure you use latest version of the mod
OK, yer im using 1.03 need to go to 1.04 :)
by Rhyno
12 Sep 2013, 10:20
Forum: Forum Goal
Topic: Comma/Decimal point
Replies: 20
Views: 9429

Comma/Decimal point

This is the exact code from index.php if (!empty($config['donation_goal_enable']) && $config['donation_goal'] > 0) { $donation_goal_number = ($config['donation_achievement'] * 100) / $config['donation_goal']; $donation_goal_rest = $config['donation_goal'] - $config['donation_achievement']; ...
by Rhyno
12 Sep 2013, 09:04
Forum: Forum Goal
Topic: Comma/Decimal point
Replies: 20
Views: 9429

Comma/Decimal point

Stoker wrote:Its in the index.php file
So would i change this bit in the index.php

'DONATION_GOAL_NUMBER' => number_format($donation_goal_number),

to

number_format($forum_goals_posts_percent, 2),
by Rhyno
14 Aug 2013, 07:30
Forum: Snippets
Topic: Forum Link to Topic Title
Replies: 18
Views: 26276

Forum Link to Topic Title

Does this change old URL's already posted... I just did the edits and internal URL's didn't change.

EDIT : Ahhh worked out why... any old URL's with BBCODE [URL] don't change :)
by Rhyno
14 Aug 2013, 06:52
Forum: Snippets
Topic: Forum Link to Topic Title
Replies: 18
Views: 26276

Forum Link to Topic Title

This still work on 3.0.11 ?
by Rhyno
18 Jul 2013, 08:43
Forum: Statistics On Index
Topic: How to change this?
Replies: 14
Views: 13028

How to change this?

Worked it out it finally PHEW ! :) Thanks for the help and apologies for being so annoying... It was one line in the index.php that was custom line that i kept deleting and it threw everything out. 'NEWEST_USER' => sprintf($user->lang['NEWEST_USER'], get_username_string('full', $config['newest_user_...
by Rhyno
12 Jul 2013, 04:10
Forum: Statistics On Index
Topic: How to change this?
Replies: 14
Views: 13028

How to change this?

No one spot the difference? or problem?
by Rhyno
01 Jul 2013, 01:33
Forum: Statistics On Index
Topic: How to change this?
Replies: 14
Views: 13028

How to change this?

Current Edits in common.php : // BEGIN MOD more stats on index $lang = array_merge($lang, array( 'START_DATE' => 'We have been online since', 'POSTS_PER_DAY_OTHER' => 'Posts per day <strong>%.2f</strong>', 'POSTS_PER_DAY_ZERO' => 'Posts per day <strong>None</strong>', 'POSTS_PER_TOPIC_OTHER' => 'Pos...
by Rhyno
12 Jun 2013, 09:54
Forum: Statistics On Index
Topic: How to change this?
Replies: 14
Views: 13028

How to change this?

Well I have checked the 3 files and there edits... matched exactly what they have on there...

You tell me where it's incorrect?

Basically it just makes the stats disappear from the welcome on index and also the stats on index at the bottom.
by Rhyno
11 Jun 2013, 08:23
Forum: Statistics On Index
Topic: How to change this?
Replies: 14
Views: 13028

How to change this?

Screenshot of the automod where i had it orginally installed

I don't understand there are only 3 files to edit... weird sh*t :(
http://www.eaf.net.au/random_stuff/stoker.png

Hmm could it be to do with the new member section with the beer icon gif...