Reply By Email extension for Projectfork 3.0.x.

Reply By Email is a Joomla 1.7, 2.5 plugin that will enable users to reply to comments and discussions directly from their inbox! No longer will you need to log into Projectfork to reply to a posted comment!

The Reply By Email extension requires that your hosting account is configured with php-imap and iconv. To ensure that you meet the criteria we have prepared a simple script which you can download from here, unzip and upload to your hosting account's root folder. Once uploaded navigate to http://your-domain/checkcompat.php. If you receive a success message you are right to go!

Purchase Task Cron Mailer Pro

A custom ProjectFork process delivering task email notifications to users via cronjob.

Read me prior to purchasing!

All pricing in AUD

Purchase iCal Calendar Subscription Pro

A custom panel for ProjectFork 3.0.x providing export of Project Calendar to iCal.
New version (1.0.5) released 13/03/2012.

All pricing in AUD

Purchase PF Project Status Module

A configurable Joomla module that displays your Projectfork Project percent completed Status with animated progress bar.

This is a Joomla Module compatible with Joomla 1.7.x and Joomla 2.5.x

All pricing in AUD

Purchase PF Task Times CB Plugin

A configurable Community Builder plugin that displays your Projectfork task times in your CB profile and allows you to export to CSV.

This is a Community Builder Plugin compatible with Joomla 1.7.x, CB 1.7.x and requires Projectfork (3.0.x) to be installed.

All pricing in AUD

Purchase Project and File Uploads Limiter

A custom ProjectFork process and Joomla plugin that limits the number of Projects a user can create and the number of files a user can upload.

File upload limits work with both Filemanager and Filemanager Pro
All pricing in AUD

Purchase PF Assigned Tasks CB plugin

A Community Builder plugin that displays your Projectfork assigned tasks in your CB profile.

This is a Community Builder Plugin compatible with Joomla 1.7.x, CB 1.7.x and requires Projectfork (3.0.x) to be installed.

All pricing in AUD

Purchase Reports Dashboard Pro Stable 1.0.4

Reports Dashboard Pro for ProjectFork v3.0.x and Joomla 1.5, Joomla 1.6, Joomla 1.7 and Joomla 2.5
Read me prior to purchasing!

All pricing in AUD

Coming Soon: Project Export/Import

Project Export/Import: A custom ProjectFork process that will enable users to export/import their Projects, tasks, milestones to/from Excel.

Due for release Late February 2012!


Welcome, Guest
Username Password: Remember me

undefined in Country Dropdown
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: undefined in Country Dropdown

undefined in Country Dropdown 2 years, 3 months ago #19

  • angek
  • OFFLINE
  • Administrator
  • Posts: 209
  • Karma: 4
Is anybody else seeing an "Undefined" in their Country dropdown list. It appears as the very last item.
If so please try the following:

open the /components/com_comprofiler/plugin/user/plug_countryandstatefield/js/country_state.js file and find this line:

for (var loop = 0; loop < countryLineArray.length; loop++) {
should be around line 60.

Now change it to:

for (var loop = 0; loop < countryLineArray.length -1; loop++) {


Does this resolve the problem?
  • Page:
  • 1
Time to create page: 0.28 seconds