J john snow New member Apr 23, 2020 #1 which program language i should know when i want to fully edit the front end of xenforo ?
Ozzy47 Well-known member Apr 23, 2020 #2 Depends on what it is you do and how much. PHP, HTML, CSS/Less, OOP, MVC. Upvote 0 Downvote
P Paul B XenForo moderator Staff member Apr 23, 2020 #3 If by front end you mean this -- https://xenforo.com/community/ -- then no specific knowledge is required. Once you get into more detailed styling then it may be helpful to know a bit of HML, CSS, and XF template syntax. Upvote 0 Downvote
If by front end you mean this -- https://xenforo.com/community/ -- then no specific knowledge is required. Once you get into more detailed styling then it may be helpful to know a bit of HML, CSS, and XF template syntax.
J john snow New member Apr 23, 2020 #4 Brogan said: If by front end you mean this -- https://xenforo.com/community/ -- then no specific knowledge is required. Once you get into more detailed styling then it may be helpful to know a bit of HML, CSS, and XF template syntax. Click to expand... i have knowledge about css and HTML but what do you mean by XF template syntax. ? Upvote 0 Downvote
Brogan said: If by front end you mean this -- https://xenforo.com/community/ -- then no specific knowledge is required. Once you get into more detailed styling then it may be helpful to know a bit of HML, CSS, and XF template syntax. Click to expand... i have knowledge about css and HTML but what do you mean by XF template syntax. ?
P Paul B XenForo moderator Staff member Apr 23, 2020 #5 XF uses it's own template syntax in addition to standard HTML and CSS. e.g. Code: <xf:if is="$xf.visitor.user_id"> It's simple enough to pick up. Upvote 0 Downvote
XF uses it's own template syntax in addition to standard HTML and CSS. e.g. Code: <xf:if is="$xf.visitor.user_id"> It's simple enough to pick up.
J john snow New member May 12, 2020 #6 Brogan said: XF uses it's own template syntax in addition to standard HTML and CSS. e.g. Code: <xf:if is="$xf.visitor.user_id"> It's simple enough to pick up. Click to expand... this template syntax it maked by which programming language it is JavaScript or html could you make it clear? Upvote 0 Downvote
Brogan said: XF uses it's own template syntax in addition to standard HTML and CSS. e.g. Code: <xf:if is="$xf.visitor.user_id"> It's simple enough to pick up. Click to expand... this template syntax it maked by which programming language it is JavaScript or html could you make it clear?
J john snow New member May 12, 2020 #8 ozzy47 said: HTML Click to expand... could you give me some information regarding it? Upvote 0 Downvote
Ozzy47 Well-known member May 12, 2020 #9 john snow said: could you give me some information regarding it? Click to expand... <xf:if is="$xf.visitor.user_id"> That is an example. Upvote 0 Downvote
john snow said: could you give me some information regarding it? Click to expand... <xf:if is="$xf.visitor.user_id"> That is an example.
Ozzy47 Well-known member May 12, 2020 #10 Use your web inspector and view the source pages here. Upvote 0 Downvote
J john snow New member May 12, 2020 #11 ozzy47 said: Use your web inspector and view the source pages here. Click to expand... yes i can see but i cant understand the xf template syntax in the template section in admin page how i can edit it Upvote 0 Downvote
ozzy47 said: Use your web inspector and view the source pages here. Click to expand... yes i can see but i cant understand the xf template syntax in the template section in admin page how i can edit it
P Paul B XenForo moderator Staff member May 12, 2020 #12 Once you purchase a license you will be able to obtain support. Upvote 0 Downvote