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.
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

Re: PM Search

Post by stokerpiller »

I have recently updated a 3.0.4 board with PM Search installed. I have not seen any problems or conflicts.
But I have only "light" testet ;)
I am done with phpBB
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak
Contact:

Re: PM Search

Post by DoYouSpeakWak »

I just installed it, it seems to be working fine.

From xml file,guess its not needed as its become validated. :geek:
Author Notes:
NOTE: This MOD is development quality and should not be used on a live forum. Do not install if you are not sure of what you are doing.
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
Contact:

Re: PM Search

Post by tumba25 »

Yeah, found it in subsilver2.xml. Have removed that from the package. Thanks.
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
User avatar
Ahri89
Registered User
Posts: 525
Joined: Sat Apr 07, 2007 2:53 pm
Location: Spain
Contact:

Re: PM Search

Post by Ahri89 »

Great mod i will test it.

Thanks tumba25! :D
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
User avatar
tumba25
Former Team Member
Posts: 4430
Joined: Wed Jun 06, 2007 6:42 am
Location: Kokkola, Finland.
Name: Jari Kanerva
Contact:

Re: PM Search

Post by tumba25 »

Don't install with phpBB 3.0.6 and Prosilver, Subsilver2 works fine.

The easiest is to start with a fresh styles/prosilver/template/ucp_pm_message_header.html
Find

Code: Select all

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

Code: Select all

	<!-- IF S_DISPLAY_SEARCHBOX -->
		<!-- INCLUDE ucp_pm_search.html -->
	<!-- ENDIF -->
A update is submitted for validation.
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

Re: PM Search

Post by stokerpiller »

Looks like its working fine here.
But there seems to be a problem in the search result page. The footer goes crazy.
I am done with phpBB
User avatar
tumba25
Former Team Member
Posts: 4430
Joined: Wed Jun 06, 2007 6:42 am
Location: Kokkola, Finland.
Name: Jari Kanerva
Contact:

Re: PM Search

Post by tumba25 »

Thanks, I'll have a look later.
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
User avatar
tumba25
Former Team Member
Posts: 4430
Joined: Wed Jun 06, 2007 6:42 am
Location: Kokkola, Finland.
Name: Jari Kanerva
Contact:

Re: PM Search

Post by tumba25 »

There where some more changes needed to the templates. You will also need to download ucp_pm_search.html and ucp_pm_search_results.html from my svn.
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak
Contact:

Re: PM Search

Post by DoYouSpeakWak »

Thanks for the update.
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

Re: PM Search

Post by stokerpiller »

Thanks, working fine.
I am done with phpBB
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: PM Search

Post by Peter77sx »

Hmm when clicking on "advanced search" I can't read the info. the words sort of flaot over into the options booleen area. This is with the new files you uplaoded.
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak
Contact:

Re: PM Search

Post by DoYouSpeakWak »

tumba25 wrote:There where some more changes needed to the templates. You will also need to download ucp_pm_search.html and ucp_pm_search_results.html from my svn.
btw. Those are only for prosilver right ?
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
Contact:

Re: PM Search

Post by tumba25 »

Peter77sx wrote:Hmm when clicking on "advanced search" I can't read the info. the words sort of flaot over into the options booleen area. This is with the new files you uplaoded.
Did you notice this post?
tumba25 wrote:The easiest is to start with a fresh styles/prosilver/template/ucp_pm_message_header.html
Find

Code: Select all

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

Code: Select all

       <!-- IF S_DISPLAY_SEARCHBOX -->
          <!-- INCLUDE ucp_pm_search.html -->
       <!-- ENDIF -->
DoYouSpeakWak wrote:btw. Those are only for prosilver right ?
Yes, Subsilver2 did not need any changes. Sorry, should have mentioned that.
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
User avatar
DoYouSpeakWak
Registered User
Posts: 2311
Joined: Fri Jul 25, 2008 1:32 pm
Location: Island of Wak-Wak
Contact:

Re: PM Search

Post by DoYouSpeakWak »

tumba25 wrote:
Peter77sx wrote:Hmm when clicking on "advanced search" I can't read the info. the words sort of flaot over into the options booleen area. This is with the new files you uplaoded.
Did you notice this post?
tumba25 wrote:The easiest is to start with a fresh styles/prosilver/template/ucp_pm_message_header.html
Find

Code: Select all

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

Code: Select all

       <!-- IF S_DISPLAY_SEARCHBOX -->
          <!-- INCLUDE ucp_pm_search.html -->
       <!-- ENDIF -->
DoYouSpeakWak wrote:btw. Those are only for prosilver right ?
Yes, Subsilver2 did not need any changes. Sorry, should have mentioned that.
Thanks for the info. Didnt even think of testing it first :lol:
Whatever you share comes back. Support the phpBB Communities
Offering paid services. 15+ years of experience with phpBB3 and server management.
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: PM Search

Post by Peter77sx »

Yes, are you saying not to install it for 3.0.6, or was that a fix?

Image
tumba25 wrote:
Peter77sx wrote:Hmm when clicking on "advanced search" I can't read the info. the words sort of flaot over into the options booleen area. This is with the new files you uplaoded.
Did you notice this post?
tumba25 wrote:The easiest is to start with a fresh styles/prosilver/template/ucp_pm_message_header.html
Find

Code: Select all

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

Code: Select all

       <!-- IF S_DISPLAY_SEARCHBOX -->
          <!-- INCLUDE ucp_pm_search.html -->
       <!-- ENDIF -->
DoYouSpeakWak wrote:btw. Those are only for prosilver right ?
Yes, Subsilver2 did not need any changes. Sorry, should have mentioned that.
Locked

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