Recent content by megamuell

  1. M

    Extra Portal

    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?
  2. M

    Extra Portal

    is it possible to use the attachments thumbnail?
  3. M

    Extra Portal

    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...
  4. M

    XF 1.5 Is there a way to delete unused tags?

    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...
  5. M

    XF 1.5 Is there a way to delete unused tags?

    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 :(
  6. M

    XF 1.5 Is there a way to delete unused tags?

    well a easy free solution would be good too... 30 pounds for one time usage after import...
  7. M

    XF 1.5 Is there a way to delete unused tags?

    Could you please publish this script? i would like to delete all tags with low use and dont want to click 1000 times.
Back
Top Bottom