WebTrooper
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WordPress Admin Bar] How to add links or menus?Disregard this topic. Shortly after posting I figured out how to do it (basically add list items in the wordpress-admin-bar.php as needed), at which point I realized it’s not possible to display to all visitors because the admin bar does not display to all visitors – only logged in users, thus the name “Admin” bar.
Duhhh!!!! LOL
Thanks for the heads up, everybody. Maybe this will inspire another, more community aware developer will pick up on this and create a similar plugin. (hint, hint ;))
This is also a reminder to me, to always read the “What others are saying” link.
pinkgarden, I don’t think the function is the issue with this plugin. Check out these other posts…
http://ww.wp.xz.cn/tags/maxblogpress-ping-optimizer?forum_id=10
Lines 12 – 15 in super-captcha.php
if ( session_id() == '') { // no session has been started yet, which is needed for validation // session_start(); }uncomment session_start();
if ( session_id() == '') { // no session has been started yet, which is needed for validation session_start(); }It’s probably the same solution for CatalysTim.
You may not have nailed the problem, parkstreet, but you kept me searching and that made all the difference. Thanks big time! =)
Thanks for the fast reply, parkstreet. My super-captcha.php stops at the final ?> line with no spaces or line breaks after that. The line at 1163 is session_start(); in the following..
function Securimage() { if ( session_id() == '') { // no session has been started yet, which is needed for validation session_start(); } }thanks
Exact same problem here. Hoping to bump this topic and get some help, anybody? 🙂
I’ll post back if I find anything
Forum: Fixing WordPress
In reply to: Build a theme from scratch tutorial?Thanks for the link, jleuze.. exactly what I was looking for. 🙂