The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Drop down menu coding help - top outline not showing
Hi,
Today I noticed a small coding error on my forum: ^ The top little bar is missing from right above the 'Mark This Group Read' menu option. The relevant code from the social groups template is: Code:
<!-- group tools popup --> <ul id="grouptools_menu" class="vbmenu_popup list_no_decoration" style="display:none"> <li class="vbmenu_option"><a href="#" rel="nofollow" onclick="return mark_group_read($group[groupid]);">$vbphrase[mark_this_group_read]</a></li> <if condition="$show[subscribe]"> <if condition="!$group[subscribed]"> <li class="vbmenu_option"><a href="group.php?$session[sessionurl]do=subscribe&groupid=$group[groupid]" rel="nofollow">$vbphrase[subscribe_to_this_group]</a></li> <else /> <li class="vbmenu_option"><a href="group.php?$session[sessionurl]do=unsubscribe&groupid=$group[groupid]" rel="nofollow">$vbphrase[unsubscribe_from_this_group]</a></li> </if> </if> </ul> <!-- / group tools popup --> Much thanks! Ben |
#2
|
|||
|
|||
I'm not sure, but I think you're missing something like:
Code:
<li class="thead">Title</li> where of course you'd want to use the title you want in place of "Title", or maybe a phrase. |
#3
|
|||
|
|||
Hi kh, that was the problem I realized I was missing that a while after I posted the thread, thanks!
But do you happen to know where in the style sheets I can edit the color for the time stamp posted at the top left hand side of each post (ie. the part that says something like 06-14-2012, 10:56 AM)? I've tried experimenting with all the options in the main style options but none of them change that particular thing...any help? |
#4
|
|||
|
|||
I don't really do the style stuff unless it's very simple. I can see in the postbit template (I believe it probably the same in postbit_legacy is that's what you're using), that there is no specific class just for the $post[dateline]. You might have to edit the template and put a <span> around it or something.
|
#5
|
|||
|
|||
Hi kh,
I couldn't find any $post[dateline] in the postbit_legacy template (that is the template I'm using on my forum) - is there any other variable that you could think of that would be the right one? Thanks. |
#6
|
|||
|
|||
Sorry about that - it's actually $post[postdate].
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|