I am making an application where I use some fields users have submitted with formbuilder, I don't want to use the standard template so I am trying to make one myself. I can't find the parameter I have to use if I want to call a specific field from all the entry's who have been approved by me. So I a...
The problem I am having is when I upload an image it converts my transparent png to a thumb with a black non-transparent background. Is there a fix for this?
I noticed that the default url with priority 1 is www.domain.com/home instead of just www.domain.com so i managed to make the defauld url www.domain.com replace in gsitemap.php echo ' <loc>' . $onecontent->GetURL() . '</loc>'. "\n"; with if ($onecontent->GetURL() == $onecontent->DefaultCo...