masquerade
Forum Replies Created
-
Forum: Plugins
In reply to: Dunstan’s time_of_day anyone?Dustan, did you get the e-mail that I sent you about the source code? I want to use it but I need to be sure it is open source and not proprietary.
Forum: Plugins
In reply to: wp-mood-quote (random quotes based on mood)eh, yeah, i’m so sorry for all the doc errors and stuff, thrown together during the afternoon, not in my 3AM prime.
I would suggest making sure that the plugin is activated in the admin panel and that there are quotes already added, otherwise it will problably show nothing. If there is still a problem you might visit the contact page on my website so we can sort if out faster and get a new version posted if needed.Forum: Plugins
In reply to: Only certain posts to front page?using MooKitty’s show categories plugin you could have only certain categories display on the main page, and all others would have to be viewed by clicking the category name.
Forum: Plugins
In reply to: wp-mood-quote (random quotes based on mood)oh, you must’ve downloaded the archive before there was the fix, i’m sorry about that. You might try downloading it again, it should work correctly out of the box now
Forum: Plugins
In reply to: my Faked Folders problemwell, you take your index page, and basically you take out where the post content should be and instead you fill it with whatever you want on your static page. For example
<!--header start-->
<html><head><title>whatever</title><link rel="stylesheet" href="style.css"></head><body><div class="content">
<!--header end-->
that would all go into header.php, and on each static page you want you just put<?php include('header.php'); ?>
. You use the same method for the footer file, and viola! static pages.Forum: Plugins
In reply to: style-switcher on localhostalso, instead of localhost, try 127.0.0.1
Forum: Plugins
In reply to: Looking for collapsible tree menulook at some of the sites on the wiki’s well designed page:
https://wiki.www.ads-software.com/PhotoMatt/WellDesignedForum: Plugins
In reply to: my Faked Folders problemI personally don’t recommend using a plugin like fake folders. The easiest and most flexible thing to do is to take the top content from your main page and put it in header.php and the bottom content in footer.php, and then just make a new file with the includes. Then you only have to edit header.php and footer.php and your whole site changes.
Forum: Plugins
In reply to: wp-mood-quote (random quotes based on mood)it won’t die, if you like you can see a working example at drDave’s site.
https://unknowngenius.com/blog/
If you need help installing it i’d be glad to help.Forum: Plugins
In reply to: wp-mood-quote (random quotes based on mood)possibly, i’m going to change the docs to recommend 0777 just in case
Forum: Plugins
In reply to: Easy way to include a certain PHP scriptyou could just take everything from the content div and above, put it in header.php, and everything from the end of the content div and below in footer.php, and include it at the top and bottom. What I always do.
Forum: Plugins
In reply to: Title Images (server side plugin)Ah, alright, I’m so sorry for that error, the docs will be fixed
Forum: Plugins
In reply to: Title Images (server side plugin)https://www.collins-house.us/generate.php?string=test
The script to generate the image is working fine, so I would just try implementing the code one more time. I’ll be in the IRC room for a while if you need me.Forum: Plugins
In reply to: Title Images (server side plugin)Every place I’ve seen it runs fine, can I see your index code so I can see what’s wrong?
Forum: Plugins
In reply to: WP-Wordcount PluginProblably not too hard, would just have to find out where that more text is, and replace the more text with the php function. If you would like I’ll try to help you if you contact me, I’m in the IRC channel as masquerade or aim as masqueradicstyle