Jump to content

Lock Down

Rising Star
  • Posts

    1,035
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by Lock Down

  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.
  13. None at the moment. You would have to request someone to write one or get the other one and hope someone modifies it for you.
  14. You would be better off setting up wamp or xampp on your home computer than trying this new version on a free server. They have too many restrictions.
  15. What does that mean? Put where you want it? You can always write a function for your database that every time a new topic is entered it can move it to a different forum. I use one to examine the topic description for mac and change the forum id from win apps to mac apps forum.
  16. I do not believe that hook has a difference between topics and posts like you want.
  17. I would suggest creating a test board and database to see if it loads slow. It could be many things causing it.
  18. Go to the admin panel seo and fill in the meta descriptions. Board Index Board index page title Specify the title to use for the forum index page. If left blank, the "Community name" setting will be used Meta description Specify the meta description you would like to use on the board index Meta keywords Specify the meta keywords you would like to use on the board index
  19. If you have updated your site removing all the test forums then you can contact google and ask them to re scan your website and remove the old and replace it with the new data.
  20. You did something wrong with the layout. Check your pm.
  21. Try this one. All you would have to do is change the style if you don't like those. http://cssdeck.com/labs/percentage-bar
  22. You are welcome. That would be a nice feature.
×
×
  • Create New...