Author Topic: Footer and copyrights  (Read 1690 times)

Offline ewind

  • Full Member
  • ***
  • Posts: 195
    • BDM Webs
Footer and copyrights
« on: Feb 07, 2012, 14:15:56 »
SMF 2.0.2 | SMF © 2011, Simple Machines
TinyPortal © 2005-2012
DarkBreak by DzinerStudio
Page created in 1.774 seconds with 18 queries.

Is how it looks now,  I'd like to change it to this

SMF 2.0.2 | SMF © 2011, Simple Machines
TinyPortal © 2005-2012 | DarkBreak by DzinerStudio
Page created in 1.774 seconds with 18 queries.


I can find the DarkBreak by DzinerStudio line in the index.template.php. But not the Tinyporal line any help on this.

Thanks,


« Last Edit: Feb 07, 2012, 14:18:42 by Orless »
One must remain twisted to keep a valid perspective on those around him.
That's why dogs look at you sideways.

Customizing SMF Themes

Offline ARG

  • GFX Designer
  • DS Friend
  • Hero Member
  • *
  • Posts: 5651
  • Civilian Support
    • Files4Design
Re: Footer and copyrights
« Reply #1 on: Feb 07, 2012, 19:53:02 »
The copyright for Tiny portal can be found around line 3076 in TinyPortal/SMF2/Sources/TPSubs.php.

But you could maybe try this. Find this in index.template.php:
Code: [Select]
<span class="smalltext">', theme_copyright(), '<br />
DarkBreak by <a href="http://www.dzinerstudio.com" target="_blank">DzinerStudio</a></span><br />';

Change to this:
Code: [Select]
<span class="smalltext">', theme_copyright(), ' | >
DarkBreak by <a href="http://www.dzinerstudio.com" target="_blank">DzinerStudio</a></span><br />';

I cant test it myself right now but make sure to keep a backup of your files before making any changes.

  ;)
« Last Edit: Feb 07, 2012, 20:15:34 by ARG »
Michigan Skywarn

If I don't respond to a specific topic, please don't take it personal. It's either because someone else has already given an answer or, I have no answer.

Offline ewind

  • Full Member
  • ***
  • Posts: 195
    • BDM Webs
Re: Footer and copyrights
« Reply #2 on: Feb 07, 2012, 21:18:14 »
That worked, just had to remove the > in the code thanks
One must remain twisted to keep a valid perspective on those around him.
That's why dogs look at you sideways.

Customizing SMF Themes

Offline ARG

  • GFX Designer
  • DS Friend
  • Hero Member
  • *
  • Posts: 5651
  • Civilian Support
    • Files4Design
Re: Footer and copyrights
« Reply #3 on: Feb 07, 2012, 21:55:51 »
 :cheers:
Michigan Skywarn

If I don't respond to a specific topic, please don't take it personal. It's either because someone else has already given an answer or, I have no answer.

Offline jonikkasrb

  • Newbie
  • *
  • Posts: 2
Re: Footer and copyrights
« Reply #4 on: Apr 19, 2012, 13:31:20 »
tnx for that, awesome theme  :rock: