Z Zeus Active Member 144 2010 8 20 Apr 9, 2012 #1 Hello everyone, how can I create a custom post in DLE for adding news like the one in the images below after filling up the blanks, it'll appear like this:
Hello everyone, how can I create a custom post in DLE for adding news like the one in the images below after filling up the blanks, it'll appear like this:
S soft2050 Active Member 2,942 2010 438 10 Apr 9, 2012 #2 You need to use custom xfields http://www.mywebsite.com/admin.php?mod=xfields&xfieldsaction=configure Add them in your template then like. You can use [xfvalue_myfieldname] to get its value. Eg: Field name: poster PHP: [xfgiven_poster]<img src="[xfvalue_poster]" />[xfgiven_poster] Last edited: Apr 9, 2012
You need to use custom xfields http://www.mywebsite.com/admin.php?mod=xfields&xfieldsaction=configure Add them in your template then like. You can use [xfvalue_myfieldname] to get its value. Eg: Field name: poster PHP: [xfgiven_poster]<img src="[xfvalue_poster]" />[xfgiven_poster]
fahadzaman66 Banned Banned 1,074 2010 86 0 Apr 9, 2012 #4 yes you must create your custom xfields and than you put these value on your short and full story tpl where you want to show this like soft2050 said
yes you must create your custom xfields and than you put these value on your short and full story tpl where you want to show this like soft2050 said