The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

What variable is this?

2 posters

Go down

Solved What variable is this?

Post by mozaski December 12th 2010, 8:30 am

Can someone give a little description this for me.It shows that it has a two link in one variable.

{NAV_CAT_DESC_SECOND}

mozaski
mozaski
Forumember

Posts : 87
Reputation : 0
Language : Tagalog,English,Nihongo,Mandarin

Back to top Go down

Solved Re: What variable is this?

Post by ankillien December 12th 2010, 9:13 am

In which template is that found? in which version?
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: What variable is this?

Post by mozaski December 12th 2010, 9:39 am

ankillien wrote:In which template is that found? in which version?

Hi,

In "viewtopic_body" sir.I'm using phpbb2.
mozaski
mozaski
Forumember

Posts : 87
Reputation : 0
Language : Tagalog,English,Nihongo,Mandarin

Back to top Go down

Solved Re: What variable is this?

Post by ankillien December 12th 2010, 10:04 am

Thanks Smile

The variable generates the links to the forum and the category you are browsing. It shows those links on the right of new reply button.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: What variable is this?

Post by mozaski December 12th 2010, 10:16 am

Yeap its beside in the POST_REPLY but,do you know sir the variable of "TOPIC LIST"? Neutral

like example;

if you click this link it will take you to the category threads.

Script(code)problems
mozaski
mozaski
Forumember

Posts : 87
Reputation : 0
Language : Tagalog,English,Nihongo,Mandarin

Back to top Go down

Solved Re: What variable is this?

Post by ankillien December 12th 2010, 10:22 am

This part...

Code:
<div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>

in viewforum_body template shows link for topic list page.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: What variable is this?

Post by mozaski December 12th 2010, 10:40 am

Yes yes thats it.. Smile

please let me take you to the point.

In this variable

{NAV_CAT_DESC_SECOND}

It contains two link in only one "variable"

The "link 1" is for the category while the "link 2" is for the threads that have been generated/Post.

Now,hehe what I'm trying to say sir ankillien is how can I separate the two links from one variable called "{NAV_CAT_DESC_SECOND}" or at least one of them will be deleted.Sorry its kinda hard for me to tell easier this topic. Smile
mozaski
mozaski
Forumember

Posts : 87
Reputation : 0
Language : Tagalog,English,Nihongo,Mandarin

Back to top Go down

Solved Re: What variable is this?

Post by ankillien December 12th 2010, 11:40 am

For that you can use this CSS code...

Code:
td.nav span.nav a.nav:nth-child(3) {
display:none;
}

But it won't work in IE.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: What variable is this?

Post by mozaski December 12th 2010, 2:53 pm

Thank you very much! Very Happy

You may lock this thread now.
mozaski
mozaski
Forumember

Posts : 87
Reputation : 0
Language : Tagalog,English,Nihongo,Mandarin

Back to top Go down

Solved Re: What variable is this?

Post by Guest December 12th 2010, 3:29 pm

Solved + Locked
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum