Jump to content

Lock Down

Rising Star
  • Posts

    1,035
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by Lock Down

  1. Look in the skin template global templates > userinfopane find the word posts. Default is this <if test="postCount:|:$author['member_id']"> <li class='post_count desc lighter'> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} {$this->lang->words['m_posts']} </li> </if> The important part is this {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) ) it adds the commas
  2. So add css to it like this... <span class='desc lighter ipsType_small' style='padding-left: 67px;' > {$this->lang->words['posted']} <abbr class="published" itemprop="commentTime" title="{parse expression="date( 'c', $post['post']['post_date'] )"}">{parse date="$post['post']['post_date']" format="long"}</abbr></span>
  3. Yes. You disable friendly urls in the acp. Then use ftp or file manager and edit the conf_global.php file. find $INFO['use_friendly_urls'] = '1'; change to $INFO['use_friendly_urls'] = '0';
  4. There is or was a hook that allowed members to use only listed image hosts. I believe it was called image whitelist. It was for 3.2 I don't know if it was upgraded but I rewrote it for someone a while back. See if you can find an upgraded version.
  5. The only way to get around it would be update the posts table in the db that have the code bbcode an hide bbcode changing code to quote. Update: Used mysql replace command to remove code bbcode from around hide bbcode.
  6. in template topic view > post find {$this->lang->words['posted']} <abbr class="published" itemprop="commentTime" title="{parse expression="date( 'c', $post['post']['post_date'] )"}">{parse date="$post['post']['post_date']" format="long"}</abbr> move after <if test="postMember:|:$post['author']['member_id']"> <span itemprop="creator name" class="author vcard">{parse template="userHoverCard" group="global" params="$post['author']"}</span> <else /> {parse template="userHoverCard" group="global" params="$post['author']"} </if>
  7. You have to remove the class row2 or remove the background color from the shoutbox td. After you add the image.
  8. go to the custom bbcode screen for hide and change this to yes.. Prevent other codes parsing? Yes Prevents parsing of other BBCodes within this BBCode
  9. Replace this image with your image publicstyle_extrabbcode_iconshide.png
  10. It should be there in the custom bbcodes now and should show on editor bbcodes. You have to import the hide content hook from the zip file after doing the uploads to the forum.
  11. A link to the site having the error? And a test login if needed to see the shoutbox error.
  12. Do you have any categories and permissions defined? Make sure you have at least one of each.
  13. The file ips_board.js had to be changed removing the ipsSidebar_trigger part of the class.
  14. Ok all set. You had this <if test="accessreports:|:$this->memberData['is_mod'] OR !empty($this->memberData['access_report_center']) || ($this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link'])"> moved to the top instead above the check for reports, modcp, and admincp. And the ending /if> was missing.
  15. Then I have no more suggestions. If you want me to look at it pm me an admin url and login.
  16. Then you will have to check the globaltemplate for if statements checking for guests or group_id==2 after this <!-- ::: USER DROP DOWN MENU ::: --> or this <!-- ::: APPLICATION TABS ::: -->
  17. If someone didn't hard code it in the skin you can check acp > Applications & Modules > Manage Applications & Modules Click each application like forums then permissions and check if the application has hide for guests group.
  18. Ok I have what you mean .. This tutorial for twitter was written a long time ago but should still be valid.
  19. Try clicking Applications & Modules > Manage Hooks > reimport application hooks. That should fix the file names in the hooks folder. If not export the hook and install it again.
  20. You showed aim & skype. What are you talking about now? It is better for you to try something then show us what you have done and explain the problems.
  21. Ok since you have been abandoned. Look & Feel > Manage Skin Sets & Templates > Manage Templates in Anime Global Templates edit the skin template globaltemplate find <script type='text/javascript' src="{style_images_url}/custom/js/fade.js"></script> change to <!-- <script type='text/javascript' src="{style_images_url}/custom/js/fade.js"></script> -->
×
×
  • Create New...