MeMaBlue Posted July 24, 2017 Posted July 24, 2017 Hello! here is what i need! a) I want the number of posts to approve to be visible on desktop like this: and on mobile phone devices (now its not visible when using iphone) like this [black box is the number of posts to aprove] I just copy pasted the image from where you can see it in the aproval queue. b) again, in the approval queue , i want the category/forum, in which the topics are published/will appear when approved, is visible (on all devices) , (right now you cant see which category the topic or post is posted in. - you can see only the topic title ) i have many members posting in wrong sections because they are too bored to search but also because we have many detailed forums, so this way before aproving i can give also warnings for that too and know immediately that i need to also move the topic. . c) i need the plugin to change and show the seconds on the time and date of any post when you hover over it. right now it only shows minutes. its a security issue that we need to have. Please let me know if you can do it and how much you think it would cost! - Tag anyone who you think might be interested. thank you. @Adriano Faria ? @newbie LAC @Theme Tent UK can you recommend anyone who can do this ?
MeMaBlue Posted August 27, 2017 Author Posted August 27, 2017 just wondering if anyone would be interested in co-sponsoring that... the number of posts to approve visible right at the top, and visible from mobile, must be worth something... and the visibility of the category of the post to approve also (since then you know if right away you need to correct its location and/or warn user for not posting in the correct place) the seconds are needed for secure /fast location of the ip by police in case you have sensitive audiences (underage, drugs, psychology, sensitive groups, moms with depression) and they need to be located by police if they are endangered. [this is what we were told here, in greece, would be interested to know if anyone has input of that] :-) anybody?
newbie LAC Posted August 28, 2017 Posted August 28, 2017 Hello, On 25.07.2017 at 0:46 AM, MeMaBlue said: ? @newbie LAC can you recommend anyone who can do this ? I can't recommend myself A. B. You can edit template core - front - modcp - approvalQueueItem Find {{if $container}} <p class='ipsType_reset'>{lang="posted_in_container"} <a href="{$container->url()}">{$container->_title}</a></p> {{endif}} add above {{if $item instanceof \IPS\forums\Topic\Post}} <p class='ipsType_reset'><a href="{$item->container()->url()}">{$item->container()->_title}</a> - <a href="{$item->item()->url()}">{$item->item()->mapped('title')}</a></p> {{endif}} C. Not for title attribute
MeMaBlue Posted August 28, 2017 Author Posted August 28, 2017 super will do these and followup. unfortunately the plugin that shows the posts to approve does not work at 4.2. - good thing is that i havent updated yet because of the many plugins i have - which i dont know if they will be working, so , will try it.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.