Page headers are not formed properly

alt=
@dim
9 years ago
167 posts
@brian, now I have a similar problem with other pages (blogs, community, galleries, etc...).
Page headers are not formed properly:
<!doctype html>
<html lang="en" dir="ltr">
<head>Community</head>
<body>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content="5.2.28/diSa" />
<link rel="stylesheet" href="http:// etc...
If I remove this code
{assign var="selected" value="community"}
{jrCore_lang skin=$_conf.jrCore_active_skin id="26" default="community" assign="page_title"}
{jrCore_page_title title=$page_title}
from community.tpl, then I see the correct page headers for the community page.

Why is this happening?
Where can I find the cause of the error?
I made only the changes in the css files, and a few small changes in the templates. By the way, I did not change the community.tpl so far.
updated by @dim: 04/29/15 07:05:45PM
brian
@brian
9 years ago
10,148 posts
I would recommend resetting what ever you have been working on - if you are seeing problems with these functions then something has been corrupted in your skin. Reclone or reset back to a good skin.

None of these 3 entries output anything, so they cannot "mess up" your skin.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@dim
9 years ago
167 posts
@brian, let me know what does
{assign var="selected" value="community"}
{jrCore_lang skin=$_conf.jrCore_active_skin id="26" default="community" assign="page_title"}
{jrCore_page_title title=$page_title}
do, please?
I just did a week modifying the skin. I do not want to repeat it again :(
alt=
@dim
9 years ago
167 posts
I can not delete these lines as I did it https://www.jamroom.net/the-jamroom-network/forum/jamroom-developers/27408/page-headers-are-not-formed-properly
updated by @dim: 03/28/15 02:07:41PM
douglas
@douglas
9 years ago
2,790 posts
{assign var="selected" value="community"} {* set selected variable to community to hightlight menu link when a user is on the community page *}
{jrCore_lang skin=$_conf.jrCore_active_skin id="26" default="community" assign="page_title"} {* assigns the page title to the varable page_title *}
{jrCore_page_title title=$page_title} {* Sets the page title to the variable set from the previous line *}



--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags