MyBB Hacks

Full Version: Gallery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Hello,
How can I permanently delete pictures? I can only make a soft delete on all images.

greeting lenox
I'm sure XThreads 'follows' MyBB's behavior. If you delete permanently a thread, any XThreads data related to the thread will be deleted permanently as well.
problem is I have on the thread list page no possibility to select a thread for inline moderation.

[attachment=1170]

If I edit a thread as a moderator and then select delete post I have only a soft delete.
[attachment=1169]
(03-12-2018 01:50 AM)lenox Wrote: [ -> ]problem is I have on the thread list page no possibility to select a thread for inline moderation.

If this only happens to the Gallery, you can use Moderation Options from Showthread page(?).
Also, you can add {$modbit} variable in your gal_forumdisplay_thread template for displaying the checkbox to select thread(s) from thread list.
I love the gallery but the issue I get is when I click the image I only get the thread + subject text that I filled in when I click the image, how to solve this problem?
I've gone through this thread a bit and can't seem to find the issue here.

My thumbnails are not working, the standard "Image" alt text and the file icon placeholder.

Chrome shows error:

Code:
GET https://myrpg.widowcc.com/xthreads_attach.php?file=1_1654238548_335eae76/dcbc70bda71e52ced322e9484b203221/loremipsum.png/thumb450x164 404

- screenshot: https://i.ibb.co/mSmdt3R/Capture.png

Here is the dir_forumdisplay_thread code:

Code:
<td class="{$bgcolor}" style="text-align: center;" width="33%">
<table border="0" cellspacing="0" cellpadding="0" height="100%" width="100%" align="center">
<tr style="height: 1.2em;"><td>
	<span>{$prefix} {$gotounread}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a></span>
	<div class="author smalltext" style="display: inline;">By {$thread['profilelink']}</div>
</td></tr>
<tr style="height: 250px;"><td>
<a href="{$thread['threadlink']}"><img src="{$GLOBALS['threadfields']['dir_img']['thumbs']['450x164']['url']}" alt="Image" width="{$GLOBALS['threadfields']['dir_img']['thumbs']['450x164']['w']}" height="{$GLOBALS['threadfields']['dir_img']['thumbs']['450x164']['h']}" /></a>
</td></tr>
<tr style="height: 1.2em;"><td>
<span style="float: left;">Comments: <a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</span>
<span style="float: right;">Views: {$thread['views']}</span>
<div class="clear"></div>
</td></tr>
</table>
</td>


Thread field settings are this:
https://i.ibb.co/JC3XkbJ/screencapture-m...https://i.ibb.co/JC3XkbJ/screencapture-myrpg-widowcc-admin-index-php-2022-06-03-01



I have rebuilt thumbnails several times, no fix.
{$GLOBALS['threadfields']['dir_img']['url']} displays the image though lol. So I'm thinking I've somehow messed up thumbnails.
does this still available?
I try to apply this in my forum but got error every time fill in the image wether its using file upload or URL.
The error show Value for "Image URL" is required.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Reference URL's