cant add favorites with controller
-
@jackalpret hahahaha sorry!
-
@paradadf no problem !
anyone else that can help ?
-
problem solved ?
-
@rockaddicted said in cant add favorites with controller:
problem solved ?
noup, doesnt work, I cant add the option in xml theme to add favorites with controller
-
Can you post the theme, I'll give a look.
-
@rockaddicted said in cant add favorites with controller:
Can you post the theme, I'll give a look.
-
@jackalpret ok so you have to edit the main
theme.xml
, on the root, like this :<datetime name="md_releasedate"> <forceUppercase>1</forceUppercase> <fontPath>./main/fonts/Dosis-SemiBold.ttf</fontPath> <fontSize>0.025</fontSize> <size>0.2 0.015</size> </datetime> <text name="md_lbl_favorite, md_favorite"> <fontPath>./main/fonts/AdobeBlank.ttf</fontPath> </text> </view>
Add the favorites metadata
md_lbl_favorite, md_favorite
at the end of this file.
You'll have to add too this blank font in./main/fonts/
Now, for each system, you'll have to edit the
./system_name/theme.xml
like this :<theme> <formatVersion>4</formatVersion> <include>./../theme.xml</include> <view name="system">
Once all these modifications done, your theme should support favorites.
-
@rockaddicted amazing ! thanks !
i will try when return to my home at night and then i will comment here -
@jackalpret ok great, waiting your feedback
-
@rockaddicted said in cant add favorites with controller:
@jackalpret ok great, waiting your feedback
IT WORKS ! you can close the topic !
I will update the topic of theme when its upload