News:

Join the Facebook Fan Page.

Main Menu

Help Please

Started by black, September 11, 2004, 02:48:44 PM

Previous topic - Next topic

black

hello what would this be in?

Blood Raven | Powered by SMF 1.0 RC1.
© 2001-2004, Lewis Media. All Rights Reserved.


i would like to add something to the bottom for it :)

Amacythe

I asked something similar

Quote from: Amacythe on August 29, 2004, 03:33:46 PM
I'd like to edit the copyright to make it one line, where would I find the actual text to do this?

I'm still waiting for an answer.

To answer your question, you can add your line in the index.template.php file.  I added a line this way:

   // Show the "Powered by" and "Valid" logos, as well as the copyright.  Remember, the copyright must be somewhere!
   echo '
   <br />

   <table cellspacing="0" cellpadding="0" border="0" align="center" width="95%" class="tborder">
      <tr style="background-color: #343650;">
         <td colspan="3" align="center"><img src="/cgi-sys/counter/hit.pl?user=mysafeha&amp;id=default" alt="" /></td>
      </tr>
      <tr style="background-color: #343650;">
         <td width="28%" valign="middle" align="right">
            <a href="http://www.mysql.com/" target="_blank"><img src="', $settings['images_url'], '/mysql.gif" alt="', $txt['powered_by_mysql'], '" border="0" /></a>
            <a href="http://www.php.net/" target="_blank"><img src="', $settings['images_url'], '/php.gif" alt="', $txt['powered_by_php'], '" border="0" /></a>
         </td>
         <td width="44%" valign="middle" align="center">
            ', theme_copyright(), ' <br />© My-Safe-Haven.com
         </td>
         <td width="28%" valign="middle" align="left">
            <a href="http://validator.w3.org/check/referer" target="_blank"><img src="', $settings['images_url'], '/valid-xhtml10.gif" alt="', $txt['valid_xhtml'], '" border="0" /></a>
            <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank"><img src="', $settings['images_url'], '/valid-css.gif" alt="', $txt['valid_css'], '" border="0" /></a>
         </td>
      </tr>
   </table>';

[Unknown]

(well, the answer is: please don't edit the copyright.)

You can add below it (nothing wrong with that), but modifying it... is discouraged.  Did you read the section on the matter in the license?

-[Unknown]

black

#3

Amacythe

Of course I read it, otherwise I wouldn't have asked.  I was hoping there was an option if the entire copyright was to remain intact.  As I said, I wanted it on one line rather than two but still wanted the entire copyright.

[Unknown]

Not just at the bottom.  Please put it in the code Amacythe quoted, in place of "© My-Safe-Haven.com".

-[Unknown]

Vinoth

give credits to the dev in place where every one can view,

you are not allowed to remove the code, if u further remove the code you will not get any support or mods from the SMF team,

as they will disable your SMF via their server,

so as a friend, plz donot.
Vinoth And Sachin ( SpecHackers Team )
The Best  Way to Help Poor Is not Becoming One Of Them.

[Unknown]

Quote from: Vinoth on September 12, 2004, 01:49:53 AM
give credits to the dev in place where every one can view,

you are not allowed to remove the code, if u further remove the code you will not get any support or mods from the SMF team,

as they will disable your SMF via their server,

so as a friend, plz donot.

Eh?  What's all this you speak of?  Are you certain you know what you're talking about :P?

-[Unknown]

Vinoth

yes, indeed,

well sachin looked in code of IPB and V Bulliteen yesterday, he told that there are ways to make your forum inactive through their server via an script.

also he told that disabling the script is called nulling, where if u try to install an illegal copy the owner does not get any info, via the script.

so i thought that SMF will prob have that one, so i asserted the above statements,

Vinoth
Vinoth And Sachin ( SpecHackers Team )
The Best  Way to Help Poor Is not Becoming One Of Them.

[Unknown]

Well, SMF is not paid software.  What they're doing isn't very nice imho.

-[Unknown]

Vinoth

well yes, indeed smf is free.

but if someone wishes to remove the code at below, we must allow to do so, but blacklist his site and we must not provide any support, he will be messed up.

coz i respect dev as i am one ,
Vinoth And Sachin ( SpecHackers Team )
The Best  Way to Help Poor Is not Becoming One Of Them.

black

So whats the code to add a image?

roboter88

i done this once as seen below....just replace the background image path ....
// Show the "Powered by" and "Valid" logos, as well as the copyright.  Remember, the copyright must be somewhere!
echo '
<br />

<table cellspacing="0" cellpadding="0" border="0" align="center" width="780">
<tr >

<td background="http://www.beatboxbattle.org/images/b.jpg" width="100%" valign="middle" align="center">
', theme_copyright(), '
</td>


</tr>



</table>';

black

Like what i want is this now :P    i got weird ideas


Street Thunder Toyota Forum | Powered by SMF 1.0 RC1.
© 2001-2004, Lewis Media. All Rights Reserved.
Visit My Website  And there would be a link to my site LOL


But were would 
Street Thunder Toyota Forum | Powered by SMF 1.0 RC1.
© 2001-2004, Lewis Media. All Rights Reserved.


BE?????

roboter88

#14
Go to ADMIN - Edit Server Settings - Message Board Name
Here you can edit the eg. Street Thunder Toyota Forum

Other modifications u can set in index.template.php

eg. under the copyright some links could look liek this

// Show the "Powered by" and "Valid" logos, as well as the copyright.  Remember, the copyright must be somewhere!
echo '
<br />

<table cellspacing="0" cellpadding="0" border="0" align="center" width="780">
<tr >

<td background="http://www.beatboxbattle.org/images/b.jpg" width="100%" valign="middle" align="center">
', theme_copyright(), '
</td>


</tr>
<td ><p class="text2Topic" align="center"><a href="http://www.beatboxbattle.org"> intro</a> |<a href="http://beatboxbattle.org/bbn2k4/bbs/scene.php"> scene</a> | <a href="http://beatboxbattle.org/bbn2k4/php/index.php?section=company">company</a> </p>




</table>';


black

i don't understand......

roboter88

Ok open the /SMF/Themes/urTheme/index.template.php browse till u find this line
// Show the "Powered by" and "Valid" logos, as well as the copyright.  Remember, the copyright must be somewhere!

then past as i posted in the code example (the links) i thought u want a link under the copyrights.



Also backup teh index.template.php just in case

black

#17
i still see


Street Thunder Toyota | Powered by SMF 1.0 RC1.
© 2001-2004, Lewis Media. All Rights Reserved.




NO changes :(

roboter88

#18
Many ways but the easyest is via FTP direct :)

Make sure u download the index.template.php in a backup directory in case u do something wrong.
Even if so ....overwrite the crashed index.template.php with ur backup and try again :) trial and error :)

Rightclick and choose edit ...will use ur default text editor for displaying the file.....scroll down.....till the specific line and past as i showed earlyer....then just past your link.
eg.
<td><center><a href="http://www.beatboxbattle.org"> intro</a></center></td >


ALso you can use frontpage or dreamweaver what ever....

black

Sweet it worked    thx :)       o no



   Street Thunder Toyota | Powered by SMF 1.0 RC1.
© 2001-2004, Lewis Media. All Rights Reserved.     


intro



Its not in the middle?

Advertisement: