cotonti.com : Prodlems, Problems, Problms... https://www.cotonti.com Laatste forum onderwerpen Cotonti en Wed, 25 Feb 2026 13:53:50 -0000 Pablo 92 http://slrrmods.hoxt.me

This is site with my and my friend mods, but in Polish language :))]]>
Ma, 13 Jul 2009 04:24:47 -0000
backa
so if some plugins dont work for you, try typing not PLUGIN_... but PHP.plugin name without caps

hope helped ;)

and i saw you from my site pablo :)
jdmbrothers.hoxt.me :)]]>
Za, 11 Jul 2009 15:34:27 -0000
SunChase
Pablo 92.Dont worry it happens with everyone ;-)]]>
Thu, 09 Jul 2009 23:54:22 -0000
Pablo 92
EDIT:
SunChase i read readme but i don't change Tags=header.tpl:{PLUGIN_LEETLOGIN} to Tags=index.tpl:{PLUGIN_LEETLOGIN}. I'm dumbass, Sorry ;-)]]>
Thu, 09 Jul 2009 22:30:22 -0000
pieter And they solve a lot of problems.]]> Thu, 09 Jul 2009 22:19:46 -0000 SunChase
If you want the plugin somewhere besides header.tpl, let’s say, index.tpl, do the following steps
Open leetlogin.php, go to lines 21-22 and change 'header' to 'index' or any other tpl name. Note, that the PM notification will now only happen when you visit index.php.
]]>
Thu, 09 Jul 2009 22:16:32 -0000
pieter You can change it.

open leetlogin.php with texteditor

Look for:
[BEGIN_SED_EXTPLUGIN]
Code=leetlogin
Part=main
File=leetlogin
Hooks=header.tags
Tags=header.tpl:{PLUGIN_LEETLOGIN}
Minlevel=0
Order=10
[END_SED_EXTPLUGIN]

Change

Hooks=header.tags -->>Hooks=index.tags
Tags=header.tpl:{PLUGIN_LEETLOGIN} --->>Tags=index.tpl:{PLUGIN_LEETLOGIN}

Upload the changed file and don't forget to REINSTALL plugin in admin-menu.]]>
Thu, 09 Jul 2009 22:13:24 -0000
Pablo 92 look on my site, panel is called "USER".
Tag is ok: "Present"
My index.tpl:
<!-- BEGIN: MAIN -->
<div id="lSide">

	<div class="lboxHD">{PHP.skinlang.index.Newinforums}</div>
	<div class="lboxBody">{PLUGIN_LATESTTOPICS}</div>

	{INDEX_NEWS}

</div>
<div id="rSide">

        <div class="rboxHD">USER</div>
        <div class="rboxBody">{PLUGIN_LEETLOGIN}</div>

	<div class="rboxHD">SHOUTBOX:</div>
	<div class="rboxBody">{MINICHAT}</div>
	
	<div class="rboxHD">{PHP.skinlang.index.Polls}</div>
	<div class="rboxBody">{PLUGIN_INDEXPOLLS}</div>
	
	<div class="rboxHD">{PHP.skinlang.index.Recentadditions}</div>
	<div class="rboxBody">{PLUGIN_LATESTPAGES}</div>
	
	<div class="rboxHD">{PHP.skinlang.index.Online}</div>
	<div class="rboxBody"><a href=https://www.cotonti.com/"plug.php?e=whosonline">{PHP.out.whosonline}</a> :<br />{PHP.out.whosonline_reg_list}</div>
</div>

<!-- END: MAIN -->

Where i make bug?]]>
Thu, 09 Jul 2009 22:08:10 -0000
pieter http://pablo92.cba.pl/
2. For the login link you asked: use plugin "LeetLogin"
TAG: {PLUGIN_LEETLOGIN}
3. to delete the top:
delete the following part in header.tpl
<div id="userBar">
	                 <!-- BEGIN: GUEST -->
                    <div class="userBarR"><a href=https://www.cotonti.com/"users.php?m=auth">{PHP.skinlang.header.Login}</a>&nbsp;&#8226;&nbsp;<a href="users.php?m=register">{PHP.skinlang.header.Register}</a>&nbsp;&#8226;&nbsp;<a href=https://www.cotonti.com/"plug.php?e=passrecover">{PHP.skinlang.header.Lostyourpassword}</a></div>
                    <strong>{PHP.skinlang.header.Welcome}</strong>
	                <!-- END: GUEST -->
                
	                <!-- BEGIN: USER -->
                    <div class="userBarR">{HEADER_USER_LOGINOUT}</div>
                    <b>{HEADER_LOGSTATUS}</b>
                    <div class="userBarL">{HEADER_USER_ADMINPANEL} | {HEADER_USERLIST} | {HEADER_USER_PROFILE} | {HEADER_USER_PFS} | {HEADER_USER_PMREMINDER}<br />{HEADER_NOTICES}</div>
	                <!-- END: USER -->

                </div>
]]>
Thu, 09 Jul 2009 21:44:30 -0000
Pablo 92
<div class="rboxHD">SHOUTBOX :</div>
<div class="rboxBody">{MINICHAT}</div>

Shoutbox is now in my page, but in admin panel i have non-stop:
#1	ajax	None
#2	main	index.tpl :{MINICHAT} : Missing
#3	main	None
]]>
Thu, 09 Jul 2009 21:20:51 -0000
Kingsley
For example the tag of recentitems can be found here:

www.yoursite.com/admin.php?m=plug&a=details&pl=recentitems

{PLUGIN_LATESTPAGES} : Present
{PLUGIN_LATESTTOPICS} : Present

these you place where you want them in the tpl.]]>
Thu, 09 Jul 2009 20:49:19 -0000
Pablo 92
2. ok, but what i must write (meybe ist sobe plugin with this panel?)
If i am logged in i want to see this: http://img200.imageshack.us/i/usr.png/ :)
3. then tell me how add tags to files. I don't see any tutorials and articles about this]]>
Thu, 09 Jul 2009 20:45:19 -0000
Kilandor 2. Edit skins/SKINNAME/index.tpl
3. You probabbly didn't add the tags for it, to whatever template file it needs.]]>
Thu, 09 Jul 2009 20:35:59 -0000
Pablo 92 1. What i must do, to delete this things:
http://img389.imageshack.us/i/del.png/
2. How to make this panel on my site:
http://img198.imageshack.us/i/paneli.png/
3. I have installed minichat, but i dont see him in my main page]]>
Thu, 09 Jul 2009 18:24:50 -0000