SMF Support > SMF 2.0.x Support

No guest names in poster information

(1/1)

FireDitto:
Ugh. Something I've installed has eaten the guest information, but I don't even know where to look to find out. It is the same regardless of what theme is used, if that offers any help. I use one theme by DzinerStudio and there are three that are customisations of the default theme.

Mods;


--- Code: ---User Agreement Update 1.0.3
Tapatalk SMF 2.0 RC4/RC5/Final Plugin 3.0.1
Hidden Admin 1.0
Alternate User Posting 1.0.1
Admin Ban Button in Post 3.0
Last Active On MemberList 1.4
Topic Descriptions 1.2
Redirect Banned Users 2.0
Spiders Don't Increase Topic Views 1.1.1
Countdown BBCode 2.0.1
View Agreement Mod 0.1
Auto Merge Double Post 1.5
Member Awards 2.2.3
Activity in Profile 1.1
Bad Behavior mod 1.5.9
cbi 1.0 1.7.3
AjaxChat Integration 3.2.1 (modified for SMF 2 RC3)
More Spiders 1.2
BBCode with style 1.4.3
Justify BBCode 2.3.2
Auto Refresh Who Index 1.1
Recount Member Posts 1.0.2
Tagging System 2.4.2
Default Avatar 2.2
SMFShop 3.1.8
Separate the sticky topics 1.0.0
Drafts (for SMF 2.0 / SMF 1.1) 2.0.1
TinyPortal 1.107
New Topic Button 1.0
Users Online Today 2.0.1
Enhancements to reattribute posts 1.4
SubAccounts Mod 1.0.1
KeyCAPTCHA for SMF 2.3
Bookmarks 2.5
Only count members in stats 1.0
Welcome Topic Mod 2.1
Center User Info In Posts 1.0
Back to Top 1.1
Single Category 2.1.9
Spell Check Custom Words 1.3
Member Color Link 3.1
Grouped Who's Online 1.0_fixed
Hide Membergroup Titles 1.0
New In Topic View 1.1
geoIP Location 1.1.1
Default_Membergroup 1.0.1
Akismet Spam Blocking 1.2 Beta 3
Ad Managment 3.0.1
PM Readed 1.1
Spoiler Tag 0.7.2a
--- End code ---

Guest post example

Thank you for any help. I appreciate it.

FD

Arantor:
Your Display.template.php is broken.

Upon examining the code I saw this:

--- Code: ---<div class="poster" style="text-align: center;>
<h4>
Martyred
</h4>
--- End code ---

The missing " of the text-align causes it to break the code.

I don't know exactly what code will be in your Display.template.php but that is hopefully enough to point you in the right direction.

FireDitto:
Ah, thank you!

I changed it to read;


--- Code: --- // Show information about the poster of this message.
echo '
<div class="poster" style="text-align: center";>
<h4>';
--- End code ---

and it works now. Thanks again! =)

Arantor:
Technically the ; should be inside the " but it's no biggie (just it will prevent W3C validation and might upset some of the niche search engines)

FireDitto:
Oh! I can fix that. I wasn't sure.

Thanks :D

Navigation

[0] Message Index

Go to full version