7
No luck with the templates suggestion either.
A couple things that I noticed today, that might be of interest.
I opened my templates_c directory to check on the files being generated by my scripts, to see if the line
<($xoops_module_header}> was in the temp %%83^83B^83B425A2%%db%3Anewbb_index.html.php, and it wasnt. However the funny thing is that I'm pretty sure its added correctly to my theme.html files...
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252" />
<meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<meta name="robots" content="<{$xoops_meta_robots}>" />
<meta name="keywords" content="<{$xoops_meta_keywords}>" />
<meta name="description" content="<{$xoops_meta_description}>" />
<meta name="rating" content="<{$xoops_meta_rating}>" />
<meta name="author" content="<{$xoops_meta_author}>" />
<meta name="copyright" content="<{$xoops_meta_copyright}>" />
<title><{$xoops_sitename}> - <{$xoops_pagetitle}>title>
<link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_url}>/xoops.css" />
<link rel="stylesheet" type="text/css" media="screen" href="<{$xoops_themecss}>" />
[color=CC0000]<{$xoops_module_header}>[/color]
<script type="text/javascript">
script>
head>
From my cbb Admin Index
ImageMagicK: Not available
NetPBM: Not available
GD1 library: Not available
GD2 library: Not available
Would the lack of GD2 Library cause icons to not be displayed on my cbb install?
I use the most current apache2triad as my server/sql package, and realize that the GD2 Library thing is a php issue. I will follow up with the GD2 support people on this topic.