th3gh05t
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Listing a DirectoryHi,
I am glad to see that I am not the only one who wanted a feature like this for their website.
Recently, I incorporated PunBB into my WP site. (https://www.derekrossler.com/forum/), and had to pass the headers and footers in the main.php for the Forum.
It looks very nice, and I think that we need to do the same with the indexer.php.
BTW – Where can I download that file?
Thanks, th3gh05t
Forum: Fixing WordPress
In reply to: Listing a Directorywow! thank you!
Forum: Fixing WordPress
In reply to: Listing a DirectoryExactly. Something like that. But more like this:
https://brokedownmelodies.com/BrushfireFairytales/Can you help?
Forum: Fixing WordPress
In reply to: Listing a DirectoryI have files that are in a directory. And I need some sort of script that will list all of them, and have them linked.
I have over 200 small files that I don’t want to type out and link them.
Is there some sort of script?
Forum: Themes and Templates
In reply to: borders around cats on sidebarHi,
I decided to put each element into divs, but it didn’t turn out I had hoped for, in Internet Explorer. I have only used Firefox other than IE, and wondering if someone can site check this for me.
https://www.pumpupthevalium.com
Here is the CSS I used for the div:
#sidebar .sidewrap {
border: 2px dotted #ccc;
margin-bottom: 10px;
margin-top: 10px;
}
And some HTML output:
<div class="sidewrap"><li><h2>Theme Switcher</h2>
<ul>
<li class="ts_current_theme"><a href=#=default'>blue</a></li>
<li ><a href='#=green'>green</a></li>
<li ><a href='#=red'>red</a></li>
</ul>
</li>
</div><div class="sidewrap">
<li><h2>Author</h2>
<b>derek</b> - This is where you find information about me.<b>location</b> - los angeles, ca
</li>
</div>Forum: Themes and Templates
In reply to: borders around cats on sidebarsomeone please help me..
Forum: Themes and Templates
In reply to: borders around cats on sidebarOk. This is as far I have gotten. I have figured out how all of the ul,ol, and li works with the CSS.
I am so close.
Here is the CSS:
#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
border:2px dotted #ccc;
}But it also puts a border around the third tier of ‘li’ and it should not.
I am modifying the default template.
Thanks, th3gh05t
Forum: Themes and Templates
In reply to: borders around cats on sidebarThanks for all of your replys!
As soon as I start editing, and run into problems, I will let you guys know.
Thanks again!
Forum: Themes and Templates
In reply to: theme does not appearI am also trying to do this.
I am just chnaging some images, and style tags in the .css file.
But when I upload the folders, they are detected in the WP Admin Panel.
Please help..
Forum: Plugins
In reply to: [FIXED] Audioscrobbler?hi,
does anyone have this plugin?
Forum: Fixing WordPress
In reply to: draft dates and editing in 1.5a6Hi,
I have a couple drafts that should’nt even be drafts. They are blank and I don’t know how they got saved as drafts.
How do I clean them up?
Forum: Fixing WordPress
In reply to: changing dateI figured it out.
I was modifying the wrong file ??
Thanks for your help!