Skip to:
Content
Pages
Categories
Search
Top
Bottom

Member Search Display Issues


  • mnctigah
    Participant

    @mnctigah

    Greetings…

    I’m in the process of upgrading an older site (originally running WP 3.7 & BP 1.5) onto a new LAMP stack. All of the component upgrades are okay except the BP 1.5 to 2.4 upgrade. Currently at WP 4.4.1.

    My problem has been with posting Member Search Results with BP 2.4.

    Normal troubleshooting methods. Disabling plugins, debugging (no errors flagged), etc.

    The BP core is modified (reflected in my changelog) and BP Profile Search (3.5) plugin is being used in conjunction with s2Member (151218) for the profile fields and the member roles.

    The site functions normally with BP 1.5 activated. The last hindrance is with the BP 2.4 activation… My search query appears in the address bar, but the Member Search Results fail to be inserted into the page. In looking at page source code, my title differs, and a script being generated from my member-loop is not being inserted in BP 2.4 (though titling and scripts function correctly with BP 1.5).

    I can create, add, edit profiles and such. But obviously I am coding improperly or overlooking something with respect to 2.4.

    I am currently using an older custom theme which emulates the pre-BP 1.7 stack. No change when switching to template heirarchy => 1.7. The objective has been to upgrade the site and utilize bp compat going forwards.

    I’m attaching the relevant files (members-loop, index, page-source, changelog, etc) and links.

    The screenshot…
    https://s3.amazonaws.com/buddypress-errors/screenshot.jpg

    My combined members-loop and changelog (bp-core mods) on pastebin…
    http://pastebin.com/yBHLr2WR

    All of the files (page-source, index.php, bp-members-template.php, etc) and login credentials if needed on DropBox…
    https://www.dropbox.com/sh/qkqnca0xgtp46wu/AAAFNyywX73dbd1fGmr9GQ5Ka?dl=0

    Thanks in advance…

Viewing 1 replies (of 1 total)

  • mnctigah
    Participant

    @mnctigah

    I realize that my post may seem overwhelming, especially for an online help forum, but I was trying to be all inclusive and provide as much info as possible. It would take someone really motivated to go through my attached files in the first post. It basically comes down to the relevant portion of my page source using BP 1.5 which is as follows….

    <input type="hidden" value="6320|4922|4554" (TRUNCATED FOR SPACE CONSIDERATIONS) name="user_id_list"/><input type="hidden" value="6326" name="user_id_list"/>
    	<div id="pag-top" class="pagination">
    		<div class="pag-count" id="member-dir-count-top">
    			Viewing member 1 to 1 of 1		</div>
    		<div class="pagination-links" id="member-dir-pag-top">
    		</div>
    	</div>
    
    	<ul id="members-list" class="item-list">
    	<input type="button" name="smPrintSearchResult" onClick="return SubmitLongSearchForm('smPrintSearchResult');" value="Print This Search Result" />
    	
    	 <input type="button" onClick="return SubmitLongSearchForm('smDownloadExcel');" name="smDownloadExcel" value="Download Excel Spreadsheet" />	<input type="hidden" name="memberdirectoryAction" id="memberdirectoryAction" value="" />
    	<script>
    	function SubmitLongSearchForm(action)
    	{
    		jQuery("#members-directory-form").attr("method","POST");
    		jQuery("#memberdirectoryAction").val(action);
    		jQuery("#members-directory-form").submit();
    		return false;
    	}
    	</script>
    	
    	<input type="hidden" name="show_profile" value="0"/><input type="hidden" name="show_s2m" value="1"/>	
    			<li>
    			<!--<div class="item-avatar">
    				<a href="http://alinerownersclub.org/home/vault/members/rromero1/"></a>
    			</div>-->
    
    			<div class="item" style="clear: both;">
    			<h5><a href="http://alinerownersclub.org/home/vault/members/rromero1/profile/edit/group/1">Ronnie Romero</a></h5><br>150 Winding Creek, Lake Charles,  LA,  70611,  USA<br>2000 Aliner Classic<br>337.322.3404&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>admin@apateconsulting.com&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br><table class="search_table">
    						<tr>
    							<td>Member #: 3643</td>
    							<td>Member Type: Member</td>
    						</tr>
    						<tr>
    							<td>Username: rromero1</td>
    							<td>Has Email: YES</td>
    						</tr>
    						<tr>
    							<td>Exp Date: 08/16/2017</td>
    							<td>Join Date: 08/17/2014</td>
    						</tr>
    						<tr>
    							<td>Last Expire Update: 12/14/2015</td>
    							<td>Last Record Update: 12/14/2015</td>
    						</tr>
    						<tr>
    							<td colspan="2">Member Requests: </td>
    						</tr>
    						<tr>
    							<td colspan="2">Admin Comments: </td>
    						</tr>
    					</table>				
    				<div class="item-meta"><span class="activity"></span></div>
    			</div>
    			<div class="action">
    		</div>
    			<div class="clear"></div>
    		</li>
    		</ul>
    
    	<div id="pag-bottom" class="pagination">
    		<div class="pag-count" id="member-dir-count-bottom">
    			Viewing member 1 to 1 of 1		</div>
    		<div class="pagination-links" id="member-dir-pag-bottom">
    			</div>
    	</div>

    As opposed to the page source using BP 2.4…

    <h3>Member Search Results</h3>
    	<!-- #members-dir-search -->
    			<div id="members-dir-list" class="members dir-list">
    	<div id="message" class="info">
    		<p>Sorry, no members were found.</p>
    	</div>

    My members-loop on pastebin…
    http://pastebin.com/m6y7Qghm

    Thanks…

Viewing 1 replies (of 1 total)
  • The topic ‘Member Search Display Issues’ is closed to new replies.
Skip to toolbar