vbnoob
04-16-2007, 01:31 PM
Hello,
How can i add a new link with login/logout link?
How can hack vbulletin? I don't find html code for login/logout anywhere?
Please help.
Dave A
04-16-2007, 01:51 PM
It's in the navbar template which is in the Navigation/Breadcrumb Templates group
Search in the navbar template for
<if condition="$show['member']">
It starts from there.
It's an
if (logged in member)
else (not logged in)
endif
logic sequence.
vbnoob
04-16-2007, 02:08 PM
Thank you very much for your reply but the problem is that i cannot find where are the templates. I do not see a templates folder there.
I can only see these folders :
admincp, archive, clientscript, cpstyles, customavatars, customprofilepics, images, includes, modcp and signaturepics
Could you please tell me where should i look?
Thanks again for your help.
Joeychgo
04-16-2007, 02:15 PM
its in your admin cp - not the individual files. Get out of your FTP program and login to the Admin Control Panel via the link on the bottom right of any page.
vbnoob
04-16-2007, 02:22 PM
oh.
i have admin access but i cannot see anything like that there.
do i need super admin access?
Thanks for the help.
Hell³
04-16-2007, 03:47 PM
You need to go to the styles & templates section of your admin control panel, unless there is a higher level admin that might have restricted your access to the ACP there is no need to move anything else regarding permissions.
You might want to give a quick read to the vbulletin manual (http://www.vbulletin.com/docs/html/), especially the templates section (http://www.vbulletin.com/docs/html/main/templates_intro) so you get a grasp of how the system works.
vbnoob
04-16-2007, 04:13 PM
Thanks all.
I found it and for test remarked the logout link (simple html remark) and saved.
what to do next? because i see no difference on the frontend.
Hell³
04-16-2007, 05:37 PM
Could you please put the actual edit you did?, no need to reproduce the whole template, just put the edit you did and where.
vbnoob
04-16-2007, 05:54 PM
Thank you very much for the great help.
It is working now.
Hell³
04-16-2007, 07:40 PM
Glad you got it sorted now