Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Strike (http://www.bvlist.com/forumdisplay.php?f=21)
-   -   Personaling TorrentStrike login screen (http://www.bvlist.com/showthread.php?t=7315)

accretio 8th December 2011 19:07

Personaling TorrentStrike login screen
 
1 Attachment(s)
okay daffy, i attached it to this post. thanks for all the trouble! :ok:

daffy 8th December 2011 19:15

1 Attachment(s)
here

accretio 8th December 2011 19:22

Personaling TorrentStrike login screen
 
@daffy, i tried it and now the "stats" and "nzbs" can't be seen even once i logged in. how can i fix this, i need the boxes to show once the user logs in? thanks :-)

daffy 9th December 2011 03:15

1 Attachment(s)
Sorry, i read wrong, it sounded like you wanted these removed altogether. ok try this.

accretio 9th December 2011 11:58

Personaling TorrentStrike login screen
 
hey @daffy, thanks for all the help. its working now, but there seems to be an error with the NZB's block. The error is as follows:
--------------------------------------------------------------------------
Fatal error: Call to
undefined function
phpnzb_categories_list()
in /home/binzawgm
/public_html/themes
/ICGstation
/stdfoot.php
on line 60
--------------------------------------------------------------------------
I'm sorry that i'm asking so much questions, etc. but I guess it's the best way to learn for now. how do i solve this? Thanks :ok:

EDIT: Never mind, sorted it out. had to be changed to . All is well again. thanks so much!

Kanpai! :ok:

Bigjoos 9th December 2011 16:46

PHP Code:

<?phpnzb_categories_list();?>

Should be

PHP Code:

<?php 
nzb_categories_list
();
?>

Dont use short open tags always ensure you use

PHP Code:

<?php

not

PHP Code:

<?

Your source code is ages old and there should be no usage of short open tag nowadays its old skool shit.

accretio 9th December 2011 17:44

Personaling TorrentStrike login screen
 
Hey guys, thanks for all the help over the past few weeks/days (bigjoos and daffy). But now I'd like to remove the panels at the top of the screen that say:

Home, Browse, Profiles, Forum, FAQ

How would i go about removing this only when the user is not logged in, just like with the "Stats" boxes, etc. I want it to only appear once the user has logged on. I understand that I need to edit the stdhead.php file (for those who don't know, i'm using torrentstrike) but what exactly should i remove or add in the code?

I have attached stdhead.php to the post, since I'm using a modded version of TStrike.

Thanks :ok:

accretio 10th December 2011 16:01

no seriously, how do i remove the panels?

daffy 10th December 2011 17:11

Quote:

Originally Posted by accretio (Post 31579)
no seriously, how do i remove the panels?

lmfao that is a advertisment spam shit

post your .php file please, i cannot see it

accretio 10th December 2011 17:30

Personaling TorrentStrike login screen
 
1 Attachment(s)
oh sorry, forgot to attach the file to my previous post. here's the stdhead.php file. thanks again @daffy for helping.


All times are GMT +2. The time now is 03:37.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.