Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   TSSE v5.6 DECODED (NULLED BY Nightcrawler) (http://www.bvlist.com/showthread.php?t=3580)

dandanch 11th April 2012 20:38

bbcode
 
Can someone please help me with a bbcode problem. when I code a link with code, php, or sql bbcode tag in a post and save it, it still shows the tags on both ends of the link, also when i use more then two tags in a post i get that {{ts-code}} code where the link should be. can someone please help. Thanks

Bump: OK, I'm guessing know one has A fix or work around for the bbcode problem...So can someone please tell me how to make the forum so it does not have parsing links in the forum threads? how to disable clickable Links. Thanks

popoff 18th April 2012 20:23

dupe 1p
 
hi can someone help just got a new site thanks to zone my wife and i want to go on the site but because we use the same ip can someone help please

ant 18th April 2012 20:25

two ways
 
1st way - tracker setting - signup settings - max ip set to 2
2nd way - staff panel - adduser- add her in there then you can both log in with differrent accounts

popoff 18th April 2012 20:39

Quote:

Originally Posted by ant (Post 34336)
1st way - tracker setting - signup settings - max ip set to 2
2nd way - staff panel - adduser- add her in there then you can both log in with differrent accounts

tried them both m8 dosent seem to work

x360zone 18th April 2012 20:50

has she signed up yet? have you made her an account?
as both me and my partner are on mine

popoff 18th April 2012 20:56

Quote:

Originally Posted by x360zone (Post 34338)
has she signed up yet? have you made her an account?

yes m8 and made i dont think she made an accout i have just deleted her and asked her to join

Bump: hi all i am new to all this and sorry if its a stupid question i have tred too promote staff but when i promote it blocks them of the system i have tried manage staff team but i am coming up with an error Invalid Username of Userid Entered. djsammy : 6 can any 1 help

thanks

Marco 26th June 2012 20:23

Hello
 
I have the following error



on my client all torrents is in red with the following message:

Failure: cannot connect with the database


fixed ;)
reinstalled the site

DJHicks 7th July 2012 17:59

Hi folks....

I seem to have run into an issue with unconfirmed members...

The 3 options delete/confirm/resend all technically work but after the process the redirect is wrong putting in an extra folder name i.e. tracker/tracker/ instead of tracker/

I have tried to find what's causing this but not being a major php buff I am struggling. I have been looking for sometime but always to worried i'll mess something up! lol

Can anyone point me in the right direction please? I've been looking at the unco.php file alot but can't see anything obvious.

It only happens in the UNCO tool... hence thinking its the unco.php file. Normal sign up etc goes to the confirmation page and redirects fine.

Any help is most appreciated!!! Thank you guys!

firefly007 8th July 2012 02:08

Quote:

Originally Posted by DJHicks (Post 35682)
Hi folks....

I seem to have run into an issue with unconfirmed members...

The 3 options delete/confirm/resend all technically work but after the process the redirect is wrong putting in an extra folder name i.e. tracker/tracker/ instead of tracker/

I have tried to find what's causing this but not being a major php buff I am struggling. I have been looking for sometime but always to worried i'll mess something up! lol

Can anyone point me in the right direction please? I've been looking at the unco.php file a lot but can't see anything obvious.

It only happens in the UNCO tool... hence thinking its the unco.php file. Normal sign up etc goes to the confirmation page and redirects fine.

Any help is most appreciated!!! Thank you guys!


I'm not to sure on this but I think this happens on most of the TSSE releases but then again I could be wrong..This happens to me to but I don't think its a huge issue and all it takes it a little monitoring of unconfirmed users in the admin panel on your part.

DJHicks 9th July 2012 21:40

Got a new issue now can't seem to change the colour of the donate writing in the header.php

tried editing the header code, changing the style css and all failed lol!

header.php donate code:

Code:

$Progress_so_far = ($Progress_so_far >= 100 ? '100' : number_format($Progress_so_far, 1));
    echo '
'.$lang->header['donate'].'
 '.number_format($Progress_so_far, 1).'%'.($Progress_so_far >= 100 ? ' '.$lang->header['thanks'].'' : '').'
';
}

the css it refers too:
Code:

.small2{ font-size:7pt}
thought it would be simple... tried various codes in various places to no effect at all!

***EDIT*** I sorted it finally... stupid a href bug that ive found is still present today and was years ago!!!

if i added - color:white - to the css code it still stayed black.... if i changed the pt size it would change size.... so had to move the to after the a href tag....

Its a weird issue i used to encounter in html years ago too! lol

Bump: Quoted my original issue below... but this is happening when a user updates their profiles in the user cp etc... obviously can have an error like this...

could anyone give me any pointers as to where to look as i'm pretty stumped tbh lol!!

thank you to anyone in advance that can help!!

Dave



Quote:

Originally Posted by DJHicks (Post 35682)
Hi folks....

I seem to have run into an issue with unconfirmed members...

The 3 options delete/confirm/resend all technically work but after the process the redirect is wrong putting in an extra folder name i.e. tracker/tracker/ instead of tracker/

I have tried to find what's causing this but not being a major php buff I am struggling. I have been looking for sometime but always to worried i'll mess something up! lol

Can anyone point me in the right direction please? I've been looking at the unco.php file alot but can't see anything obvious.

It only happens in the UNCO tool... hence thinking its the unco.php file. Normal sign up etc goes to the confirmation page and redirects fine.

Any help is most appreciated!!! Thank you guys!

Bump: BUMP!!! ****


I'm guessing i have to edit this piece of code but not being a php buff i'm unsure what to do so will try a few things but any pointers greatly appriciated! lol

PHP Code:

# Function redirect v.0.7

function redirect($url$message=''$title=''$wait=3$usephp=false$withbaseurl=true)

{

    global 
$SITENAME,$BASEURL,$lang;

    if (empty(
$message))

        
$message $lang->global['redirect'];

    if(empty(
$title))

        
$title $SITENAME;        

    
$url fix_url($url);

    if (
$withbaseurl)

        
$url $BASEURL.(substr($url01) == '/' '' '/').$url;

    if (
$usephp)

    {        

        @
header ('Location: '.$url);

        exit;

    }

    
$defaulttemplate ts_template();

    
ob_start();

?> 



All times are GMT +2. The time now is 22:15.

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