The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
What's happened to my dropdown menu??? *PLEASE DON'T IGNORE THIS**
As you can see, the drop-down menu cuts out after 'Find more posts etc.' I think the next one down is 'Add to buddy list', but you can't see it for some reason.
Here's my postbit legacy code: Quote:
|
#2
|
||||
|
||||
What does the page source say? Does the phrase "add_x_to_buddy_list" exist? The row is there, but it's like the phrase doesn't exist and therefore nothing shows up. You need to check to see what is happening in your page source.
|
#3
|
|||
|
|||
Hmm. Well, I can click that empty space (where it cuts off) and it takes me to the Add Buddy option. But I did a Phrase search for 'add_x_to_buddy_list' and I can't find it.
Any clues? |
#4
|
||||
|
||||
That is your problem then. The phrase doesn't exist. It's not a default vbulletin phrase, so I don't know what it is. Find the modification you got it from and find out in that thread what it is supposed to be.
|
#5
|
|||
|
|||
How is it not a default vbulletin phrase?
|
#6
|
||||
|
||||
It's not one of the phrases installed with vbulletin. It's from a modification you installed. Add Buddy to List is not normally in the drop-down right there.
|
#7
|
|||
|
|||
Yes it is. Both vbulletin.org and vbulletin.com have it on their forums. The phrase probably isn't there because it isn't worded that way. I think it might be add_to_friends_list or add_to_contacts. And both are within my phrase database. So we're back to square one...
|
#8
|
||||
|
||||
You're right, there is an Add to Contacts drop-down, but not an Add To Buddy List (I've seen that as a modification). You can see this by just hitting View Default on your template or hit View History and Compare your template to Jelsofts.
HTML Code:
<if condition="$post['userid'] AND $show['member']"> <tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_contacts]</phrase></a></td></tr> </if> |
#9
|
|||
|
|||
Okaaay, well I fixed it, but I don't really know what was wrong. I think it may have been the structure of my HTML.
Thanks for your time. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|