I'm really sorry for my late answer, Rocketfoot. I'm not in the fit condition in this week
For the newthread link:
Create a new template in global template:
xtld_forumdisplay_newthread
You can change the newthread button image there, if you have a button for the newlink. Something like this:
For the Back "button", I've updated it for additional link (edit post link) in threadlist, and I've updated the Redirect Time Delay:
Required at least XThreads v 1.32:
- Edit Redirect Delay custom thread fields:
Blank Replacement Value: and Display Format: (to keep the "compatibility" for existing thread):
- Edit Back custom thread fields:
Blank Replacement Value: and Display Format: (to keep the "compatibility" for existing thread):
- Then, edit xtld_forumdisplay_thread template, add {$GLOBALS['threadfields']['xtldback']} to the template, something like this:
This update will add edit post link for each thread in thread list (viewable for admin only). So, when we need to edit a thread, we don't need to view the postbit, just click the edit link
Links In Categories - Admin View:
Links In Categories - User View:
For the redirecting to the Link Directory Index after submitting a new link, we need a plugin for that. I've attached the example plugin.
Open up the file, edit this line:
List your forum id for each link directory there. In that sample, there are 21,22,23 and 24. Then, upload it to your inc/plugins directory. Activate it.
Again, I'm really sorry for this late.