Definitely not right. Should have 3 or 4 static functions there. Will take a look and upgrade it in a couple of hours. Will send you a message with the right file too.
I just tested and the ISBN works fine:
Link to https://www.barnesandnoble.com/noresults/9781529377989
👍
----------------
EDIT: I will check this is a few days. The link to B&N seems to be broken.
There's nothing weird here. 9781529377989 has 13 digits. 13 digits will create a link to Barnes and Noble as stated in a lot of places in this topic/file.
What's New in Version 1.2.0:
New setting to automatically enable RSVP when creating new events
Fix: reposition the EVENTS AT VENUE in Calendar index
FIx: missing language bits
Not sure this is expected. The topic was just created; no reply; not approved yet and I got that message asking to indicate any of the replies. There is none.
forums_topics and forums_posts.
Take a look at this topic:
There will be only difference: you’ll have to replace 2 for -1 but I’m not totally sure; would have to make a quick test. I’d recommend to wait for a confirmation. I should be able to do it in a couple of hours or so.
What's New in Version 1.1.0:
Added new setting to display online/offline status of members:
Display online status?
Type of online status
- Dot
- Online or Offline text
Show status in members who are offline?
That’s a bug in current version. It isn’t showing up due to changes in template. There’s a pending version awaiting approval that will fix it. The button will show you beside the Create Event button and when clicked, a popup will appear listing all Venus. Select one and then you’ll have all events on it.
It is using:
<strong>{$tabData[1]->author()->name}</strong>
Should be (or simply the lang bit post_anonymously_placename if you don't want to use a link) :
<strong>{$tabData[1]->author()->link( NULL, NULL, $tabData[1]->isAnonymous() )}</strong>
There's a note in 1.1.0:
I don't remember the reason. I think it was using the core_Theme extension to upload images. Anyway, 5 sales in more than one year... so I really don't feel motivated to waste much time with this.
Yes, that’s the problem when you are used to technical terms: you take it to the letter. As you said “posts”, I showed you how to it with posts. Anyway, glad you figured it out.
I have no idea. It should check for columns in core tables and call the queues and the queue will uninstall the plugin when completed, just like any other resources I did.
I made a mistake on this probably. Will take a look and fix.
What's New in Version 2.2.2:
Added setting to prune log
Added 2 new entries in the log:
Entered the right password
Entered a wrong password
Fix password not showing up (masked) when you're trying to change it
You can run the following query in your PHPMyAdmin (your host panel:
update forums_posts set queued = 0 WHERE queued = 2 AND author_id = XXX;
where XXX is the member_id.
After that, hide and unhide any post just to update the cache so then it will dismiss the pending notice in the index/forum view.
DO AT YOUR OWN RISK.