TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,965
  • Latest: boruko
Stats
  • Total Posts: 195,980
  • Total Topics: 21,320
  • Online today: 281
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 297
  • Total: 297

Help Removing Author

Started by CorporalTurnips, December 08, 2007, 09:34:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

CorporalTurnips



How do i remove where it says "by CorporalTurnips" ?

IchBin

I have no idea what you are referencing. What kind of block is that? What code are you using? What is it? Can you please provide some details so we actually understand what you are using? Kind of makes it hard to help, if you don't give us a clue as to what you are using...

Posting guidelines are in my signature so you can get an idea of what info you should provide when asking for help.

CorporalTurnips

I'm using SMF version 1.1.4, TinyPortal version 0.9.8, using the overview theme from dzinerstudio.com.
I have no extra mods installed.
My url is noobsquad.x10hosting.com/home (if the site isn't working you'll have to check later because my hosting company is having problems lately) That is the featured articles block.

CorporalTurnips


Smoky

if you are referring to the articles (think you are??) then you can edit that thru the admin>article manage articles settings.. good luck.. and if you still have problems, post back ;)

CorporalTurnips


Ianedres

This may be related to a feature request (of mine) for a future release of TP described here...

Dragooon

In TPortalBlocks.template.php in default theme directory
Find foreach($context['TPortal']['blockarticle_titles'][$context['TPortal']['blocklisting']] as $listing){
if($listing['category']==$context['TPortal']['blocklisting'])
echo '<b><a href="'.$scripturl.'?page='.$listing['id'].'">'.$listing['subject'].'</a></b> '.$txt[525].' '.$listing['poster'].'<br />';
}

And replace it with
foreach($context['TPortal']['blockarticle_titles'][$context['TPortal']['blocklisting']] as $listing){
if($listing['category']==$context['TPortal']['blocklisting'])
echo '<b><a href="'.$scripturl.'?page='.$listing['id'].'">'.$listing['subject'].'</a></b><br />';
}

This is not tested so make sure to make backups.

CorporalTurnips

Thank you very much, worked like a charm

This website is proudly hosted on Crocweb Cloud Website Hosting.