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
这两天Linode发布了十八周年的博文和邮件,回顾了过去取得的成绩和对未来的展望。作为一家运营18年的VPS主机商,Linode无疑是有一些可取之处的,商家提供基于KVM架构的VPS主机,支持随时删除(按小时计费),可选包括美国、英国、新加坡、日本、印度、加拿大、德国等全球十多个数据中心,所有机器提供高出入网带宽,最低仅$5/月($0.0075/小时)。This month marks Linod...
3C云国内IDC/ISP资质齐全商家,与香港公司联合运营, 已超6年运营 。本次为大家带来的是双12特惠活动,香港美国日本韩国|高速精品|高防|站群|大带宽等产品齐全,欢迎咨询问价。3C云科技有限公司官方网站:http://www.3cccy.com/客服QQ:937695003网页客服:点击咨询客户QQ交流群:1042709810价目表总览升级内存 60元 8G内存升级硬盘 1T机械 90元 2...
racknerd怎么样?racknerd最近发布了一些便宜美国服务器促销,包括大硬盘服务器,提供120G SSD+192TB HDD,有AMD和Intel两个选择,默认32G内存,1Gbps带宽,每个月100TB流量,5个IP地址,月付$599。价格非常便宜,需要存储服务器的朋友可以关注一下。RackNerd主要经营美国圣何塞、洛杉矶、达拉斯、芝加哥、亚特兰大、新泽西机房基于KVM虚拟化的VPS、...
headersalreadysentby为你推荐
文件夹xpcentos6.5如何安装linux centos6.5苹果appstore宕机最近app store一直不能用 怎么回事啊 改dns也不能用 持续好久好久了重庆电信dns重庆电信 路由器连接另一个电脑,本地连接的IP是多少,?DNS首选,备用 服务器是多少?邮件eset设计eset宜人贷官网宜信信用贷款上征信吗三友网广州三友集团在韶关分公司么?徐州商标求江苏徐州地区的商标代理机构!pintang深圳御品堂怎么才能保证他们卖的东西都是有机食品?
域名服务器 美国vps推荐 wordpress主机 荷兰服务器 hostgator 分销主机 z.com realvnc 好玩的桌面 好看的桌面背景大图 申请空间 40g硬盘 789电视 什么是服务器托管 linux服务器维护 搜索引擎提交入口 七夕快乐英语 空间首页登陆 网通服务器 带宽租赁 更多