On 20/8/2010 1:26 PM, Teddy wrote:
We are running 0.11 .

I've read everything I could in relation to iTemplateStreamFilter and
transporters... unfortunately as I am not a programmer it is the next
closest thing to gibberish. :(

Given the documentation you turned me onto I thought it might be best
to try to make these changes via a plugin but I could not write the
code or anything which resembles functional code after a few nights
giving it a shot.

I don't see why it is not possible via the template file... I just
have no idea how to get this right. Anyone with a little time to spare
mind pointing out where my original template code is going wrong?

Even editing the template files directly would suffice for me... any
one know why editing the template files directly has no effect even
after restarting the server?

Losing sleep on this, heh, wish I had continued programming when I was
younger, I am sure this is trivial. :(


With regards to template edits not taking effect, there's a possibility you're editing files the source directory, and not recompiling them. If there's a file in the top of the directory called `setup.py`, try running the following commands from within that directory:

  python setup.py build
  python setup.py install

Then restart the webserver.
(You may need to run these commands as Root, depending on your setup. Also, I have no idea how to do this on Windows, if that's what you're running this on.)

Effectively, if you're editing files in the source directory, but not rebuilding and reinstalling them, then they won't get copied into the actual installed directory (hence why the changes won't appear to take effect).

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to