[SOLVED] problem with the template

14 years 1 week ago #129403 by Shauns79
Replied by Shauns79 on topic Re:problem with the template
I am having the same problem with Mycommunity Template. if SEF is enabled the site is all jumbled and looks terrible. (see attached file) but when I turn SEF off it works fine. Here is the link with SEF off www.theadultplayground.co.za/index.php?option=com_comprofiler&task=userProfile&user=139&Itemid=57. The link with SEF on is www.theadultplayground.co.za/my-profile/userprofile/Cherry.html

Post edited by: Shauns79, at: 2010/04/06 18:18
Attachments:

Please Log in to join the conversation.

14 years 1 week ago #129413 by krileon
Replied by krileon on topic Re:problem with the template
Reviewing the source was able to reveal the issue. The CSS does not appear to be loading correctly. Please see following error.

[code:1]
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /my-profile/userprofile/templates/mycommunity/css/template_css.css was not found on this server.</p>
</body></html>
[/code:1]

This is due to a oddly enough single slash being missing. Please perform the following edit to resolve your issue.

IN: templates/mycommunity/index.php
ON: Line 46
FROM:
[code:1]
<link href="templates/<?php echo $this->template ?>/css/template_css.css" rel="stylesheet" type="text/css" />
[/code:1]
TO:
[code:1]
<link href="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template ?>/css/template_css.css" rel="stylesheet" type="text/css" />
[/code:1]

Post edited by: krileon, at: 2010/04/06 22:09


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

14 years 1 week ago #129455 by Shauns79
Replied by Shauns79 on topic Re:problem with the template
krileon you rock dude.
This solved my issue. Thanks a million.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.209 seconds

Facebook Twitter LinkedIn