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

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 195,994
  • Total Topics: 21,325
  • Online today: 228
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 69
  • Total: 69

TinyPortal v0.8.6

Started by Lesmond, February 05, 2006, 02:35:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nokonium

Quote from: oneway on August 09, 2006, 03:32:51 PM
Oh dear, I know I'll get chastised for this post


QuoteBut Recent Topics in 0.86 doesn't tell who did the post.

This is true .......Ã,  ;)

QuoteCan someone tell me if this could be done without too much trouble

If I told you, I'd have to kill you, so best wait for the next betaÃ,  ;)

oneway

#471
Quote from: nokonium on August 09, 2006, 06:26:36 PM
QuoteCan someone tell me if this could be done without too much trouble
If I told you, I'd have to kill you, so best wait for the next beta  ;)

Nokonium, I'm willing to take that risk! (I'm reasonably adept at evading potential   'life threats'...) ;D

There are reasons why it will be quite difficult for me to update when the time comes :'( - which of course is a real pain - and I need the 'poster' in there now - well, real soon anyway.

And I'm also prepared to get down on my knees and BEG... :coolsmiley: 

Techdomain

Can someone tell me if this could be done without too much trouble  - yes, it can be done...


$topic['poster']['link']

RoarinRow

Quote from: Techdomain on August 11, 2006, 04:24:42 AM
Can someone tell me if this could be done without too much trouble  - yes, it can be done...


$topic['poster']['link']


Where do you put that code?   :o

SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

oneway

Quote from: Techdomain on August 11, 2006, 04:24:42 AM
Can someone tell me if this could be done without too much trouble  - yes, it can be done...


$topic['poster']['link']


Thanks TechDomain, if that's what's required, then someone who has 0.95 may be kind enough to look for it for us, to see where it's implemented in that version. *hoping*  :P

IchBin

Can you guys elaborate? You totally lost me. I see no explanation on what you're trying to do.

RoarinRow

Quote from: IchBinâââ,¬Å¾Ã,¢ on August 11, 2006, 07:05:38 PM
Can you guys elaborate? You totally lost me. I see no explanation on what you're trying to do.

My understanding and what I'd like as well is the posters name in the Recent Topics block on the left side, like here in TP.

SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

IchBin

ahhh.... I see said the blind man. Thank you for pointing that out. If you want it in your Recent topics just open up the TPortalBlocks.template.php and look for this code:

    foreach($what as $w){
            echo '<div style="white-space: nowrap;" class="smalltext">
                                        <a href="'.$w['href'].'">'.$w['short_subject'].'</a>


Change to:
    foreach($what as $w){
            echo '<div style="white-space: nowrap;" class="smalltext">
                                        <a href="'.$w['href'].'">'.$w['short_subject'].'</a><br />
                                        ', $txt[525], ' <b>', $w['poster']['link'], '</b><br />

RoarinRow

Quote from: IchBinâââ,¬Å¾Ã,¢ on August 11, 2006, 09:35:25 PM
ahhh.... I see said the blind man. Thank you for pointing that out. If you want it in your Recent topics just open up the TPortalBlocks.template.php and look for this code:

    foreach($what as $w){
            echo '<div style="white-space: nowrap;" class="smalltext">
                                        <a href="'.$w['href'].'">'.$w['short_subject'].'</a>


Change to:
    foreach($what as $w){
            echo '<div style="white-space: nowrap;" class="smalltext">
                                        <a href="'.$w['href'].'">'.$w['short_subject'].'</a><br />
                                        ', $txt[525], ' <b>', $w['poster']['link'], '</b><br />


Awesome, that's it!  Thank you!   ;)

SMF 2.0 RC3
TP 1.0 beta 5-1
Wordpress 3.0

grabman

Bonus, that worked a treat!!  Thanks IchBin!!

This website is proudly hosted on Crocweb Cloud Website Hosting.