cant add favorites with controller
-
@jackalpret the first line wirh lbl needs to be on top of everything (for what I can tell). Look sharply and compare. The first line contains many md_lbl_xx, one after another.
But I never edited that so I have actually no idea! -
@paradadf
could you correct my lines and reply with the correct order or changes ?thats the content of my xml file:
-
@jackalpret I meant something like this:
http://pastebin.com/dqerkbaA
But there are big chances I'm completely wrong XD -
@paradadf said in cant add favorites with controller:
@jackalpret I meant something like this:
http://pastebin.com/dqerkbaA
But there are big chances I'm completely wrong XDI brokes the theme
-
@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