Resource icon

Post Macros 4.3.2

No permission to download
For some reason the Buy Now link isn't working - had to go to your site manually.

Update won't run.

Code:
An error occurred while running SQL in class LiamW_Macros_DatabaseSchema_Macros

I'll check the link...

Could you reupload the file & check the HTML source near the text? It worked fine on XF Liam :)

(I had a few issues using an installer, so don't use one)

Liam
 
I'll check the link...

Could you reupload the file & check the HTML source near the text? It worked fine on XF Liam :)

(I had a few issues using an installer, so don't use one)

If your add-on doesn't work with installers why not make a note of that in the install instructions?
Code:
An error occurred while running SQL in class LiamW_Macros_DatabaseSchema_Macros <!-- Mysqli statement execute error : Duplicate column name 'lock_thread'
 
Sometimes it works, sometimes it doesn't. I'll create a note though.

It looks like some of the installation code ran correctly, so it can't be run again as the XML didn't import.

Could you run the following SQL, then reinstall. Like I said, it worked fine when updating XF Liam...

Code:
ALTER TABLE liam_macros DROP lock_thread;
ALTER TABLE liam_macros DROP apply_prefix;
ALTER TABLE liam_macros_admin DROP lock_thread;
ALTER TABLE liam_macros_admin DROP apply_prefix;

If any of them give an error stating the field couldn't be found, ignore it - it wasn't added yet.

Liam
 
Added the ability to lock the thread or set a thread prefix for macros. This only applies when replying to a thread, and will only work for staff.

Can you add the ability to move thread to a specific forum?
 
Did anyone managed to make this last version working ?
When selecting a macro in Admin Macro dropdown, i get "
You are not allowed to use the requested macro!"
Administrator is ticked in permission of the macro page as well as in the XF global permissions.

In XF permission, i set set user permission to be able to use macro.
In user profile, i can't see any macro option entry.

What are the request to clean all Macros entries in the database ?
I tried
Code:
ALTER TABLE liam_macros DROP lock_thread;
ALTER TABLE liam_macros DROP apply_prefix;
ALTER TABLE liam_macros_admin DROP lock_thread;
ALTER TABLE liam_macros_admin DROP apply_prefix;
but seems not enough :(

Thanks for support
 
Last edited:
Liam W updated Post Macros with a new update entry:

Complete Rewrite

Read Entire Update
This is a complete rewrite, with a different table structure & add-on ID.

This must be installed as a new add-on - an update will not work!

I recommend the old add-on is disabled prior to installing this update.

You should update your permissions for the new version once installed - they're now separated into two interface groups.

Once installed, you may be able to import your user & admin macros from the old...

Read the rest of this update entry...
 
Nice work Liam.
The addon does not work with TinyQuattro : selecting macro does not display the macro.
Sent you details via PM.
Regards
 
@Liam W bug: if i create a macros for the thread and create a thread with it, the thread is always closed, while in the macros settings is not selected the corresponding item. Same on user macros for thread.
 
Liam W updated Post Macros with a new update entry:

Bug Fixes

4.0.3
  • Fix uninstallation (sorry about that - I rarely uninstall add-ons at all, so I didn't catch it).
  • Add file checksum hashes for the file health check & installation.
4.0.4
  • Fix bug with prefix application
  • Fix bug with threads being locked upon creation
  • Implemented thread prefix application/thread locking to create thread

Read the rest of this update entry...
 
Hey Liam, sorry to bother, but did you ever get to take a look at this?

Thanks!

Not really, I may take another look though.

I really think it may be outside the scope of this add-on, but I'll have another think :)

Liam
 

Similar threads

Back
Top Bottom