Laughinglizard
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: comments are closed?Anon, I used w.bloggar myself to test the problems dicussed in this thread (latest version, downloaded yesterday) . When I post with w.bloggar and the default comment option set to open, the comments stay open on my posts. You might be using an older w.bloggar version.
I am starting work on an XML-RPC based blog posting application for windows. This application will you set your own RPC custom methods with help files suggesting different XML-RPC entry points for different applications (thus letting you post to multiple blogs from multiple vendors with the same post). Scheduled beta release is a months away though. 🙂Forum: Fixing WordPress
In reply to: Changing Link layoutSG: Look under Link Manager Settings under the options page, all the settings you need are in there…
Forum: Fixing WordPress
In reply to: Changing Link layoutSG, the update issue takes a couple of minutes (took mine quite a few minutes the first time) to sync, patience worked for me that time 🙂 The code gets a little convoluted and time dependant because of the XML updates from Blogrolling. Is your file gettings updated? Check the time stamp on your updates file. If not, you might have a problem.
Ajay, I fixed the links list to my satisfaction. Check it out at http://dinki.mine.nu/weblog/ and if you like it, here is what you do:
Replace your links.php under the wp-links folder with the text from the following file: http://dinki.mine.nu/weblog/b2-img/links.phpsForum: Fixing WordPress
In reply to: Changing Link layoutSorry….Mike beat me to it…school tripped me over! 😛
Forum: Fixing WordPress
In reply to: Changing Link layoutGood question, I might retool the function to get that right. I have been wanting to implement that myself, but that waited because of the font size issue. I dont want to fix it in the CSS (which you could do) because I am using that nesting elsewhere. Look for a hack/fix later tonight or tomorrow on this thread.
Forum: Fixing WordPress
In reply to: Changing Link layoutAjay, You could use the get_links_list() function that dougal wrote for links.php It spits out all the links in their respective categories as an ordered list. The parameters are order by (default is name) and whether to show blank categories or not (default is to leave empty categories out)
SG, there are a couple of functions in links.php which could help you out. It sounds like you already know the categories you want to seperate. You could use get_linksbyname() There is a good set of comments inside wp-links/links.php which tells you how to use the functions.
Hope this helps.
Peace.Forum: Requests and Feedback
In reply to: Built-in statisticsAt this time, I use a javascript refer script which keeps track of hits on a page by page basis. However, as I have my permalinks setup to point to a single post and associated comments, it almost acts like a popularity rating of a particular post. The code is real simple, (from another javascript coder) but uses text files to keep track of visits. Here are some of the items I believe are important to my blog tracking (in no particular order):
1) Which search engines and which keywords
2) Which posts get the most attention (possibly a popularity count, no of direct hits, no of hits referred to by the main blog, –more– clicks)
3) Highest referer count from…
4) Hits to main blog by day, month and year
5) Incorporating Alex’s “since last visit hack”, post and comment count
and finally…
6) Some way of tracking a hit into a blog. Let me explain myself on this. As we already know how many times an entry has been accessed, I think it would be really interesting and useful to know entry and exit points for a certain visit. Do most people come in through the entry page for the blog or through a search engine into a category, or directly to a post? (this is very true for my weblog tools blog, and I modify the index to be more post centric than main blog centric) I second Matt’s idea of having a wp-refer included in every page. This file could grab HTTP_VARS as and when they appear. In my idea, when a visitor enters the page, an entry for the user is created in the database and is not ‘expired’ till a timeout occurs (which would be triggered by another visit by someone else after the timeout period). This also gives us the power of providing the returning user with useful tracking and follow up information on their next visit, maybe a customized bread crumbs of sorts.
I know this is convoluted, I have been working on OpenGL all day and my mind is all GLed up, so please excuse my thoughts 🙂 I would be glad to explain myself further or help out . Thanks for reading thus far.
Peace.Forum: Fixing WordPress
In reply to: private postsI think the password you are inputting is somehow wrong. I would delete the post and try putting a test post in with a simple password. Remember that passwords are case sensitive
Forum: Fixing WordPress
In reply to: comments are closed?Well, one quick solution is to change the default post comment settings under default post options (under the admin page) to “open”. w.bloggar would just use the default settings, which would leave comments open. I could rewrite the blogger.newPost method for xmlrpc.php, but it would cause problems because w.bloggar does not allow modifications of their xmlrpc method calls. There would also be other problems with compatibility as this “b2 legacy” xmlrpc has well documented methods which are often used (and xmlrpc arguements are positional, thus picky).
Forum: Plugins
In reply to: Waypath Hack: Content related random trackbacks frI appreciate your positive feedback. I would think opening a new window every time would be intrusive (I hate pop-ups and pop-unders), a link that says “Click here for related entries from Waypath”, would be better. However, that does change the dynamics of the plug-in. I would have to redesign it somewhat to accept a post number and take it from there. It will take me a little while, I have a lot of homework to finish. 🙂 Hopefully sometime next week. If I forget and you still want me to develop it, shoot me an email and remind me.
Forum: Themes and Templates
In reply to: Layout QuestionsIt is very difficult to judge what you are talking about without looking at your CSS and index.php. How about a link to your CSS and your blog as it stands now?
Forum: Everything else WordPress
In reply to: Name that blog…Hehe…this is a nice thread, very fun to read through. I really wanted to add my two backslashes. I have used the nickname LaughingLizard since my undergrad days. I did nothing special to think of the name, just sounded like I fit right into it. After graduation I wanted to register the name but found some restaurant owner (very lascivious business genre) had registered it already. The desire to name my blog after my nickname had to come to an end for the time being. As for the present name of my blog, I worked very little to acquire it. I love the word muse, worked it around a little, kept in mind that I wanted it to be something that is easily searchable and distinct as a word group, and there it was. As luck would have it, when I could finally afford to purchase the domain, I found that too was registered! 🙂 Here is a link that you (and other name seekers) might be interested in and it might help you get some interesting ideas. It randomly generates blognames for you. Hours of fun!!
Chris Thompson’s Blog Name GeneratorForum: Fixing WordPress
In reply to: Logout doesn’t worksiewihs: sounds like you have a systemwide issue. Are you running any firewall software or any extra browser additions (such as speed doubler or something like that?) Older proxies might cause problems as well because of cache/cookie refresh issues.
theweb: I write to a bunch of different WordPress blogs, all running different versions of WP. I dont have the problem that you mention. If the problem persists, tell us a little more about your setupForum: Fixing WordPress
In reply to: comments are closed?What happens when people try to comment? What exactly is the error generated? A glimpse into your error-log from apache would help as well. Anonymous, if possible, please post your blog address so we can take a quick look.
Forum: Fixing WordPress
In reply to: Single PostApologetically,I have to bow out of this topic for tonight, I have a test tomorrow … anyone else willing to help?