Posting URL in subsilver 2

All style (template, theme and imageset) related questions for the new release; advice, feedback here please.
Post Reply
User avatar
Meis2M Online
Registered User
Posts: 448
Joined: Fri Apr 23, 2010 10:18 am
Contact:

Posting URL in subsilver 2

Post by Meis2M »

http://www.phpbb.com/community/viewtopi ... &t=2103016

this code is in view topic body ( prosilver )

Code: Select all

    <a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a>


but in subsilver 2 isnt.


i found this code in view topic body ( subsilver 2 )

Code: Select all

    {postrow.POST_SUBJECT}


replace with

Code: Select all

    <a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a>


my problem solved.

this code wasnt Default in subsilver 2 :D

i think this code must add in 3.0.8 or 3.0.9 :D

User avatar
DavidIQ
Customisations Team Leader
Customisations Team Leader
Posts: 1904
Joined: Thu Mar 02, 2006 4:29 pm
Location: Earth
Contact:

Re: Posting URL in subsilver 2

Post by DavidIQ »

You should just bug report that. ;)
Image

Post Reply