Author Topic: AutoPromote  (Read 8055 times)

0 Members and 1 Guest are viewing this topic.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • ****
  • Posts: 3339
  • Karma: 108
  • Project Specialist
    • View Profile
    • Team Ulysses [ULib/ULX, other fine releases]
Re: AutoPromote
« Reply #105 on: August 20, 2010, 02:25:16 PM »
Try placing the two commented lines outside of the table.
In otherwords, take the
Code: [Select]
local blah = {
-- blah.
-- blah,
["#"] = "blah",
...
}
and make it look like
Code: [Select]
-- blah.
-- blah,
local blah = {
["#"] = "blah",
...
}

I'm not even sure the version from the original release post is working anymore.
There's been much discussion and two or three re-writes of the code, all I think within this thread, by different authors
The thread is a mess, but if you find the latest re-write, and convert to the latest way of storing the group tables, you may have better luck.
Look over the last 2-3 pages.
Software Upgrade Paradox - If you improve a piece of software enough times, you eventually ruin it - David Pogue

Offline lavacano201014

  • Jr. Member
  • **
  • Posts: 65
  • Karma: 6
  • Rawr.
    • View Profile
Re: AutoPromote
« Reply #106 on: August 29, 2010, 05:27:18 PM »
I'm not sure which version of AutoPromote I have, but I do know mine works fine.

Should I zip it and attach it?
Circle reasoning works because circle reasoning works because...