Needs Some Assistance

3 posts by 3 authors in: Forums > CMS Builder
Last Post: September 2, 2009   (RSS)

By (Deleted User) - September 1, 2009

I have a friends business that is interested in using this CMS Builder but wants to see if it can handle what he needs.

This system is this:

Ability to Add Business and City (Municipalities)

Once they have been create to be able to add regular entries of recycled weights they have recycled. All weights are totaled and then displayed on the site by City.

When you enter a business weight it needs to add to the Cities weight and display it.

You can see that it is divided up by Years and then by month and if you go into a month it is then displayed by City what they have done for that month. It does not show the log entry that was added in the CMS. Just shows the total weight for that City.

You can see there current system.
http://www.stratfordewaste.com/index.php?pg=recycled

This is how the business display their weights.
http://www.stratfordewaste.com/index.php?pg=business

If this CMS can not be configured to handle this then I already have a coder that can code a system which is separate.

Please Help

We are trying to save money on this.

Re: [hegadmin] Needs Some Assistance

By Kenny - September 1, 2009

I am not quite sure exactly what your are trying to accomplish, but I have an idea. Let me know if this helps.

Get one field to auto add itself to another field

<?php echo number_format($record['number1'] + $record['number2']) ?>


Get one field to auto add itself to a fixed number

<?php echo number_format($record['number'] +500 ) ?>



Make sense or am I totally on a different subject?

Kenny