Search found 46 matches

by TopDawg
Mon Feb 11, 2008 4:19 pm
Forum: Installation
Topic: htaccess issue?
Replies: 4
Views: 3518

Out of curiosity, what causes this? I have the DirectoryIndex specified in my httpd.conf file...does s9y's .htaccess override that?
by TopDawg
Mon Feb 11, 2008 3:01 am
Forum: Installation
Topic: htaccess issue?
Replies: 4
Views: 3518

htaccess issue?

Hello! I'm starting a new site for local musicians to get in contact with each other where I want to have a s9y blog in the root directory followed by a phpBB forum in a /forums/ subdirectory. When I attempted to install s9y yesterday, the .htaccess file made it so that any reference to the forums/ ...
by TopDawg
Tue Nov 20, 2007 6:20 pm
Forum: Themes
Topic: Probably very simple, but...
Replies: 4
Views: 4259

It's magic! ;) thanks both of you!
by TopDawg
Mon Nov 19, 2007 1:02 am
Forum: Themes
Topic: Probably very simple, but...
Replies: 4
Views: 4259

Well I just tried that to no avail...I'm going to put style inline for now...
by TopDawg
Sun Nov 18, 2007 6:37 pm
Forum: Themes
Topic: Probably very simple, but...
Replies: 4
Views: 4259

Probably very simple, but...

On my blog, I have HTML nuggets in the sidebar. I wanted the links in the sidebar to be a different style than the body, so I added the following: div.serendipitySideBarContent a:link { color: #392310; text-decoration: none; } div.serendipitySideBarContent a:visited { color: #DF6108; text-decoration...
by TopDawg
Sun Nov 18, 2007 6:31 pm
Forum: General discussions
Topic: Frameborder
Replies: 4
Views: 2748

I could be wrong (I'm not exactly an expert myself...), but I think it's

Code: Select all

scroll="noscroll"
try it out...if not, I'm sure Carl or Garvin will correct me ;)
by TopDawg
Fri Nov 09, 2007 4:21 pm
Forum: Showcase (old)
Topic: Welt Hertha Linke - Custum Style
Replies: 2
Views: 5730

In your CSS for "body" add:

Code: Select all

margin-top: 5px;
by TopDawg
Fri Jan 12, 2007 5:14 am
Forum: General discussions
Topic: Constant Permissions Problems
Replies: 3
Views: 2467

possible...

How would I check who the "owner" of a file is?
by TopDawg
Fri Jan 12, 2007 5:02 am
Forum: General discussions
Topic: Constant Permissions Problems
Replies: 3
Views: 2467

Constant Permissions Problems

I'm not sure if I'm doing something wrong or what, but no matter what I try, I always seem to get permissions errors.

I've gone in through SSH and done CHMOD 777 to the directories it tells me the problem is in, and it still gives me the errors.

What could cause this?
by TopDawg
Sat Nov 18, 2006 12:17 am
Forum: Themes
Topic: Very Simple: Place Ad After Entry?
Replies: 3
Views: 2763

I wanted the banner to show up at the bottom of each entry before where the category and author, etc are listed - for example: blah blah blah, here's my entry (ad banner here) --------------------------------------- Entry by: Me Category: Random The code they gave me is the following: <script type=&...
by TopDawg
Thu Nov 16, 2006 8:29 pm
Forum: Themes
Topic: Very Simple: Place Ad After Entry?
Replies: 3
Views: 2763

Very Simple: Place Ad After Entry?

I was wondering where I should paste my ad code (chitika) within entries.tpl if I want it to show up at the end of my entries?

I've tried some places that looked "logical" (to me, at least) and it makes my page go blank.

Thanks ahead of time!!
by TopDawg
Tue Nov 14, 2006 4:45 am
Forum: Themes
Topic: Disable Styling in One Sidebar Plugin Only?
Replies: 6
Views: 4458

i forgot to add...this is how it renders: <!-- Begin: AdBrite --><br /> <br /> <style type="text/css"><br /> .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #FF6E1F;}<br /> .adText {font: normal 10pt Arial; text-decoration: none; color: #251600;}<br /> </style><br />...
by TopDawg
Tue Nov 14, 2006 4:42 am
Forum: Themes
Topic: Disable Styling in One Sidebar Plugin Only?
Replies: 6
Views: 4458

well this is what they had me put into my sidebar. is it arranged incorrectly? <!-- Begin: AdBrite --> <style type="text/css"> .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #FF6E1F;} .adText {font: normal 10pt Arial; text-decoration: none; color: #251600;} </style>...
by TopDawg
Tue Nov 14, 2006 4:02 am
Forum: Themes
Topic: Disable Styling in One Sidebar Plugin Only?
Replies: 6
Views: 4458

Is there a way to have it carry no styling whatsoever, though? My goal is to let their (adbrite's) own styling come through
by TopDawg
Tue Nov 14, 2006 2:40 am
Forum: Themes
Topic: Disable Styling in One Sidebar Plugin Only?
Replies: 6
Views: 4458

Disable Styling in One Sidebar Plugin Only?

I have some ads through adbrite on my blog, and the styling of my blog automatically makes their whole ad orange.

How would i disable my blogs stylesheet ONLY in that plugin?