ChrisEaton/March13,200403:48AMNamedPosting(andmultiplenames/signatures)ModuleThismoduletakesalittlebitofexplaining,asitdoesseveralthings.
Thefirstthingitdoesisallowsaregisteredusertopostwithanynametheywish,insteadofjusttheirusername.
Thebehaviourissimilartohowanonymoususerscantypeinanametopostas,withregisteredusersalsoabletodothat.
Thepoststilllinkstotheusersprofile,soyoucanstillknowwhoisposting.
Italsoallowsforthecreationof"primary"and"alternate"identitiesfortheuser,withadefaultnameandsignatureforeachone.
(thisisreallyusefulinaroleplayingtypeforum,whereyoucanhaveoneforumforyourcharacterstalking,andanotherfortalkingOutofGame.
Themodulecomeswithafilecalleddoc.
txt,containingdocumentation.
You*MUST*readit,asitoutlinesthetemplatechangesthatarenecessarytomakethismodulework.
DownloadhereforPhorum5.
0:[www.
hiredgoons.
ca]For5.
1,seetheattachedfile.
Edited1time(s).
Lasteditat08/15/200606:52PMbyTridus.
Ryan/March14,200412:07AMRe:NamedPosting(andmultiplenames/signatures)ModuleIdidasdoc.
txtasks,profileworksfine,butpostingdoesn't,itletsyouputfillintheextrafield,butdoesn'tshowupwhenyoulookatposts.
Isuspectithassomethingtodowithmenotdoinganythingwithsettings.
phpandnamedposting.
phpinthezippedfile.
WheredoIputthese,inthemaindirectorywherephorumisinstalledOrelsewhereab/March14,200412:17AMRe:NamedPosting(andmultiplenames/signatures)ModuleInthemodsdirectoryIwouldhavethought(initsowndirectory,liketheothermodsalreadythere).
PlusbesuretoturnthemodoninthePhorumadmin.
Ryan/March14,200412:18AMRe:NamedPosting(andmultiplenames/signatures)ModuleI'mmoreinterestedintheusingofanothernamewhileposting,thanthetwosignatures.
settings.
phpinthezipfile,doItakesomethingoutofthatintomysettings.
php,orreplacethewholethingRyan/March14,200412:19AMRe:NamedPosting(andmultiplenames/signatures)ModuleBothinlayoutsettingsofthemodsfolderChrisEaton/March14,200404:01AMRe:NamedPosting(andmultiplenames/signatures)ModuleAlright.
.
.
thisisthestandardprocedureforinstallingaphorum5module.
1/8Extractthearchive.
Put*everything*frominsideitintoasubfolderofthemodsdirectory.
Inthiscase,itshouldbemods/namedpostingAllthefilesshouldbeinthere.
Oncethatisdone,youcangointothePhorumAdmin,andgotoModules.
Youwillseea"settings"linkforthenamedpostingmodule,whichwillletyouconfigureit.
Untilitsconfiguredandenabled,itwon'twork.
(ifyouextractitusing"tar-zxfmod_namedposting.
tar.
gz"whileinsidethemodsdirectory,it'lltakecareofthedirectorystructureforyou.
)Ryan/March14,200404:22AMRe:NamedPosting(andmultiplenames/signatures)ModuleI'mprettysureIfollowedthedoc.
txtandyourinstructions(Iputnameposting.
php,info.
txt,andsettings.
phpinthecreatednamepostingfolderoffofthemodsdirectory),butwhenIselectedONfornameposting,Igotthefollowingerrorsonthetopofmyadmin:Warning:phorum_hook(.
/mods/nameposting/nameposting.
php):failedtoopenstream:Nosuchfileordirectoryin/home/lyruneda/public_html/boards/common.
phponline418Warning:phorum_hook():Failedopening'.
/mods/nameposting/nameposting.
php'forinclusion(include_path='.
:/usr/lib/php:/usr/local/lib/php')in/home/lyruneda/public_html/boards/common.
phponline418Warning:call_user_func(mod_namedposting_setup_variables):Firstargumentisexpectedtobeavalidcallbackin/home/lyruneda/public_html/boards/common.
phponline423Warning:Cannotmodifyheaderinformation-headersalreadysentby(outputstartedat/home/lyruneda/public_html/boards/common.
php:418in/home/lyruneda/public_html/boards/include/users.
phponline70Andthefollowingerrorsonthetopofmyboards:Warning:phorum_hook(.
/mods/nameposting/nameposting.
php):failedtoopenstream:Nosuchfileordirectoryin/home/lyruneda/public_html/boards/common.
phponline418Warning:phorum_hook():Failedopening'.
/mods/nameposting/nameposting.
php'forinclusion(include_path='.
:/usr/lib/php:/usr/local/lib/php')in/home/lyruneda/public_html/boards/common.
phponline418Warning:call_user_func(mod_namedposting_setup_variables):Firstargumentisexpectedtobeavalidcallbackin/home/lyruneda/public_html/boards/common.
phponline423Edited1time(s).
Lasteditat03/14/200404:23AMby(n/a).
thirdplateau/March14,200406:22AMcheckthefilepermssionsandownersamewiththedirectory"nameposting"makesurethedirectoryisreadbleandaccessible(+r+x)andthefileisreadble(+r)bythewebserver.
(I'm2/8assumingthisissomesortof*nixmachine)Ryan/March14,200407:57AMRe:NamedPosting(andmultiplenames/signatures)ModuleIdid,thepermissionsareset,butI'mstillgettingthesameerrors.
ChrisEaton/March14,200412:58PMRe:NamedPosting(andmultiplenames/signatures)ModuleThatwouldbebecauseyoumissedthe"d"in"namedposting".
Thereisno"nameposting.
php"file,whichiswhyitcan'tbeopened.
Sinceitcan'tbeopened,thereisnofunctiontocall.
Thatgeneratesallthoseerrors.
Ryan/March14,200408:56PMRe:NamedPosting(andmultiplenames/signatures)ModuleThankyou,thatworkedperfectly.
ChrisEaton/March23,200409:44PMRe:NamedPosting(andmultiplenames/signatures)ModuleNewversion.
Thisonenowhasanoptiontoallowittoalsoworkwhenauseriseditingapost(letthemchangethepostauthorwhenediting).
Itdoesn'tchangeiftheyareallowedtoeditornot.
(templatechangesarealsorequiredforediting,seedoc.
txtinthepackage)TheeditingfeaturerequiresaveryrecentCVSversion(orthe5.
0.
5releasewhenitisready),asitusesanewhookthatwasn'tpresentin5.
0.
4.
Samedownloadlocation:[www.
hiredgoons.
ca]Ryan/May22,200411:50PMRe:NamedPosting(andmultiplenames/signatures)ModuleIknowI'mgoingtosoundlikearealdunce,especiallypostingmonthslater,butI'veusedthismoduleforthenameposting,andnowwishtotrythetwooptionalsignaturesforausername.
However,Idon'tunderstandthedirections.
QuoteIfyouareusingthesignatureoptionaswell,thePhorumControlCenter's"EditSignature"optionwillhavenoeffect.
Themoduleusestwocustomfieldsforthesignature,thesemustbecreated(andbeeditableincc_usersettings.
tpl)QuoteHowdoIcreatetheseYoumeaneditthetemplateorliterallyaddafieldtooneofthesqldatabasetablesAlso,doyouhavealinktoasitethatusesthetwosignatureoptions,soIcouldjusttakealookatit3/8andgetanideaofwhatI'mtobedoingChrisEaton/May23,200403:52PMRe:NamedPosting(andmultiplenames/signatures)Module[www.
nero.
nb.
ca]Registeranaccountandgointothecontrolpanel.
Under"editmysettings",you'llseetwosigfields.
Thefieldsinquestionarejustcustomfieldslikeeveryothercustomfield,youcreatetheminPhorum'sadminarea.
Youthenhavetochangethecctemplatessotheusercaneditthem,inthesamewayasforeveryothercustomfield.
Oncethosestepsaredone,youtellthemodulethenameofthefields,anditwillhandletherest.
Ryan/May23,200410:42PMRe:NamedPosting(andmultiplenames/signatures)ModuleIsthetemplateyouusenottheonenameddefaultChrisEaton/May23,200411:23PMRe:NamedPosting(andmultiplenames/signatures)ModuleNo,I'mnotusingthedefaulttemplate.
I'musingamodifiedone,sinceyouhavetomakesomechangesinordertoallowthemoduletowork.
Ryan/May24,200404:28AMRe:NamedPosting(andmultiplenames/signatures)ModuleIsee.
Okay,Ihavethesignaturefieldscreated,thecc_documentsupdatedandthatworks,thattheusercancustomizetheirtwodifferentsignatures.
TheonlyquestionIhavenow,ishowIcanIgetthemfromthepost_forumtoselectonesignatureortheotherOrdoestheresultingpostshowbothsignatures.
.
.
(whichhasn'thappenedsofar)ChrisEaton/May24,200404:48AMRe:NamedPosting(andmultiplenames/signatures)ModuleNonono,thatsnothowthemoduleworks.
Itpickswhichdefaulttousedependingonwhatforumyou'rein.
Thewayitworksisinthemodulesettings,youselectwhichforumswillusethealternatenameandsignature.
Alltheotherswillusethemainone.
Ifyouwanttoletpeoplepickfromasetofsignaturestouse,you'llhavetodosomeeditingofthemodule.
RightnowitsprimarilymeantforRoleplayingtypeenvironments(incharacter,andoutofcharacter).
Ryan/May24,200405:59AMRe:NamedPosting(andmultiplenames/signatures)ModuleOH!
Ohoh,okay.
Ihaveitup,itworksfine.
Thankyou.
Ithinkanothercoolideaforasignatureifisonthepost_form,theycouldselectrightthenwhichsignaturethey'd4/8liketouse.
Maybeforthosenon-RPGforums.
ButIhaveanRPGone,soyoursworksperfectlyforme,thankyouagainfortakingyourtimetohelpmakethephorumboardsmorecustomizableforothers.
=)ChrisEaton/May24,200402:29PMRe:NamedPosting(andmultiplenames/signatures)ModuleWhatwouldbereallycoolinadditiontothatisiftheycouldhavelike5signaturesinsteadofbeinglimitedto2.
Maybeoneday.
:)Ryan/May25,200404:58AMRe:NamedPosting(andmultiplenames/signatures)ModuleAhh,wecandream,no::Nodnodsandgrins::Ryan/June10,200409:08AMRe:NamedPosting(andmultiplenames/signatures)ModuleTridus,wouldyoubeabletomakeamodlikethisthat,insteadofforsignatures,itcouldbepicturesForexample,peoplewhohaveboardslikeyouandIforgaming,wheresomeforumsareOutofGameandsomeInGame,sothatifauseruploadedandspecifiedanInGamepictureandanOutofGamepicture,theOutofGamewouldshowupforforumsspecifiedinthemodule,andtheInGameintherestasadefault.
ChrisEaton/June11,200401:03AMRe:NamedPosting(andmultiplenames/signatures)ModuleIcould,yeah.
FirstI'dhavetoactuallywanttoimplementpicturesofsomekind.
:)SincePhorumdoesn'tdothatnatively,it'dmakethatfunctionalityofthemoduledependantonanothermodule/hack(howeverthepicturesareimplemented).
Ryan/June11,200408:49AMRe:NamedPosting(andmultiplenames/signatures)ModuleNotsureIunderstand.
Imeanlikepicturesuploaded,likeinMyControlCenter,EditMyFilesandsoon.
ChrisEaton/June12,200404:43AMRe:NamedPosting(andmultiplenames/signatures)ModuleI'mnotsureIunderstandeither.
Youcanuploadpicturesallyouwant.
Themodulewouldn'tdoanythingwiththatI'dexpect.
Myunderstandingisthatyouwouldwantittodisplayanappropriateone,correctRyan/June13,200412:21AMRe:NamedPosting(andmultiplenames/signatures)ModuleWhatImeanisthattheuserwouldUploadfilesasnormal,thengotoEditMyProfileandsee:(ic_pic)InGameuserpic(ooc_pic)OutofGameUserpicThengoingintoAdminandtothenewmoduleforthis,selecttheforumswhereooc_picwouldbeused,andic_picasadefaultfortheforumsnotselected.
Ryan/June15,200409:35PMRe:NamedPosting(andmultiplenames/signatures)Module5/8Itdoesn'treallyhaveanythingtodowithuploadingthefilesatall,justaslongassomething*is*uploadedinordertopickit.
InEditMyProfilewouldbetwolistsofallfilesuploadedinaselectbox,whichislikewhatthe"ProfileinPic(andprofile)"modulesarelike.
ThatpartIget,butit'sthesignatures-typeofthenamedpostingmodulethat'sneededforittowork.
Rather,insteadoftextinatextarea,apictureisassignedfordefaultandalternative.
Ithinkit'sagoodideaforgamingforums,because(example)whowantsapictureofadragoneyeorcentaurwhenyou'reOutOfGameandtryingtoexpresssomethingastheplayerItriedmodifyingthemodyouhad,butfailed.
ChrisEaton/June15,200410:40PMRe:NamedPosting(andmultiplenames/signatures)ModuleAsitstandsrightnow,thereisnopicturedisplaycodeaspartofPhorum,andthemoduleonlyknowsaboutwhatPhorumitselfiscapableofdoing.
Sowithoutknowingsomethingabouthowthepicturesarebeingmadetodisplayatall,Ican'treallydomuchexceptperhapscreateablank"extra"fieldthatthemodulecanworkwith.
Ryan/June15,200411:25PMRe:NamedPosting(andmultiplenames/signatures)ModuleOh.
Well,thankyouanyway.
=]ferd/July04,200406:50AMRe:NamedPosting(andmultiplenames/signatures)ModuleNicescripts.
IsthereanywaytomakethepostingsappeartobeanonymouswhentheposterchosetopostwithanalternativenicknameinsteadofhisusernameThatis,toremovethelinked_authorforanynicksotherthanusername.
Thanks.
ChrisEaton/July04,200403:44PMRe:NamedPosting(andmultiplenames/signatures)ModuleThismoduledoesn'tdothat,butitispossibletomakeonethatdoes,yeah.
ferd/July04,200409:03PMRe:NamedPosting(andmultiplenames/signatures)ModuleThanksTridus.
Lookingforwardtothenewversionthatsupportsthis.
ChrisEaton/August25,200410:29PMRe:NamedPosting(andmultiplenames/signatures)ModuleNewversion:1.
2NewFeatures:-Addedsupportformod_avatar2.
Ifyouhavebothmodulesenabledandturnonthesupportinmod_avatar,userswillbeabletohaveadifferentdefaultavatarinyour"alternate"forums.
Thisworksinexactlythesamewayasalternateusernamesandsigsdo.
(thesupportisbuiltintomod_avatar)6/8BugFixes:-Whenposting,onlyreplacetheauthoronthepostwhentheusertypedsomethingin(blankentrieswillpostwiththeusersusername).
Thisshouldeliminatepostswithnoauthor.
Download:[www.
hiredgoons.
ca]Ryan/September20,200407:31PMRe:NamedPosting(andmultiplenames/signatures)ModuleIdon'tusuallyhaveaproblemopeningtar.
gz,butforsomereason,WinZipisbeingextraoddwithyourdownload.
"Errorreadingheaderafterprocessing0entries".
Isazipavailable"Everythingweseeorseem,isbutadreamwithinadream.
"-EdgarAllanPoeChrisEaton/September20,200410:36PMRe:NamedPosting(andmultiplenames/signatures)ModuleBecausemyserverisrunningmod_deflateanddoesfunnythingswith.
gzfiles,somebrowsersmaybedecodingitbutnotchangingthename.
Soitmayactuallyalreadyhavebeenunzipped.
IknowthatOperahandlesthisbyrenamingittoa.
tar.
tarfile,whichisoddbutstillworks(Powerarchivercanreadit).
Ifthatdoesn'twork,sendmeanemailandI'llsendyouazippedversion.
Ryan/September20,200411:26PMRe:NamedPosting(andmultiplenames/signatures)ModuleAh,thankyouforremindingme.
ItriedwithInternetExplorerinsteadofMozillaFirefox,workedfine.
Thankyou.
=)"Everythingweseeorseem,isbutadreamwithinadream.
"-EdgarAllanPoerheo/July24,200509:20PMRe:NamedPosting(andmultiplenames/signatures)ModuleDidyouhaveanyproblemsusingthismodulewithPrivateMessagingIamdoingsomethingsimilarandfindthatitdoesn'tworktoreplytosomeonewhopostsassomethingotherthantheirloginname.
ideasrheo/July30,200512:10AMRe:NamedPosting(andmultiplenames/signatures)Module7/8IsthereanyoneherewhousesthismoduleandcanconfirmhowitbehaveswithPMSteelRat/April27,200604:17PMRe:NamedPosting(andmultiplenames/signatures)ModuleIrunanRPGboardaswell.
Only2signatures/identitieswouldn'tdomuchgood,sincepeopleareplayinginmanydifferentgames.
Ilovetheconcept,butunlessit'sexpandedsothatuserscanenteranynumberofadditionalindentitiesIthinkit'suseislimited,formeanyway;)Lookingforwardtoupdatesthough,hopefullyontheopeningpost;)SteelRat[infinite-realities.
com]ChrisEaton/August15,200606:52PMRe:NamedPosting(andmultiplenames/signatures)ModuleMorewouldbehelpful,butthatsreallymoreofaprofilemod.
Thisparticularmodisn'tmeanttobethatcomplicated,soIguessitsnotgoodforyourpurposes.
:)edit-Rheo,thisdoesn'taffectprivatemessagesatall.
Thisisjustthenamethatappearsonapostintheforum.
PMsdon'thavean"author"field(they'realwaysfromtheusernameinquestion),soeditingthatwouldbedifferent.
Ihaveanewversion,thisoneisforPhorum5.
1.
Ifyouareusing5.
0,don'tusethis.
Edited1time(s).
Lasteditat08/15/200606:53PMbyTridus.
Attachments:namedposting1.
3.
tar.
gzChrisEaton/August15,200607:13PMRe:NamedPosting(andmultiplenames/signatures)ModuleThatwasfast!
Veryminorbugfix.
Attachments:namedposting1.
31.
tar.
gzRyan/October08,200706:22AMRe:NamedPosting(andmultiplenames/signatures)ModuleI'mtryingtofollowthedirectionsinthenamedpostingmodule'sdocfile,buthavingsometrouble.
Iputtheinputboxinafter{IFOPTION_ALLOWED->edit_author}anditdidn'tshowup.
Iputafewlettersbehind{POST->author}intheELSEstatement,andthatshowedup,whichmeanssomewhereinmyPhorum,I'vegoteditingtheauthorasdisabled.
WherecanIchangethisInthenamedpostingmodule,Ihaveeditingusernamesenabled;istheresomewhereelseI'msupposedtoenableitaswell"Everythingweseeorseem,isbutadreamwithinadream.
"-EdgarAllanPoePoweredbyTCPDF(www.
tcpdf.
org)8/8
华纳云(HNCloud Limited)是一家专业的全球数据中心基础服务提供商,总部在香港,隶属于香港联合通讯国际有限公司,拥有香港政府颁发的商业登记证明,保证用户的安全性和合规性。 华纳云是APNIC 和 ARIN 会员单位。主要提供数据中心基础服务、互联网业务解决方案, 以及香港服务器租用、香港服务器托管、香港云服务器、美国云服务器,云计算、云安全技术研发等产品和服务。其中云服务器基于成熟的 ...
4324云是成立于2012年的老牌商家,主要经营国内服务器资源,是目前国内实力很强的商家,从价格上就可以看出来商家实力,这次商家给大家带来了全网最便宜的物理服务器。只能说用叹为观止形容。官网地址 点击进入由于是活动套餐 本款产品需要联系QQ客服 购买 QQ 800083597 QQ 2772347271CPU内存硬盘带宽IP防御价格e5 2630 12核16GBSSD 500GB30M1个IP...
LOCVPS商家我们还是比较熟悉的老牌的国内服务商,包括他们还有其他的产品品牌。这不看到商家的信息,有新增KVM架构轻量/迷你套餐,提供的机房包括香港云地和美国洛杉矶,适用全场8折优惠,月付29.6元起。LOCVPS是一家成立于2011年的稳定老牌国人商家,主要从事XEN、KVM架构的国外VPS销售,主推洛杉矶MC、洛杉矶C3、香港邦联、香港沙田电信、香港大埔、日本东京、日本大阪、新加坡等数据中心...
headersalreadysentby为你推荐
linksnsphpadmin下载求张艺兴《莲》mp3下载iprouteEigrp 的管理距离是多少啊googlepr谷歌 PR值是什么意思googlepr什么是Google PR值? 如何提高PR值?googleprGOOGLE PR是什么意思cuteftpcuteFTP的使用方法?重庆网站制作重庆网站制作,哪家公司服务,价格都比较好?netshwinsockreset在cmd中输入netsh winsock reset显示系统找不到指定文件怎么办360免费建站搭建卡盟分站(卡乐购系统,免费360网站收录)只要29元,想建的找2208647548!
网通服务器租用 google镜像 国外主机 踢楼 ion parseerror html空间 双拼域名 爱奇艺vip免费试用7天 免费网页申请 东莞服务器托管 德讯 中国联通宽带测速 域名转入 广东主机托管 广州主机托管 789电视剧网 hdroad cdn加速 ping值 更多