Jump to content

Miss_B

Members
  • Posts

    1,484
  • Joined

  • Days Won

    4

Community Answers

  1. Miss_B's post in Querying Database was marked as the answer   
    What is it precisely that you want to do? 
    Have a look at this link for quering/accessing the database.
    To use tables to pull and display info from a database table, have a look at this link.
    Hope it helps.
  2. Miss_B's post in Disable Recent Profile Visitors Block on All Accounts? was marked as the answer   
    At the profile template, either remove or comment out this code and save the changes.
    {{if !empty( $visitors ) || \IPS\Member::loggedIn()->member_id == $member->member_id}} <div class='ipsWidget ipsWidget_vertical cProfileSidebarBlock ipsBox ipsBox--child ipsSpacer_bottom' data-controller='core.front.profile.toggleBlock'> {template="recentVisitorsBlock" group="profile" params="$member, $visitors"} </div> {{endif}}  
  3. Miss_B's post in Allow guests to download attachments in post? was marked as the answer   
    You can do that at the permissions for guests. Tick the Download Attachments options for the forums where you want them to.
  4. Miss_B's post in Mass Delete Status Updates? was marked as the answer   
    To be done properly this will require a cutom plugin. You can delete them with sql query too, but I would not recommend doing it that way.
  5. Miss_B's post in Adding menu items into an existing one was marked as the answer   
    Go to the Developer center section of your app and you can add your menu items under Modules - Admin tab. And for Menu Tab enter customization. I hope it helps.
×
×
  • Create New...