Jump to content

Lock Down

Rising Star
  • Posts

    1,035
  • Joined

  • Last visited

  • Days Won

    71

Lock Down last won the day on November 3 2021

Lock Down had the most liked content!

1 Follower

Profile Information

  • Software
    Legacy IPB
  • Version
    3.4

Recent Profile Visitors

3,301 profile views

Lock Down's Achievements

Rising Star

Rising Star (9/14)

  • First Upload Rare
  • First Post
  • Collaborator Rare
  • Posting Machine Rare
  • Conversation Starter Rare

Recent Badges

265

Reputation

  1. Check this for that skin in css . Change the width /height and set padding to 0. Yours must have a background image in it.. .author_info
  2. Try like this. 3 is the member group.. <if test="$this->memberData['member_group_id']==3"> <div class='block middle'> <h3>Moderation Tools</h3> <ul> <li><a href='FORUM NAME.com/index.php?app=core&module=modcp/'>Mod CP</a></li> </ul> </div> </if>
  3. I can only guess that those are the custom profile fields i the userinfopane. So in admin panel Members > Custom Profile Fields find Contact Methods Click skype as an example then find Then follow the example in red and use the image you want
  4. Did the userinfopane come that way in the skin or did you make changes?
  5. because the rar is not set up as a valid mime type.
  6. If you have not added any new hooks that may have caused it then go to admin panel Look & Feel > Template Tools check all these boxes on both sides then click rebuild Rebuild Master Skin Data Then at the top click recache skin sets for all Recache Skin Sets all skins sets
  7. Here is a tutorial http://www.siteground.com/tutorials/phpmyadmin/phpmyadmin_create_database.htm Use your existing database, user and password. But you don't have the table definition. If it is not in the php script it won't help you to create the table.
  8. in admin panel Look & Feel > Manage Skin Sets & Templates > Manage Templates Board Index boardIndexTemplate find <if test="showTotals:|:$this->settings['show_totals']"> <div id='board_stats'> change to <if test="showTotals:|:$this->settings['show_totals']"> <div id='board_stats' style='display:none'>
  9. Here is a hook I made for that purpose. It should be approved soon.
  10. Version 1.00

    122 downloads

    Adds a sidebar block displaying the count of members by group. Optional group title format using group prefix/suffix. Optional group icons.
  11. You can use port 25, 587, or 2525 if you're not encrypting the communication between your system and Mandrill or if you want to use the STARTTLS extension (also known as TLS encryption). SSL is supported on port 465. ISPs may redirect traffic on certain ports, so it's up to you which port you use. It's just a matter of what you prefer and what works for you.
  12. Is it only one person that can't access the pm correctly? If yes tell them to update to the latest version of their browser. If everyone then it is a theme problem. We need a link and test login with pm to check if we can find the error.
×
×
  • Create New...