Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Forking helper.php doesn't work 12 Oct 2014 06:09 #12690

  • vivek
  • vivek's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 123
  • Thank you received: 2
Hi,
Forking helper.php under helpers/helper.php doesn't work.Can you please check?

Also I found the below line

$bases = array(
'COM_ADMIN' => "administrator" .DS. 'components' .DS. $comAlias,
'ADMIN' => "administrator",
'COM_SITE' => 'components' .DS. $comAlias,
'IMAGES' => $config->get('image_path', 'images'),
'MEDIAS' => $configMedias->get('file_path', 'images'),
'ROOT' => '',

);

The MEDIAS should point to "media" folder right?

Regards
Vivek

Please Log in or Create an account to join the conversation.

Forking helper.php doesn't work 12 Oct 2014 06:37 #12691

  • vivek
  • vivek's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 123
  • Thank you received: 2
Sorry about that..the fork works now..

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.071 seconds

For starters it's just so easy to design an app in a way that I'm used to i.e. database first then views followed by customization. The fork system is pure brilliance from a developer standpoint as I can override things and still add and update my projects with minimal effort! Truly amazing to be able to build components in Joomla using incremental refinement without having to do everything by hand. Thanks for the great tool! I am so much more productive now than ever and I can't imagine building components any other way!!!!
Dave (Forum)

Get Started