Recent Topics

1 Aug 05, 2006 18:20    

The wpc_default that comes with the current b2evolution v1.8 is not yet updated especially in the feedback file. It doesn't show the plugins yet. It is easy to add, yes, but the rest of wpc_default's feedback file still lack stuff I've been trying to figure out to no avail.

Example would be, when sending a comment, it returns:
"Please do not send empty comments." I copied the default feedback file into wpc_default and it is producing the same errors, so I am assuming it is with the skin itself ??

Anyway, Im completely at a loss here already so I doubt I'll continue with this one. So I am curious if anyone successfully "fully" converted wpc_default to v1.8?

Thank you very much.

2 Aug 05, 2006 20:23

Replacing the whole file with the one from /skins/_feedback.php should work..

Actually, you could/should use something like:


	/**
	 * We now call the default feedback handler...
	 * However you can replace this file with the full handler (in /blogs) and customize it!
	 */
	require $skins_path.'_feedback.php';


there - look at the custom skin's _feedback.php file (the code above might be for 1.9 ($skins_path)).


Form is loading...