101
wanikoo
Re: XOOPS PM(Private Message)-Hack
  • 2004/12/4 12:35

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


---XOOPS - PM(Private Message) Hack
Upgraded to Ver 2.8^^

<Change>
------Ver2.8-------(2004/12/5)
>>More User-friendly!!! User-Interface improved.
(By how each condition of your search is always displayed (in each box) with your options(selected in the search-form) selected and with your search-keywords(entered in the search-form) shown,
you may/can perceive and understand the status of your search-job more easily and more visually.
>>new function added.
(Search function upgraded.(Multi-Keyword Search supported with "NOT" ^^Wow^^)
- separator=> (white)space
ex)violence sex fight (=> not included all of them)
-----------------------------

How to upgrade 2.7->2.8
0, No change on PM table^^No touch^^
1, Open this file(/html/language/{yourlanguage}/pmsg.txt)
2, Add the upgraded contents( under//WANISYS.NET PM HACK2.8) of pmsg.txt to pmsg.php.
3, Overwrite All files into proper directories!!
4, That'a all! Enjoy this new PM system2.8!!

Demo:

http://kjw0815.codns.com/wanisys/japanese/xoops/html/modules/news/

Downloads:

http://www.wanisys.net/data/wanipmhack.zip

2004/12/5

From wani[wani@wanisys.net]



102
wanikoo
Re: XOOPS PM(Private Message)-Hack
  • 2004/12/2 18:04

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


---XOOPS - PM(Private Message) Hack---
##Upgrade Plan##
From Ver3.0,
I will make a DB table and a class related with PM-Config
for you to set your PM-Config.
(Filtering,Reject Y/N and reason,default sorting method,Box limit etc)
Umm....
So...
From now(Ver2.7) till Ver3.0...
there won't be any major change in this PM Hack.
(but Bugging and small upgrade still continue^^)
haha...

Anyway...
I will continue to upgrade this PM-Hack~~
Just enjoy^^

Quote:

irmtfan wrote:
also "NOT" is more important than "OR" for the search functions in pm

Umm...
No plan to add "NOT" to the search function at this point.
I don't think "NOT" is more important than "OR" ^^;;
(but maybe.... in the future version....^^;;)

From wani ( wani@wanisys.net )



103
wanikoo
Re: XOOPS PM(Private Message)-Hack
  • 2004/12/2 16:33

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


---XOOPS - PM(Private Message) Hack2.7

Upgraded to Ver2.7^^
<Change>
------Ver2.7-------(2004/12/3)
>>some bug fixed.
(Especially,in Ver 2.5, there was a bug that when you come back and click page_number after reading any message , you lose $_GET value and can't move to other pages with your search-result.)^^Sorry
>>new functions added.
(Search function upgraded.(Multi-Keywords Search supported with AND and OR^^Wow^^)
- separator=> (white)space
ex)happy news morning
-----------------------------
How to upgrade 2.5->2.7
0, No change on PM table^^No touch^^
1, Open this file(/html/language/{yourlanguage}/pmsg.txt)
2, Add the upgraded contents( under//WANISYS.NET PM HACK2.7) of pmsg.txt to pmsg.php.
3, Overwrite All files into proper directories!!
4, That'a all! Enjoy this new PM system2.7!!

Demo:

http://kjw0815.codns.com/wanisys/japanese/xoops/html/modules/news/

Downloads:

http://www.wanisys.net/data/wanipmhack.zip

2004/12/3

From wani[wani@wanisys.net]



104
wanikoo
Re: XOOPS PM(Private Message)-Hack
  • 2004/12/2 2:34

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


Quote:

mizi_ wrote:
Thnx for your answer.

I have added the search hack, but when I try to type a ID or username, I can't do it. The second problem: When I click the search button, the popup window doesn't open. I think I have puted the code correctly. And I have uploaded the usersearch.php in the xoops-root directory. Where can the problem be?


Umm...I think
.You need to check the spelling of javascript.
(No java script!! No blank or whitespace or tab between java and script^^...As you know,this forum system makes blank between javascipt forcibly to prevent XSS or something.)
.If you typed "javascipt" correctly,you need to check if you use any program which prevents popup-window or not.

Please use this file^^
http://www.wanisys.net/data/pmlite.zip
And
Quote:

if you want to write username directly...
Please remove READONLY^^



105
wanikoo
Re: XOOPS PM(Private Message)-Hack
  • 2004/12/1 20:03

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


Umm..
let me explain my new PM-Partner Search Hack briefly.
With this PM-Partner Search hack,
You can search and find your PM-Partner easily in the new popup window which has user-search form.
When you find your partner in this popup window,
just click SELECT and your partner's data(uid,uname) will be transfered automatically to the form of opener window(coolsus of pmlite.php)...
and moreover the popup windows will close of itself^^
Just try it^^
(You must back-up original files...before this hack!)



106
wanikoo
Re: XOOPS PM(Private Message)-Hack
  • 2004/12/1 18:43

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


Quote:

mizi_ wrote:
If I want to write a new message to a member I must select it from the list. Because my site has more than 5000 members, its difficult to search. It is possible to make a field in pmlite.php to write directly the username.


If you want to add my new PM-Partner Search function to this hack,
please follow this link below^^

http://www.xoopscube.jp/modules/newbb/viewtopic.php?topic_id=6274&forum=14

And
if you want to write username directly...
Please remove READONLY^^

//popup user search hack start
echo "<td class='even'>ID<input type='text' READONLY size='5' name='to_userid' />";
echo "&nbsp;Name<input type='text' READONLY size='10' name='to_username' />";
echo "&nbsp;<input type='button' name='search' value='Click' onclick='javascript:openWithSelfMain(\"".XOOPS_URL."/usersearch.php\",\"searchuser\",450,380);' /></td>";
//popup user search hack end



107
wanikoo
Re: XOOPS PM(Private Message)-Hack
  • 2004/12/1 16:00

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


Quote:

I make a german version of the 2.5 Hack - you can download it on myxoops.org (German Support)

Guten Tag,migoe^^
Danke!!
Was ich mich freue!
^^;;correct??
(I studied German long~~~ long~~ times ago...
haha..but now...,as you know,...can't remember even a basic expression!!
...^^BTW...
Thanks for the German version of PM-hack^^...Thanks a lot^^

Quote:

just 2 more things
feature 1: change the order (asc/decs) with the comment/forum posts order that user choose at edit profile.
feature 2: put "AND" , "OR" ,"NOT" for search function.

Umm..I will try...^^...
but...
lots of things to do...in this week..
so....
I think I can't release the upgraded version until this weekend.
Anyway...I will try^^
(ASAP~~)



108
wanikoo
Re: XOOPS PM(Private Message)-Hack
  • 2004/11/30 19:43

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


Thanks for your reply^^irmtfan and Krobi^^
You are so kind^^
(^^)//....(^^)....(^^)//

Upgraded to Ver2.5

------Ver2.5-------(2004/12/1)
>>language-file upgraded fully.
>>new function added.
(Search[ in subject or msg_txt from the last XXX days] function added^^Wow^^)
And Sort function was merged into this new search function!!
*note: You can't use "wanisysnokeyword" as search-keyword because it's reserved!
I don't think anyone will use this word, wanisysnokeyword as search-keyword^^
-----------------------------

How to upgrade 2.0->2.5
0, No change on PM table^^No touch^^
1, Open this file(/html/language/{yourlanguage}/pmsg.txt)
2, Add the upgraded contents( under//WANISYS.NET PM HACK2.5) of pmsg.txt to pmsg.php.
3, Overwrite All files into proper directories!!
4, That'a all! Enjoy this new PM system2.5!!

Demo:

http://kjw0815.codns.com/wanisys/japanese/xoops/html/modules/news/

Downloads:

http://www.wanisys.net/data/wanipmhack.zip


2004/12/1

From wani[wani@wanisys.net]



109
wanikoo
Re: XOOPS PM(Private Message)-Hack
  • 2004/11/29 15:45

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


Oh.....~~~~~~~~~~~~~~`
I am so so so......sorry^^
Until now,I have mistyped "from_userid" and "to_userid" in the Partner-ID Sort function.
--from_uid,to_uid..are wrong....So..stupid!!!!!!! So..sorry!!!
It hasn't worked at all till now.
I have fixed it!!!
So...Now it works well!!!
the partner-ID sorting works well!!!!!!!
How stupid i am~~~~~~~~~~So...sorry^^
Please replace old viewpmsg.php with new viewpmsg.php if you have never seen this message before!!!!

Please redownload this file(2.0 fixed)!!

http://www.wanisys.net/data/wanipmhack.zip



110
wanikoo
Re: XOOPS PM(Private Message)-Hack
  • 2004/11/29 14:01

  • wanikoo

  • Not too shy to talk

  • Posts: 129

  • Since: 2003/12/27


!!!Upgraded to Ver2.0
<Change>
------Ver2.0-------(2004/11/29)
>>some bug fixed.
(Especially,in Ver 1.5, there was a bug that when you sort PMs by Partner's ID and order PMs by DESC, you can't read PMs which you have selected)^^Sorry
>>new functions added.
(RTRASHBOX, PTRASHBOX and Sort by subject function are added^^Wow^^)
RTRASHBOX(for PMs deleted by you(receiver) but still not deleted by sender.You can undelete these PMs but can't read them in this box.)
PTRASHBOX(for PMs deleted by you(sender) but still not deleted by receiver. You can undelete this PMs but can't read them in this box.)

-----------------------------

How to upgrade 1.5->2.0
0, No change on PM table^^No touch^^
1, Open this file(/html/language/{yourlanguage}/pmsg.txt)
2, Add the upgraded contents( under//WANISYS.NET PM HACK2.0) of pmsg.txt to pmsg.php.
3, Overwrite All files into proper directories!!
4, That'a all! Enjoy this new PM system2.0!!

Downloads:

http://www.wanisys.net/data/wanipmhack.zip

2004/11/29

From wani[wani@wanisys.net]




TopTop
« 1 ... 8 9 10 (11) 12 »



Login

Who's Online

206 user(s) are online (143 user(s) are browsing Support Forums)


Members: 0


Guests: 206


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits