Jump to content

DaLiV

Friends
  • Posts

    53
  • Joined

  • Last visited

1 Follower

Contact Methods

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

DaLiV's Achievements

  1. Current skin kill forums, as that is x6-x12 bigger in size /for each page need 500K of traffic without graphics (comparision to 2.3.x version it was around 50kb)/ ... need lightweight, but fully functional skin availability for perpetual license holders
  2. "All fields are optional, but you must submit at least one search criteria" if specified only date range - no results ... so not so ALL
  3. i'm quoted citate from v3 help ... so it must be.
  4. but i'm legitimate user and have no access as you understand ... so anything is wrong about that P2P ... support p2p is not official - and must not be payed to IPS, as other peoples is support providers ... you pay to ips but support get from outside :lol: ... personally i'm close that topic for me ... as it more and more is offtopic (subjective reality of peoples is diffirent - so we can't understood one of other) .
  5. yes you have, but other not - so don't invite to post there if many may not access to that. agree to that: poster must check for customer state before inviting to closed P2P areas ?
  6. customers also is two types as you must knew ... with "Lifetime license" (with active and passive support subscruption) and "yearly license" and one customers is "CUSTOMERS" ... but other is (no censored words) in your mean is "lifetime license" is not customers ... i'll not pay for support, that supporter can't provide with quality (or if that not needed).
  7. i'm quite understand ... all want's only positive information ... but nothing in that world is without negative ... and if any is silence about negatives - that still persist. think need to close that topic , as it fully go to offtopic ... and thinking you agree with that : mine posts have only related to information. anyone ask to post mine work to closed area ... to which i'm have no access ... and that is not correct to all other peoples ...
  8. was not fetaure request - but bug correction request.
  9. that not possible. was terrible support from IPS (problem was not solved in ASAP terms, which must be for satisfaction of customers in normal environment) , and i'm currently not "Active Customer" , so they blocked access to part of resources on site (including logging to mods area you noted /howewer it's customer-2-customer area/, paying for mods made by other customers - is also abnormal ... persist other resources that share that for free.). sorry for small offtopic.
  10. V2. in first was not continuation on second pages. --- admin/applications/core/modules_public/search/search.php 2009-06-23 16:27:31.000000000 +0400 +++ admin/applications/core/modules_public/search/search.php 2009-07-02 17:19:16.000000000 +0400 /* Do Pagination Stuff */ $st = isset( $this->request['st'] ) ? intval( $this->request['st'] ) : 0; $per_page = $this->settings['search_per_page'] ? $this->settings['search_per_page'] : 25; - + $srlong = isset( $this->request['search_result_long'] ) ? intval( $this->request['search_result_long'] ) : 0; $links = $this->registry->output->generatePagination( array( 'totalItems' => $total_results, 'itemsPerPage' => $per_page, 'currentStartValue' => $st, - 'baseUrl' => $this->_buildURLString() . '&search_filter_app[' . $traditionalKey . ']=1', + 'baseUrl' => $this->_buildURLString() . '&search_filter_app[' . $traditionalKey . ']=1'.'&search_result_long='.$srlong, ) ); /* Showing */ @@ -915,12 +915,18 @@ class public_core_search_search extends IPSText::getTextClass( 'bbcode' )->parsing_mgroup = $r['member_group_id']; IPSText::getTextClass( 'bbcode' )->parsing_mgroup_others = $r['mgroup_others']; + /* Highlight */ + if ($this->request['search_result_long']==1) { + IPSText::getTextClass( 'bbcode' )->parse_bbcode = 1; + $r['content'] = IPSText::searchHighlight( $r['content'], $search_term ); + $r['content'] = IPSText::getTextClass('bbcode')->preDisplayParse($r['content']); + } else { $r['content'] = strip_tags( IPSText::getTextClass( 'bbcode' )->stripAllTags( $r['content'] ) ); $r['content'] = str_replace( array( '<br>', '<br />' ), '', $r['content'] ); $r['content'] = trim( str_replace( array( "\n\n\n", "\n\n" ), "\n", str_replace( "\r", '', $r['content'] ) ) ); - /* Highlight */ - $r['content'] = IPSText::searchHighlight( $this->_searchTruncate( $r['content'], $search_term ), $search_term ); + $r['content'] = IPSText::searchHighlight( $this->_searchTruncate( $r['content'], $search_term ), $search_term ); + } $r['content_title'] = IPSText::searchHighlight( $r['content_title'], $search_term ); /* Check to see if the display plugin is loaded */
  11. if you can't (was waited half of week) : that done in 30 minutes without previous code knowledge ... mine patch for code: --- admin/applications/core/modules_public/search/search.php 2009-06-23 16:27:31.000000000 +0400 +++ admin/applications/core/modules_public/search/search.php 2009-07-02 15:26:26.000000000 +0400 @@ -915,12 +915,18 @@ class public_core_search_search extends IPSText::getTextClass( 'bbcode' )->parsing_mgroup = $r['member_group_id']; IPSText::getTextClass( 'bbcode' )->parsing_mgroup_others = $r['mgroup_others']; + /* Highlight */ + if ($this->request['search_result_long']==1) { + IPSText::getTextClass( 'bbcode' )->parse_bbcode = 1; + $r['content'] = IPSText::searchHighlight( $r['content'], $search_term ); + $r['content'] = IPSText::getTextClass('bbcode')->preDisplayParse($r['content']); + } else { $r['content'] = strip_tags( IPSText::getTextClass( 'bbcode' )->stripAllTags( $r['content'] ) ); $r['content'] = str_replace( array( '&lt;br&gt;', '&lt;br /&gt;' ), '', $r['content'] ); $r['content'] = trim( str_replace( array( "\n\n\n", "\n\n" ), "\n", str_replace( "\r", '', $r['content'] ) ) ); - /* Highlight */ - $r['content'] = IPSText::searchHighlight( $this->_searchTruncate( $r['content'], $search_term ), $search_term ); + $r['content'] = IPSText::searchHighlight( $this->_searchTruncate( $r['content'], $search_term ), $search_term ); + } $r['content_title'] = IPSText::searchHighlight( $r['content_title'], $search_term ); /* Check to see if the display plugin is loaded */ and patch for template after: <label for='date_start'>{$this->lang->words['find_date']}:</label> <input type='text' class='input_text date' name='search_date_start' id='date_start' value='{$this->request['_search_date_start']}' /> <img src='{$this->settings['img_url']}/date.png' alt='{$this->lang->words['icon']}' id='date_start_icon' style='cursor: pointer' />&nbsp; <strong>{$this->lang->words['to']}</strong>&nbsp;<input type='text' class='input_text date' name='search_date_end' id='date_end' value='{$this->request['_search_date_end']}' /> <img src='{$this->settings['img_url']}/date.png' alt='{$this->lang->words['icon']}' id='date_end_icon' style='cursor: pointer' /></li> add: <li> <label>&nbsp;</label> <input type='checkbox' class='input_check' name='search_result_long' id='result_long' value='1' />{$this->lang->words['result_long']} </li> and add language variable system - public_search - "result_long" => "Show Full result text." that is so hard, so have been sayed "not now"?
  12. size of post, that shown is not big code for waiting many months till 3.1 ... if knew the code it may be realized under 1 day term, for other code must be explored firstly ... and may be done mod for system for output options ...
  13. IPB 3.0 final result format option missing, howewer in help persist info: "There are also two ways of displaying the search results, can either show the post text in full or just show a link to the topic, can choose this using the radio buttons available."
×
×
  • Create New...