vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Code Requests & Support :: Text menu splitter text - View Topic
Topic Rating: *****
Printable View
[.tR] ookie1
Full Member
***

[Avatar]
Is it choccy?

Posts: 167
Status: Offline
Joined:  
Reputation: 3%  


pm
Text menu splitter text (30th Aug 08 at 4:58am UTC)
With the text menus, is it possible to have a splliter, like a - ?




Image

Hallelujah! 'tis done; I believe on the Son; I am saved by the blood of the Crucified One!
[.tR] ookie1
Full Member
***

[Avatar]
Is it choccy?

Posts: 167
Status: Offline
Joined:  
Reputation: 3%  


pm
Re: Text menu splitter text (10th Sep 08 at 6:53am UTC)
Bump!




Image

Hallelujah! 'tis done; I believe on the Son; I am saved by the blood of the Crucified One!
[.tR] ookie1
Full Member
***

[Avatar]
Is it choccy?

Posts: 167
Status: Offline
Joined:  
Reputation: 3%  


pm
Re: Text menu splitter text (12th Sep 08 at 10:55pm UTC)
Bumpsies XD




Image

Hallelujah! 'tis done; I believe on the Son; I am saved by the blood of the Crucified One!
Ross
Administrator
*****

[Avatar]

Posts: 3,709
Status: Offline
Gender: Male
Age: 9 14
Joined:  

Additional Groups:
Support Team
***


Reputation: 45%  


pmwwwtwittergtalkvForum
Re: Text menu splitter text (14th Sep 08 at 9:48pm UTC)
Are we talking about the buttons like "reply print notify" and "new thread new poll search"?

Image
[.tR] ookie1
Full Member
***

[Avatar]
Is it choccy?

Posts: 167
Status: Offline
Joined:  
Reputation: 3%  


pm
Re: Text menu splitter text (16th Sep 08 at 8:46am UTC)
Yeah.... that's them.




Image

Hallelujah! 'tis done; I believe on the Son; I am saved by the blood of the Crucified One!
[.tR] ookie1
Full Member
***

[Avatar]
Is it choccy?

Posts: 167
Status: Offline
Joined:  
Reputation: 3%  


pm
Re: Text menu splitter text (18th Sep 08 at 10:05am UTC)
Bumpises! {Tongue Out}




Image

Hallelujah! 'tis done; I believe on the Son; I am saved by the blood of the Crucified One!
Marc
vChat Developer
*****
I <3 Rossy

Posts: 3,388
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 33
Joined:  

Additional Groups:
Coding Team
***


Reputation: 40%  


pmwww
Re: Text menu splitter text (18th Sep 08 at 9:18pm UTC)
I've got work shortly, but I'll probably get to this when I get home depending on how tired I am. If not tonight, tomorrow after school. {Smile}

rroll.to— Shorten a link, rickroll your friends.
[.tR] ookie1
Full Member
***

[Avatar]
Is it choccy?

Posts: 167
Status: Offline
Joined:  
Reputation: 3%  


pm
Re: Text menu splitter text (19th Sep 08 at 10:38am UTC)
Thanksies!




Image

Hallelujah! 'tis done; I believe on the Son; I am saved by the blood of the Crucified One!
[.tR] ookie1
Full Member
***

[Avatar]
Is it choccy?

Posts: 167
Status: Offline
Joined:  
Reputation: 3%  


pm
Re: Text menu splitter text (22nd Sep 08 at 10:19am UTC)
Bumpsies!




Image

Hallelujah! 'tis done; I believe on the Son; I am saved by the blood of the Crucified One!
[.tR] ookie1
Full Member
***

[Avatar]
Is it choccy?

Posts: 167
Status: Offline
Joined:  
Reputation: 3%  


pm
Re: Text menu splitter text (24th Sep 08 at 8:21am UTC)
Bump!




Image

Hallelujah! 'tis done; I believe on the Son; I am saved by the blood of the Crucified One!
Ross
Administrator
*****

[Avatar]

Posts: 3,709
Status: Offline
Gender: Male
Age: 9 14
Joined:  

Additional Groups:
Support Team
***


Reputation: 45%  


pmwwwtwittergtalkvForum
Re: Text menu splitter text (24th Sep 08 at 9:40am UTC)
Give this a go in the global footer {Smile}

<script type="text/javascript">
<!--

var img = get('img', TAG);
for(i=0; i<img.length; i++) {
if(img.item(i).alt.match(/(Reply|Printable View|Notif|New (Topic|Poll)|Search Board)/)) {
if(img.item(i).parentNode.nodeName.toLowerCase() == 'a' && img.item(i).parentNode.nextSibling) {
var splitter = document.createTextNode(' - ');
img.item(i).parentNode.parentNode.insertBefore(splitter, img.item(i).parentNode.nextSibling);
}
}
}

-->
</script>

Image
[.tR] ookie1
Full Member
***

[Avatar]
Is it choccy?

Posts: 167
Status: Offline
Joined:  
Reputation: 3%  


pm
Re: Text menu splitter text (25th Sep 08 at 1:56am UTC)
Nope, doesn't work.




Image

Hallelujah! 'tis done; I believe on the Son; I am saved by the blood of the Crucified One!
[.tR] ookie1
Full Member
***

[Avatar]
Is it choccy?

Posts: 167
Status: Offline
Joined:  
Reputation: 3%  


pm
Re: Text menu splitter text (26th Sep 08 at 11:08am UTC)
Bumpety!




Image

Hallelujah! 'tis done; I believe on the Son; I am saved by the blood of the Crucified One!
Ross
Administrator
*****

[Avatar]

Posts: 3,709
Status: Offline
Gender: Male
Age: 9 14
Joined:  

Additional Groups:
Support Team
***


Reputation: 45%  


pmwwwtwittergtalkvForum
Re: Text menu splitter text (26th Sep 08 at 12:15pm UTC)
I guess "text menu" in the subject was supposed to be a give away that you're using text menus {Lips Sealed}

<script type="text/javascript">
<!--

var td = get('td', TAG);
for(i=0; i<td.length; i++) {
if(td.item(i).className == 'title1') {
var a = get('a', TAG, td.item(i));
for(n=0; n<a.length; n++) {
if(a.item(n).innerHTML.match(/(Reply|Printable View|Notif|New (Topic|Poll)|Search Board)/) && a.item(n).nextSibling) {
var splitter = document.createTextNode(' - ');
a.item(n).parentNode.insertBefore(splitter, a.item(n).nextSibling);
}
}
}
}

-->
</script>

Image
[.tR] ookie1
Full Member
***

[Avatar]
Is it choccy?

Posts: 167
Status: Offline
Joined:  
Reputation: 3%  


pm
Re: Text menu splitter text (26th Sep 08 at 9:35pm UTC)
Thank you very much!




Image

Hallelujah! 'tis done; I believe on the Son; I am saved by the blood of the Crucified One!
 Printable View

All times are GMT+0 :: The current time is 12:05am
Page generated in 0.3144 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums