Personal tools
Document Actions

How do I regenerate methods in ZUBB 0.5.3 and 0.6.0?

Up to Table of Contents

How do I regenerate methods in ZUBB 0.5.3 and 0.6.0?

If you are using 0.5.3 or above on Zope 2.1.6 or below you will need add a line to the <b>manage_regenerateDefaultMethods</b> which is under Control Panel / Products / ZDiscussions / ZDTopic

You need to add the 'this(),' statement as seen below

<pre>
dtml-call "manage_addProduct['OFSP'].addDTMLMethod(
this(),
_['sequence-item'],
title=_.getattr(default_methods, _['sequence-item']).title,
file=_.getattr(default_methods, _['sequence-item']))">
</pre>

After that the 'Regenerate Method' menu tab should work fine.

see also:

What about a SQL version of ZUBB?
What about a SQL version of ZUBB?
How do I change the size for all boards?
How do I change the size for all boards?
How do I install AdManager?
How do I install AdManager?
by J. Atwood last modified 2007-10-05 15:33 Tannic, Inc.

You are here: Home Help Center FAQs How do I regenerate methods in ZUBB 0.5.3 and 0.6.0?