forum.css [message #18264] |
Sat, 15 May 2004 01:31 |
Andrew_B
Messages: 20 Registered: April 2004
Karma: 0
|
Junior Member |
|
|
Using FUDforum 2-6-2.
I don't know if this is a bug, or I simply did something wrong. And the symptoms are very confusing. Here's what happened.
I created a new theme and template, both called "Test." They are copies of the default theme and template. Then I copied forum.css to my PCs hard disk and modified some values. I could not upload it again because I was not allowed to overwrite, and I was denied the ability to change permissions. Finally I deleted the web version of forum.css and replaced it. I also noticed that the replacement has the user name as owner, while the other files have "httpd" as owner. Or, at least that's what it looks like to this beginner.
Now, FUDforum is no recognizing this new CSS, even though it set as the default. I tried "rebuild theme." I tried optimize, and this led to error messages like this.
Warning: opendir(/hsphere/local/home/username/sitename.com/f2/include/theme/Test): failed to open dir: No such file or directory in /hsphere/local/home/username/sitename.com/f2/adm/admthemes.php on line 170
Warning: readdir(): supplied argument is not a valid Directory resource in /hsphere/local/home/username/sitename.com/f2/adm/admthemes.php on line 172
Warning: readdir(): supplied argument is not a valid Directory resource in /hsphere/local/home/username/sitename.com/f2/adm/admthemes.php on line 172
Warning: readdir(): supplied argument is not a valid Directory resource in /hsphere/local/home/username/sitename.com/f2/adm/admthemes.php on line 173
Warning: closedir(): supplied argument is not a valid Directory resource in /hsphere/local/home/username/sitename.com/f2/adm/admthemes.php on line 178
Finally, if I look in FUDforum's template editor, I don't see the modified version. But if I go to the folder called "Test," I see the modification there.
|
|
|
Re: forum.css [message #18274 is a reply to message #18264] |
Sat, 15 May 2004 15:15 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You modified the compiled file not the source. You should've modified forum.css.tmpl file.
FUDforum Core Developer
|
|
|
|
Re: forum.css [message #18292 is a reply to message #18290] |
Sun, 16 May 2004 14:18 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
thm/default/tmpl/ is the directory where it can be found.
FUDforum Core Developer
|
|
|
|
Re: forum.css [message #18294 is a reply to message #18293] |
Sun, 16 May 2004 17:51 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Try using the forum's file manager to browse through the forum directories. Restrictred permission may be causing your ftp client (?) not to display the files & directories.
FUDforum Core Developer
|
|
|
Re: forum.css [message #18298 is a reply to message #18294] |
Sun, 16 May 2004 18:51 |
Andrew_B
Messages: 20 Registered: April 2004
Karma: 0
|
Junior Member |
|
|
>Try using the forum's file manager
By golly, there are all the files. I had tried before using a utility the host provides called WebShell3. And I had seen "httpd:httpd" next to the folders, which I assumed meant FUDforum owns them. WebShell3 also said I could display hidden files, but I guess those would have to be hidden files I own.
Anyway, I used FUDforum's file manager and changed the read permissions for that folder, and now I can see it with WebShell3 and an FTP client.
Thanks for your help.
|
|
|