Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Posts: 49
Posted 05/07/08 - 12:11 PM:
#1
I'd like to make some custom pages that shows just a few "toplist"s, however haven't been able to figure out how to do this exactly. I found an article at:
However I think this might be for an older version of WSN_Links because I don't have a "custom" folder in my templates directory. My template files are located in /path-to-wsn-links/templates/simplicity_english/
Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 49
Total Posts: 5539
Posted 05/08/08 - 08:52 AM:
#2
The article is correct. Testing installing simplicity with english selected from the current package, and it creates a "templates/simplicity" directory (no _english) with a subdirectory "custom".
Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Posts: 49
Posted 05/08/08 - 09:17 AM:
#3
Blah....I'm really sorry about this and have been wracking my brain on it trying to figure out what's going on. I then started to write a detailed accounting of everything. So I tail'd my apache error log and when trying to load my test template I saw...
SoftException in Application.cpp:238: File "/home/bliedel/public_html/listings/test_template.php" is writeable by group
[Thu May 8 12:13:38 2008] [error] [client 24.56.195.166] Premature end of script headers: /home/bliedel/public_html/listings/test_template.php
Redid the permissions to 644 and all fixed. I was missing something obvious it just wasn't the thing I was looking for.