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
Moack怎么样?Moack(蘑菇主机)是一家成立于2016年的商家,据说是国人和韩国合资开办的主机商家,目前主要销售独立服务器,机房位于韩国MOACK机房,网络接入了kt/lg/kinx三条线路,目前到中国大陆的速度非常好,国内Ping值平均在45MS左右,而且商家的套餐比较便宜,针对国人有很多活动。不过目前如果购买机器如需现场处理,由于COVID-19越来越严重,MOACK办公楼里的人也被感染...
CloudCone商家我们很多喜欢低价便宜VPS主机的肯定是熟悉的,个人不是特别喜欢他。因为我之前测试过几次,开通的机器IP都是不通的,需要删除且开通好几次才能得到一个可用的IP地址。当然他们家的优势也是有的,就是价格确实便宜,而且还支持删除重新开通,而且机房只有一个洛杉矶MC。实话,如果他们家能多几个机房,保持现在的特点,还是有很多市场的。CloudCone是来自美国的主机销售商,成立于2017...
Megalayer 商家算是比较新晋的国内主机商,主要方向是美国、香港、菲律宾等机房的独立服务器为主,以及站群服务器和显卡服务器。同时也有新增价格并不是特别优惠的VPS云服务器。上午的时候有网友问问有没有CN2线路的美国独立服务器的,这里我推荐他选择Megalayer看看,目前也是有活动截止到月底的。Megalayer 商家创办2年左右时间,如果我们初次使用建议月付体验。目前在进行且可能截止到6月...
headersalreadysentby为你推荐
hPK03163sns平台sns是什么平台企业推广推广专员一般每天要做哪些工作搜狗360因为我做百度,搜狗,360,神马竞价推广已经有一年多了,所以请问下,网上有哪些平台可以接竞价的单呢?搜狗360360影视大全怎样免费看大片企业建网站一般中小型企业建立网站需要多少费用?多大的空间?my.qq.commy.qq.com,QQ用户上不去?flashftp下载禁室迷情夜下载地址给我 谢谢要能下载出来的重庆网站制作重庆网站制作哪家好,重庆做网站制作的公司有谁比较了解的,应该去哪里做好些?360免费建站免费空间-360免费建站空间是多大?
虚拟主机空间 上海服务器租用 便宜vps 星星海 远程登陆工具 租空间 linux空间 百兆独享 双12 日本代理ip 服务器防火墙 镇江高防 googlevoice 沈阳idc 腾讯服务器 美国vpn代理 globalsign server2008 ddos攻击软件 报警主机 更多