Tannic
 
Document Actions
  • Send this page to somebody
  • Print this page
  • Add Bookmarklet

How do I regenerate methods in ZUBB 0.5.3 and 0.6.0?

Up to Table of Contents
Warning: This item is marked as outdated.

This FAQ applies to: 1.0

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.


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