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
目前,我们都在用哪个FTP软件?喜欢用的是WinSCP,是一款免费的FTP/SFTP软件。今天在帮助一个网友远程解决问题的时候看到他用的是FlashFXP FTP工具,这个工具以前我也用过,不过正版是需要付费的,但是网上有很多的绿色版本和破解版本。考虑到安全的问题,个人不建议选择破解版。但是这款软件还是比较好用的。今天主要是遇到他的虚拟主机无法通过FTP连接主机,这里我就帮忙看看到底是什么问题。一...
官方网站:点击访问特网云官网活动方案:===========================香港云限时购==============================支持Linux和Windows操作系统,配置都是可以自选的,非常的灵活,宽带充足新老客户活动期间新购活动款产品都可以享受续费折扣(只限在活动期间购买活动款产品才可享受续费折扣 优惠码:AADE01),购买折扣与续费折扣不叠加,都是在原价...
我们在去年12月分享过Hosteons新上AMD Ryzen9 3900X CPU及DDR4内存、NVMe硬盘的高性能VPS产品的消息,目前商家再次发布了产品更新信息,暂停新开100M带宽KVM套餐,新订单转而升级为新的Budget KVM VPS(SSD)系列,带宽为1Gbps端口,且配置大幅升级,目前100M带宽仅保留OpenVZ架构产品可新订购,所有原有主机不变,用户一直续费一直可用。Bud...
headersalreadysentby为你推荐
重庆电信断网重庆电信的最近是怎么回事啊!老断网企业信息查询系统官网怎么查自己办了几个工商营业执照asp.net网页制作如何用ASP.NET做网站?flashfxp下载我想下载一个FlashFXP 4.0.0 Build 1510 简体中文版的软件,可是不知道下载地址,希望大家帮帮我?sns网站有哪些中国都有哪些sns网站?还有它们都是哪个类型的?免费代理加盟怎样免费加盟代理淘宝如何发帖子怎么发帖子啊?关闭评论iOS12抖音直播怎样关闭评论?无忧登陆无忧登录好吗?帖子标题百度贴吧里帖子标题后面的“(共xxx贴)”和此张贴子的楼层数有何区别?两者的数值并不一样。
什么是虚拟主机 日本动态vps 域名抢注工具 simcentric vpsio java主机 免费ftp空间 godaddy优惠券 数字域名 南通服务器 搜索引擎提交入口 申请网页 空间登录首页 万网空间管理 宏讯 网购分享 江苏徐州移动 带宽测试 美国代理服务器 hosting 更多