I'm currently going through the templates and making modifications per
the second approach you described. Should be in trunk in the next few
days.
Regards,
Bo
# SNAPBoard specific OPTIONAL settings:
# The following are the defaults, so you only need to set them if you want to
# change them. Note the lack of trailing '/'
#
#SNAP_PREFIX = '/snapboard'
#SNAP_MEDIA_PREFIX = MEDIA_URL + '/media'
On Feb 9, 7:23 pm, "Bo Shi" <bs1...@gmail.com> wrote:
> Also, note the new context processor that must be included for things to work.
>
> On 2/9/07, Bo Shi <bs1...@gmail.com> wrote:
>
> > in examplesite/settings.py, svn rev. 97, the following comment was
> > added to describe the new changeable snapboard prefixes
>
> > # SNAPBoard specific OPTIONAL settings:
> > # The following are the defaults, so you only need to set them if you want to
> > # change them. Note the lack of trailing '/'
> > #
> > #SNAP_PREFIX = '/snapboard'
> > #SNAP_MEDIA_PREFIX = MEDIA_URL + '/media'
>
> > On 2/9/07, Bo Shi <bs1...@gmail.com> wrote:
> > > I've actually run into the same problem :P
>
> > > I'm currently going through the templates and making modifications per
> > > the second approach you described. Should be in trunk in the next few
> > > days.
>
> > > Regards,
> > > Bo
>
return render_to_response('snapboard/thread.html',
render_dict,
context_instance=RequestContext(request,
processors=[login_context, snapboard_default_context]))
or are we expected to implement usage of the variable
TEMPLATE_CONTEXT_PROCESSORS mentioned in the docstring of
snapboard_default_context?
thanks
On Feb 10, 4:40 pm, "johnnie.pitt...@gmail.com"
All's good now.
On Feb 11, 12:38 pm, "johnnie.pitt...@gmail.com"
(rev. 130)