Thread Rating:
  • 3 Votes - 4.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Gallery
lenox Offline
Junior Member
**
Posts: 15
Joined: Mar 2018
Post: #141
RE: Gallery
Hello,
How can I permanently delete pictures? I can only make a soft delete on all images.

greeting lenox
03-11-2018 10:06 PM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #142
RE: Gallery
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.

03-11-2018 11:53 PM
Find all posts by this user Quote this message in a reply
lenox Offline
Junior Member
**
Posts: 15
Joined: Mar 2018
Post: #143
RE: Gallery
problem is I have on the thread list page no possibility to select a thread for inline moderation.

   

If I edit a thread as a moderator and then select delete post I have only a soft delete.
   
03-12-2018 01:50 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #144
RE: Gallery
(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.

03-12-2018 04:02 AM
Find all posts by this user Quote this message in a reply
blacksword Offline
Junior Member
**
Posts: 9
Joined: Dec 2016
Post: #145
RE: Gallery
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?
03-16-2022 12:26 AM
Find all posts by this user Quote this message in a reply
c.widow Offline
Junior Member
**
Posts: 2
Joined: Mar 2022
Post: #146
RE: Gallery
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:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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.
(This post was last modified: 06-03-2022 05:05 PM by c.widow.)
06-03-2022 05:01 PM
Find all posts by this user Quote this message in a reply
poeja Offline
Junior Member
**
Posts: 1
Joined: Jan 2024
Post: #147
RE: Gallery
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.
02-01-2024 02:08 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: