PM Search

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak

Re: PM Search

Post by DoYouSpeakWak »

Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
User avatar
tumba25
Former Team Member
Posts: 4430
Joined: Wed Jun 06, 2007 6:42 am
Location: Kokkola, Finland.
Name: Jari Kanerva

Re: PM Search

Post by tumba25 »

What I meant was that the validated version did not install with phpBB 3.0.6 and Prosilver.

The fix is to start with a unmodified styles/prosilver/template/ucp_pm_message_header.html and do these canges.
Find

Code: Select all

    <!-- IF TOTAL_MESSAGES or S_VIEW_MESSAGE -->
Add after

Code: Select all

    <!-- IF S_DISPLAY_SEARCHBOX -->
        <!-- INCLUDE ucp_pm_search.html -->
    <!-- ENDIF -->
And replace these Prosilver files. ucp_pm_search.html and ucp_pm_search_results.html.
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: PM Search

Post by Peter77sx »

Well, its working now. seems there is an IE style issue with the options showing on the right side and not left. at least it's readable now.
apierce
Registered User
Posts: 35
Joined: Mon May 25, 2009 4:57 pm
Location: Lubbock

Re: PM Search

Post by apierce »

Great mod! Thank you! :)
http://chatbam.com - Free Forum Promotion!
CMA
Registered User
Posts: 330
Joined: Mon Jun 02, 2003 4:15 pm
Location: Vancouver BC Canada

Re: PM Search

Post by CMA »

what does this mean

Open: styles/prosilver/template/ucp_pm_message_header.html

Find
<form id="viewfolder" method="post" action="{S_PM_ACTION}">

Replace With
[blank]



i mean just empty... does this mean delete that line?


btw is it working prefectly on phpbb3 3.06?
User avatar
Oyabun1
Former Team Member
Posts: 23162
Joined: Sun May 17, 2009 1:05 pm
Location: Australia
Name: Bill

Re: PM Search

Post by Oyabun1 »

@CMA

As to your first question, yes delete the line found.

Re your 2nd question, see the post 3 above yours by the mod author.
                      Support Request Template
3.0.x: Knowledge Base Styles Support MOD Requests
3.1.x: Knowledge BaseStyles SupportExtension Requests
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: PM Search

Post by Peter77sx »

The edit to ucp_pm_viewfolder.php disables the GO button for the export, mark/delete options when viewing a folder.

Guess I'll wait a while.
CMA
Registered User
Posts: 330
Joined: Mon Jun 02, 2003 4:15 pm
Location: Vancouver BC Canada

Re: PM Search

Post by CMA »

thats little odd...

automod displays

Code: Select all

<!-- IF U_FORWARD_PM --><div class="forwardpm-icon"><a title="{L_POST_FORWARD_PM}" href="{U_FORWARD_PM}"><span></span>{L_FORWARD_PM}</a></div><!-- ENDIF -->
		</div>
		<!-- ENDIF -->
but ucp_messager_header.tmp displays

Code: Select all

			<!-- IF U_FORWARD_PM --><div class="forwardpm-icon"><a title="{L_POST_FORWARD_PM}" href="{U_FORWARD_PM}"><span></span>{L_FORWARD_PM}</a></div><!-- ENDIF -->
		</div>

		<!-- IF U_POST_REPLY_PM and S_PM_RECIPIENTS gt 1 -->
			<div class="reply-all"><a title="{L_REPLY_TO_ALL}" href="{U_POST_REPLY_ALL}">&raquo; {L_REPLY_TO_ALL}</a></div>
		<!-- ENDIF -->

	<!-- ENDIF -->
which?
User avatar
tumba25
Former Team Member
Posts: 4430
Joined: Wed Jun 06, 2007 6:42 am
Location: Kokkola, Finland.
Name: Jari Kanerva

Re: PM Search

Post by tumba25 »

That is because you are trying to install the wrong version. PM Search 1.0.1.b will not install on phpBB 3.0.6. You will have to wait for PM Search 1.0.2. It has been submitted for validation and will be released when the validators are done with it.
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
CMA
Registered User
Posts: 330
Joined: Mon Jun 02, 2003 4:15 pm
Location: Vancouver BC Canada

Re: PM Search

Post by CMA »

i am sorry, i was just confusing...

ok i will wait for your new version... thank you...
User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 18407
Joined: Thu Jan 06, 2005 1:30 pm
Location: Fishkill, NY
Name: David Colón

PM Search

Post by DavidIQ »

MOD Updated to version 1.0.2
See first post for Download Link
Apply to become a Jr. Extension Validator
My extensions | In need of phpBB services? | Was I helpful today?
No unsolicited PMs unless you're planning on asking for paid help.
User avatar
Ahri89
Registered User
Posts: 525
Joined: Sat Apr 07, 2007 2:53 pm
Location: Spain

Re: PM Search

Post by Ahri89 »

DavidIQ wrote:Modification validated/released

Notes:
A_O_C wrote:I am getting some XHTML errors.
# Error Line 290, Column 31: document type does not allow element "span" here; missing one of "p", "h1", "h2", "h3", "h4", "h5", "h6", "div", "pre", "address", "fieldset", "ins", "del" start-tag

<span class="corners-bottom"><span></span></span></div>

# Error Line 290, Column 57: end tag for "form" omitted, but OMITTAG NO was specified
<span class="corners-bottom"><span></span></span></div>

# Error Line 294, Column 7: end tag for element "form" which is not open

</form></div>

# Error Line 290, Column 57: XML Parsing Error: Opening and ending tag mismatch: form line 280 and div

<span class="corners-bottom"><span></span></span></div>

# Error Line 294, Column 7: XML Parsing Error: Opening and ending tag mismatch: div line 197 and form

</form></div>
Subsilver2 looks good, prosilver is the problem.
Hi, the new version have this errors?
MODs translated to Spanish: ACP Add User MOD, ACP Announcement Centre, Advertisement Management, Custom Profile Fields, Update Reminder, Flood time setting per forum, MOD Version Check, Posting template, Prune Log, Simple Trash Bin, TinyPic Plugin, User Reminder, View Profile, View your topics, and more...

Sorry for my bad english xD
lovelysummer
Registered User
Posts: 437
Joined: Fri Mar 20, 2009 1:49 pm

Re: PM Search

Post by lovelysummer »

Very nice mod. I 've just installed 1.0.2 and works great. But I have a IE8 problem , the layout in prosilver is strange. Using FF don't have this. I am using 3.0.6 version phpbb.
pmprosivler.JPG
Tks.
You do not have the required permissions to view the files attached to this post.
User avatar
tumba25
Former Team Member
Posts: 4430
Joined: Wed Jun 06, 2007 6:42 am
Location: Kokkola, Finland.
Name: Jari Kanerva

Re: PM Search

Post by tumba25 »

I have not tested with IE 8. I'll try to do that soon.
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: PM Search

Post by Peter77sx »

Yep, same thing i've reported some days ago.

Return to “[3.0.x] MOD Database Releases”