MyBB Community Forums

Full Version: Can´t see global.css.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Simple as that , can´t see global.css in my forum source.For me look weird this , because i ckeck out other forums and global.css are there.I attaced 2 pics , one with my forum source and the second one with a random mybb forum source.

Thank you and Happy new year.

Edit: Here is my Test Forum
have you noticed css.php at forum's root folder - does it exist without your knowledge !?
Yes i see that , is there i have no clue why , my problem is is how to fix that.

Ty
can you post the content of headerinclude template (from ungrouped templates) of your theme ..
Yes i can , if you point me where to find this.

Ty
Find it .

<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets}
<script type="text/javascript">
<!--
	var cookieDomain = "{$mybb->settings['cookiedomain']}";
	var cookiePath = "{$mybb->settings['cookiepath']}";
	var cookiePrefix = "{$mybb->settings['cookieprefix']}";
	var deleteevent_confirm = "{$lang->deleteevent_confirm}";
	var removeattach_confirm = "{$lang->removeattach_confirm}";
	var loading_text = '{$lang->ajax_loading}';
	var saving_changes = '{$lang->saving_changes}';
	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
	var my_post_key = "{$mybb->post_code}";
	var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg}

Ty
admin panel --> Quick Access menu on left column --> Templates --> click on your theme's templates
--> click on ungrouped templates --> click on headerinclude

--> do you have {$stylesheets} in the code ?

admin panel --> Quick Access menu on left column --> Themes --> click on your theme
--> can you see global.css in the Stylesheets list


Yes is there .And look at my last post.

Ty @ranjani for your time.
I try to reinstall MyBB again and see if that maybe can fix this issue.

Ty
Edit : not seen merging of new post to above post ...

are you re-installing myBB to fix it !!
(2012-01-01, 01:45 PM)ranjani Wrote: [ -> ]Edit : not seen merging of new post to above post ...

are you re-installing myBB to fix it !!

So after re-installing i have same fkn issue.
Here is headerinclude .
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
{$stylesheets}
<script type="text/javascript">
<!--
    var cookieDomain = "{$mybb->settings['cookiedomain']}";
    var cookiePath = "{$mybb->settings['cookiepath']}";
    var cookiePrefix = "{$mybb->settings['cookieprefix']}";
    var deleteevent_confirm = "{$lang->deleteevent_confirm}";
    var removeattach_confirm = "{$lang->removeattach_confirm}";
    var loading_text = '{$lang->ajax_loading}';
    var saving_changes = '{$lang->saving_changes}';
    var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
    var my_post_key = "{$mybb->post_code}";
    var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg} 

I think i will switch back to phpbb

Ty ranjani
Why not try @import ?
Pages: 1 2