Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Mods & Themes (http://www.bvlist.com/forumdisplay.php?f=109)
-   -   Simple Theme (http://www.bvlist.com/showthread.php?t=9091)

wMan 18th July 2013 21:09

i seen that but was not going to say lol, http://www.bvlist.com/tbdev/7851-tbd...html#post41672

if a user wants a site they should do it them self come to this forum for help there is alot of it As for setting the u-232 v3,v2,v1 up for them its best if they did it them self and come here for help coss if the coder not like what you are doing they can remove your site so on and go into your ssh where alot of info is that runs your site so on it best if they did that code them selfs :drink:

BamBam0077 18th July 2013 23:15

I agree but I like to offer free service where I can and plus Bigjoos & the u-232 Team have been great to me & I just like to hand out a helping hand / teach people some parts they might misunderstand ;) ... I just think it is fair if your going to code you might as well share what you code up :lol:

on another note this theme is pretty cool ;) just looking over how to make login , signup & recover appear in the menu rather then home,browse etc. just for login.php but when logged in I wouldn't mind seeing the following in their " home , browse , etc, etc, etc ". But I will get their :P

Not use to tbdev09 but do have a test copy under a free host to just learn 2 code / prac for free :D - http://bambam.byethost17.com

Quote:

Originally Posted by TrinitY-RG (Post 41678)
i seen that but was not going to say lol, http://www.bvlist.com/tbdev/7851-tbd...html#post41672

if a user wants a site they should do it them self come to this forum for help there is alot of it As for setting the u-232 v3,v2,v1 up for them its best if they did it them self and come here for help coss if the coder not like what you are doing they can remove your site so on and go into your ssh where alot of info is that runs your site so on it best if they did that code them selfs :drink:


wMan 18th July 2013 23:30

i see where are coming from mate but that me what i think about it no mate ive made my own basecode and i would not give it out to noone but all good what you say agree, BY THE WAY YOUR EMAILS NOT SENDING OUT nor is the email recover

BamBam0077 18th July 2013 23:38

Yeah mate I know that is why I have updated the signup.php just 2seconds ago I have to manually confirm I will be working on making it auto as it is sitting on a hosting plan not a dedi server/vps ... I see your point though learn to code then come back with the apache error logs so other coders can help you out :ok:
Quote:

Originally Posted by TrinitY-RG (Post 41683)
i see where are coming from mate but that me what i think about it no mate ive made my own basecode and i would not give it out to noone but all good what you say agree, BY THE WAY YOUR EMAILS NOT SENDING OUT


wMan 18th July 2013 23:40

Quote:

Originally Posted by BamBam0077 (Post 41684)
Yeah mate I know that is why I have updated the signup.php just 2seconds ago I have to manually confirm I will be working on making it auto as it is sitting on a hosting plan not a dedi server/vps ... I see your point though learn to code then come back with the apache error logs so other coders can help you out :ok:

very true mate confirm me so i can look in

Krypto 19th July 2013 00:54

Quote:

Originally Posted by BamBam0077 (Post 41682)
I agree but I like to offer free service where I can and plus Bigjoos & the u-232 Team have been great to me & I just like to hand out a helping hand / teach people some parts they might misunderstand ;) ... I just think it is fair if your going to code you might as well share what you code up

I commend you on what you are doing it makes a refreshing change to see someone offering help / advice for free, kudos to you :ok: it's a shame more are not like that on here :wallbash:

BamBam0077 19th July 2013 01:10

I try to stay free for folks but if they kind heart-ed like me and are willing to donate for the code work then :ok:to them wonderful people. I try to not charge but when custom work is needed it is required as I do have to have a life outside of a notepad:lol: .. normally spend 24-48hours on code & sometimes it is just reading/de-bugging my own work :lol:

Quote:

Originally Posted by Krypto (Post 41689)
I commend you on what you are doing it makes a refreshing change to see someone offering help / advice for free, kudos to you :ok: it's a shame more are not like that on here :wallbash:

Bump: Confirmed You Mate :ok:
Quote:

Originally Posted by TrinitY-RG (Post 41685)
very true mate confirm me so i can look in


KrackerMan 19th July 2013 02:29

Quote:

Originally Posted by TrinitY-RG (Post 41683)
i see where are coming from mate but that me what i think about it no mate ive made my own basecode and i would not give it out to noone but all good what you say agree, BY THE WAY YOUR EMAILS NOT SENDING OUT nor is the email recover

