Forum Activity for @developer-networks

Developer Networks
@developer-networks
05/20/14 02:44:03AM
566 posts

Flagship Skin


Flagship Skin

Questions, Comments, Suggestions for the Flagship skin
Developer Networks
@developer-networks
05/19/14 07:23:15PM
566 posts

Beta Testing


Flagship Skin

Ive been working on a pretty big update here the last couple days and adding more to this skin :)


I will include a fix for this issue in the update so it will be easier for others to add quotas to the charts with flagship.


But yes... Any jrCore_list requires you to add lines as another search parameter to fit your individual needs IE:
search3="profile_quota_id in `$_conf.myFlagship_dancer_quota`"

to any list on any page you need this quota added to the search results. My update tomorrow morning will make it so you can just add the quota number in the skin configuration and it will include that quota in all pages I have wrote.

I hope that helps.
updated by @developer-networks: 05/19/14 07:54:09PM
Developer Networks
@developer-networks
05/17/14 11:22:04PM
566 posts

Beta Testing


Flagship Skin

Looks like it might be a problem with your quota.

If your profile quota is not an Artist setting in the skin it wont show. By Default its set to pull from the artist quota. You can include other quotas in the charts by adding to the search parameter.

look at search 1 as a reference line 94/103 newage_charts.tpl You can add a search 3 parameter but change artist to dancer lets say. Then the dancer quotas will be included in the chart results for those results. You would have to do this for all the chart pages so they correlate with your quota needs for your site setup.
updated by @developer-networks: 05/17/14 11:39:59PM
Developer Networks
@developer-networks
05/17/14 08:26:58AM
566 posts

Changing text


Profile Badges

@ Randolph I just updated the Badges module with blank templates. Hope that helps.
Developer Networks
@developer-networks
05/17/14 08:05:52AM
566 posts

Beta Testing


Flagship Skin

Quote: Secondly BROWSE MUSIC does not show music list.

Browse music lists the genres. Also you can pick "All Artists" and search those lists.

Which music lists are not showing?
updated by @developer-networks: 05/17/14 08:06:28AM
Developer Networks
@developer-networks
05/17/14 08:00:03AM
566 posts

Beta Testing


Flagship Skin

run integrity check, clear cache and you should see it now as an option inside the skin CP
Developer Networks
@developer-networks
05/17/14 07:58:46AM
566 posts

Beta Testing


Flagship Skin

Quote: I added new profile packages like DANCERS, but I am not seeing it in the config.php file

To add "Dancers" you would start with creating your icon like you have done.

Then you will add a page like dancers.tpl You can use venues.tpl as a refrence. where it says venue_quota change it to dancer_quota.

also change the title to say dancers.

Then go in to your config.php

and add a line like this around 254 before the return true statement;
 // Dancer Quota ID
    $_tmp = array(
        'name'     => 'dancer_quota',
        'type'     => 'text',
        'default'  => '10',
        'validate' => 'not_empty',
        'label'    => 'Dancer Quota',
        'help'     => 'Enter the dancer quota ID.',
        'order'    => 6
 );
Developer Networks
@developer-networks
05/06/14 04:51:42AM
566 posts

Dont fk up the culture


Off Topic

Good read, Thanks!
Developer Networks
@developer-networks
05/06/14 01:46:05AM
566 posts

I get a white screen when I click


Installation and Configuration

Be careful with the Zpanel system it has been hacked by many and if you plan on running a professional site id recomend not using the zpanel system. Zpanel is cool however hackers have found an easy way in.. Just thought id pass that along. http://www.h-online.com/security/news/item/zPanel-hacked-after-support-team-member-insults-forum-user-1864795.html
Developer Networks
@developer-networks
05/06/14 01:31:26AM
566 posts

jrFile not accepting jpg


Using Jamroom

Yea, what I would do then is just start fresh unmodified including language modifications and get the core functionality working. Then try to slowly bring in your mods.

You might find which one broke the functionality easier this way.


updated by @developer-networks: 05/06/14 01:34:57AM
  28