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
瓜云互联怎么样?瓜云互联之前商家使用的面板为WHMCS,目前商家已经正式更换到了魔方云的面板,瓜云互联商家主要提供中国香港和美国洛杉矶机房的套餐,香港采用CN2线路直连大陆,洛杉矶为高防vps套餐,三网回程CN2 GIA,提供超高的DDOS防御,瓜云互联商家承诺打死退款,目前商家提供了一个全场9折和充值的促销,有需要的朋友可以看看。点击进入:瓜云互联官方网站瓜云互联促销优惠:9折优惠码:联系在线客...
CUBECLOUD(魔方云)成立于2016年,亚太互联网络信息中心(APNIC)会员,全线产品均为完全自营,专业数据灾备冗余,全部产品均为SSD阵列,精品网络CN2(GIA) CU(10099VIP)接入,与当今主流云计算解决方案保持同步,为企业以及开发者用户实现灵活弹性自动化的基础设施。【夏日特促】全场产品88折优惠码:Summer_2021时间:2021年8月1日 — 2021年8月8日香港C...
pigyun怎么样?PIGYunData成立于2019年,2021是PIGYun为用户提供稳定服务的第三年,目前商家提供香港CN2线路、韩国cn2线路、美西CUVIP-9929、GIA等线路优质VPS,基于KVM虚拟架构,商家采用魔方云平台,所有的配置都可以弹性选择,目前商家推出了七月优惠,韩国和美国所有线路都有相应的促销,六折至八折,性价比不错。点击进入:PIGYun官方网站地址PIGYUN优惠...
headersalreadysentby为你推荐
datehttpuctoolsDiscuz! X3管理员可以查询某个用户登录IP的历史记录吗?重庆网络公司一九互联重庆畅融科技有限公司怎么样?mysql下载Navicat for mysql怎么安装filezillaserver怎么用FileZilla Server 0.9.27 绿色汉化版软件?中国企业在线一般都在哪里找企业信息啊?360免费建站搭建卡盟分站(卡乐购系统,免费360网站收录)只要29元,想建的找2208647548!的是cuteftp购物车通过自己的体会总结购物车的作用闪拍网闪拍网是真的吗
域名交易 域名抢注 手机域名注册 天津服务器租赁 中国万网虚拟主机 enom hawkhost 流媒体服务器 512au 淘宝双十一2018 秒杀预告 gspeed seednet 可外链相册 smtp虚拟服务器 便宜空间 独立主机 稳定空间 后门 阿里云邮箱申请 更多