i would like to change the thread_view template while showing an item promoted to portal. is there a variable in template that i can use to know if its portal-item?
thank you for that.
i have a problem. no attachments are shown in portal. i searched and tryed a lot of settings but i never get the attachment-chooser or something to see.
what could be the problem?
i got it. i had to select it new and than promote it again. because it was automatic promoted...
well, i have done a cleanup tool. if you have deleted tags with mysql query above.
$page = intval($_GET['p']);
$pp = 350;
$start = $page*$pp;
$link = mysqli_connect($host,$user,$pass);
if($link) { if(mysqli_select_db($link,$datb)){
mysqli_query($link,"SET NAMES...
i tryed with:
DELETE t, tc, trc FROM xf_tag AS t
left JOIN `xf_tag_content` as tc ON t.tag_id=tc.tag_id
left JOIN xf_tag_result_cache AS trc ON t.tag_id=trc.tag_id
WHERE t.use_count < 4
but need to cleanup thread information ...
xf_threads in colum tags its a blob :(