On Tuesday, March 24, 2015 at 2:27:13 PM UTC-7, pineapplehandler wrote: > > I'm not seeing any changes in the ticket. This is what I have done: > > Installed Trac via Turnkey Linux <http://www.turnkeylinux.org/trac> > Installed Blackmagic via trac-hacks > <http://trac-hacks.org/wiki/BlackMagicTicketTweaksPlugin> > easy_install http://trac-hacks.org/svn/blackmagictickettweaksplugin/0.11 > > vi /etc/trac/svn-project.ini > > [blackmagic] > tweaks = type, component > type.label = State > type.tip = Please choose a state > component.label = Table > component.tip = Please select a table > > [components] > blackmagic.* = enabled > > service apache2 restart > I also navigated to the Admin Plugins section and noticed that the > Blackmagic plugin was disabled, so I placed a checkmark in it and restarted > apache again: > > > <https://lh4.googleusercontent.com/-GQAtVE6ltQo/VRHWIgu0HcI/AAAAAAAAABA/2rcK13-Q5m0/s1600/blackmagic.png> > Still no customizations showing up. What am I missing? >
Which Trac version? The plugin has a 0.12 branch, so unless you are running Trac 0.11 you should install from the 0.12 branch. Next step is to look in the logs: http://trac.edgewall.org/wiki/TracTroubleshooting#ChecktheLogs -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
