Jump to content

Administrator

Administrator
  • Posts

    103,842
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Administrator

  1. Adjusting the number of status updates displayed is very easy to do with just a tiny edit. This simple article is for 3.1.x as adjusting it on 3.0.5 a simple matter of adjusting the hook itself, whereas 3.1 has it in a different location.Connect via FTP.Look in /admin/applications/members/sources/classes/hooks/gateway.phpFind (near the end of the file, around line 84)... $statuses = $statuses = $this->registry->getClass('memberStatus')->fetch( $this->memberData, array( 'limit' => 10, 'status_is_latest' => 1 ) ); Change the 10 there to what you require, taking care not to disturb any of the syntax and save.
  2. To adjust the number of Recently Added Topics displayed on the index sidebar hook on IP.Board 3.1, a small file edit is required.Connect via FTP.Look in \admin\applications\forums\sources\classes\forums\3.1.2 / 3.1.1 :Edit class_forums.php, around line 2495, find... $_topics = array_slice( $topicIDs, 0, 5 ); 3.1.3 :Edit class_forums.php, around line 2350, find... public function hooks_recentTopics( $topicCount=5, $output=true ) 3.1.4 :Edit class_forums.php, around line 2346, find... public function hooks_recentTopics( $topicCount=5, $output=true ) 3.2.0 :Edit class_forums.php, around line 2346, find... public function hooks_recentTopics( $topicCount=5, $output=true ) Adjust the 5 there to what you require (3 or 10 seems to be popular choices, although setting this too high can cause performance issues) and save, taking care not to disturb any other lines or the syntax.
  3. This Requires 1 .js file edit and 1 template edit.. I will keep this updated as 3.2 "evolves", time permitting. in /public/js/ips.hovercard.js find: openOnClick: false, openOnHover: true, change this to: openOnClick: true, openOnHover: false, Thanks to Rsyvarth http://community.inv...41908-rsyvarth/At about line 178 of the same file(Just before mClick function ends):Find: this.show(id); Add Directly above this line if( $(id).getAttribute('hovercard-ref') == "member" ) { e.preventDefault(); } Like So: if( $(id).getAttribute('hovercard-ref') == "member" ) { e.preventDefault(); }this.show(id); Then at about line 206 of the same file(Within the mOver function):Find: if ( this.options.openOnHover !== true ) replace with: if ( this.options.openOnHover !== true && $(id).getAttribute('hovercard-ref') == "member") save, clear your cache, and enjoy hover-trigger-free browsing... Enjoy
  4. Empty bbcode XML file Hard coded words in IP.Mobile; 'Edit topic tags' and more Ads Still Disappear On Application Updates Edited by adds characters A wrong language string in "core/admin_logs" IPB 3.2.0 memberlist advanced options .htaccess in ckeditor js folder. Ugly bfarber's avatar, or logical mistake in classImageGD Recurring events showing on wrong day Search looks only from topic subjects Unknown characters when searching for members in ACP Dead legacy setting Attachments - MySQL Strict Mode Invalid error type specified. Default captcha PHP warning dbMain->getConnectionId() upgradeFinish looking for wrong version class. Typo in "members/admin_groups" ACP Typo's Can View site - Guests Notification Class ignored setMember & setFrom input if they are numeric strings Upgrader error 'load more topics' showing posts from 2 years ago Restricted admins don't get dashboard Upgrader intro screen Clear Search in Media Library Hardcodet word "Editing" in ModCP Guest Post shows Broken Profile Image Twitter Connect... Weekly digest email template out of order, sort of Plugin Manager Daily/weekly notifications Custom CSS doesn't automatically load. Wrong redirect after "Add note" to a member via ModCP OK button alignment in language recache message Announcements: Forums list only show if you select less than 5 (or 5) forums Missing Member Name in ModCP <h1> Hardcoded 'By' string in the forum view Hardcodet: "members are attending" in Calendar Incorrect code in includeCSS for Mobile skin. Flash uploader disabled Editor Toggle Mode and RTL Small, invisible button appears in nab bar (far left) ModCP New topics: "Use first tag as prefix" gets unchecked when previewing No, wrong, or some IP addresses show on memberlist in ACP Spelling error in help files HTTP/1.0 400 Bad Request on minify + static domaine Past past Missing ACP string Username filter message BBCode included in META description Reported posts missing icon New Calendar events not showing on calendar Calendar recurring events Calendar - Event description get's truncated Calendar: Birthdays in Today View Calendar Recurring Events Max images per post incorrect media limit - error - counts twice Friends Section in Profile Another type of Spacing Issue CODE bbcode indent errors Broken Member Profile Picture after his account deleted Wording issue with unapproved topics Manage Locked members User Image Link on VNC not linking to profile Cannot Test BBCode Can't delete Moved topic link from ModCP Secondary groups and reports Calendar Event Hook - Events Limit Ticket#750645, sorting validating members by join date. Using APC cache doesn't eliminate the cache_store query Gravatars not being served over HTTPS when appropriate Quote shows login name / old nickname Override upload domain breaks photo editor Copy and paste issue with code tags. Modded reply notification Indent/center tags AJAX editor issue? Upcoming Birthdays hook BBcode ignored on board rules page Avatar change doesn't stick Resend Validating Email lissing from ACP -> Manage Validating Members iCal Summary Smileys being converted to tags Previous profile comments not accessible Twitter Login/Merger Doesn't Work renaming a moved topic title does not stick Facebook connect Tag search returnType pids not tids Copy paste from word doesn't seem to work at all Facebook Like Calendar: add_event_follow_subject Security-Code (generated code) message (err_reg_code) Typing error: poll_public_warning Prune Confirm screen Tiny sphinx typo Driver error Strip whitespace from license key More missing CSS Avatar issue on upgrade Missing photo's issue Sphinx prefixes Language string "nav_return_to" Language string "reputation_yourown" - little typo error Language Import... sphinx delta issue with tags Old Editor Icons on RTL - I have fixed it by replacing the image
  5. IPS Has released the newest update to the 3.2 series of 3.2.2, this is a bug fix version and has over 50 bug fixes included from 3.2.1. There are no new features with this version, however it does has many important fixes. Here are the items fixed in version 3.2.2 See the next post for all the fixed items from 3.2.1
  6. All sites and servers have been updated with the latest version of tapatalk 30.2.1.0 If there are any issues please let me know.
  7. Here are a couple to choose from http://www.exactservers.com/forum/topic/267-exactservers-logos-and-banner-images/
  8. http://www.youtube.com/watch?v=p0bZJUM9wr0 it works with the media tags, but not auto
  9. http://www.youtube.com/watch?v=p0bZJUM9wr0
  10. Calendar permissions were fixed, thanks, this was due to me adding the super mod group as it's non standard and I forgot the permissions for the calendar.
×
×
  • Create New...