The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
Hello everybody,
I seek/search to hide quote (or other table) in the post for the guest.
There is a solution, a MOD ?
Thanks.
Manx
<moved to="MOD Add-On Forum (W/O Code)" by="Shaggy" /><
I seek/search to hide quote (or other table) in the post for the guest.
There is a solution, a MOD ?
Thanks.
Manx
<moved to="MOD Add-On Forum (W/O Code)" by="Shaggy" /><
The force is with me ; )
Sist redigert av
Postet den
You should find out where the Quote table is displayed in which file exactly, then
add:
if mlev = 0 then
response.write "please register and/or log in"
end if
if mlev > 0 then
display the quote code part
That should do the trick
Greets, Dominic
<
add:
if mlev = 0 then
response.write "please register and/or log in"
end if
if mlev > 0 then
display the quote code part
That should do the trick
Greets, Dominic
<
Postet den
Easiest way to do it would be to move the parsing of the [quote] tags to the extraTags function and use a check on mlev to determine whether or not to display the quote. Alternatively, you can use the same method to do as Ill' suggested and display a custom message instead of the quote.
<
Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
<
Search is your friend
“I was having a mildly paranoid day, mostly due to thefact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Postet den
Thanks.
I thought of doing that.
@+<
@+<
The force is with me ; )
Sist redigert av
Postet den
Note, though, that any quotes you have in existing posts before you make this change will still be displayed to guests as they were parsed when the record was created in the database.
<
Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
<
Search is your friend
“I was having a mildly paranoid day, mostly due to thefact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Email Member
Message Member
Post Moderation
Filopplasting
If you're having problems uploading, try choosing a smaller image.
Forhåndsvis post
Send Topic
Loading...