Your base code is torrent trader.

Joe 19th July 2013 04:15

Quote:

Originally Posted by BamBam0077 (Post 41673)
thought I would post that simple fix as most new coders would wonder why it wouldn't work 100% but I will explain if you browse via your files you will see most <> tags use ' ' instead of " " within it. But if you already new that then good on you :) small fix but worth sharing.

Old code -

PHP Code:

<div id="main_container">
    <
div id="header">
        <
div class="logo"><img src="http://www.bvlist.com/images/logo.gif" border="0" alt="" title="" /></div>       
    </
div>
        <
div class="menu">
            <
ul>                                                                         
                <
li class="selected"><a href="index.php">home</a></li>
                <
li><a href="browse.php">browse</a></li>
                <
li><a href="upload.php">upload</a></li>
                <
li><a href="viewoffers.php">offers</a></li>
                <
li><a href="my.php">profile</a></li>
                <
li><a href="forums.php">forums</a></li>
                <
li><a href="userchat.php">chat</a></li>
                <
li><a href="rules.php">rules</a></li>
                <
li><a href="staff.php">staff</a></li>
            </
ul>
        </
div>
    <
div class="center_content"

New Code -
PHP Code:

<div id='main_container'>
    <
div id='header'>
        <
div class='logo'><img src='http://www.bvlist.com/images/logo.gif' border='0' alt='' title='' /></div>       
    </
div>
        <
div class='menu'>
            <
ul>                                                                         
                <
li class='selected'><a href='index.php'>home</a></li>
                <
li><a href='browse.php'>browse</a></li>
                <
li><a href='upload.php'>upload</a></li>
                <
li><a href='viewoffers.php'>offers</a></li>
                <
li><a href='my.php'>profile</a></li>
                <
li><a href='forums.php'>forums</a></li>
                <
li><a href='userchat.php'>chat</a></li>
                <
li><a href='rules.php'>rules</a></li>
                <
li><a href='staff.php'>staff</a></li>
            </
ul>
        </
div>
    <
div class='center_content'

same applies on the following -

Old Code -

PHP Code:

<link rel="stylesheet" type="text/css" href="style.css" /> 

New -
PHP Code:

<link rel='stylesheet' type='text/css' href='style.css' /> 

also here too -

Old Code -
PHP Code:

 <div id="footer">                                              
        <
div class="left_footer"><a href="index.php">home</a> <a href="faq.php">faq</a> <a href="rules.php">privacy policy</a><a href="mailto:chezandrei@gmail.com">contact</a></div>
        <
div class="right_footer"><a href="#"  target="_blank"><img src="http://www.bvlist.com/images/chezdesign.gif" border="0" alt="" title="" /></a>
        </
div>   
    
    </
div>
    
    
    
</
div

New Code -

PHP Code:

 <div id='footer'>                                              
        <
div class='left_footer'><a href='index.php'>home</a> <a href='faq.php'>faq</a> <a href='rules.php'>privacy policy</a><a href='mailto:chezandrei@gmail.com'>contact</a></div>
        <
div class='right_footer'><a href='#'  target='_blank'><img src='http://www.bvlist.com/images/chezdesign.gif' border='0' alt='' title='' /></a>
        </
div>   
    
    </
div>
    
    
    
</
div




Well your right and wrong as ' ' and " " are used in the HTML base code.. I have use $htmlout .=' '; and $HTMLOUT .="" ; so you need to under stand your code be code you post ur thoughts .. People have different setups as I can use ' ' witch the original poster posted.. just an FYI.. and your site is on a free host or dns witch will also make it a bit more pain in the ass to get in .. Try to under stand php and HTML before you say you have a little fix.. Just an FYI :) :relax:

firefly007 19th July 2013 05:28

Code:

<div id='footer'>                                             
        <
div class='left_footer'><a href='index.php'>homea> <a href='faq.php'>faqa> <a href='rules.php'>privacy policya><a href='mailto:chezandrei@gmail.com'>contacta>div>
        <
div class='right_footer'><a href='#'  target='_blank'><img src='http://www.bvlist.com/images/chezdesign.gif' border='0' alt='' title='' />a>
        div
   
    div>
   
   
   
div>

There is no need to use ' ' in the above html or though it will work. In most cases you will use ' ' when doing the following

Code:



$footer = "

";

   
   
 

The correct format should be something like this...

Code:





All times are GMT +2. The time now is 14:55.

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