I think link representative will get all the url from page table and the controller folder, how can i limit it to getting the url from page table and how can i even reformat the url retrieved to certain style.
There currently isn't an option just to get a URL from the pages table. However, there is a filter parameter you can use that should be a regular expression value to filter the links. http://docs.getfuelcms.com/general/forms#url
Regarding reformatting the url, are you wanting to do that on save (e.g. using an on_before_save model hook) and if so, how are you wanting to reformat the URL?
Comments
http://docs.getfuelcms.com/general/forms#url
Regarding reformatting the url, are you wanting to do that on save (e.g. using an on_before_save model hook) and if so, how are you wanting to reformat the URL?