Is there a code for this or can one be made?
Currently I have the image as a star and only the image is displayed in the mini-profile but on the members list I see both the name and the images, is there a code for the name of the ranks and groups to be images?
My forum is Xen Qarna, it is in my signature
When setting the group name, you can use UBBC. Meaning that you can use the image tag in there:
[img]http://test.wserver.co.uk/image.png[/img]![]()
Not enough room in group name field, I use photobucket for my images
You could try to rehost them with tinypic.com or use a censored word. I'm not sure if censored words will work or not, but it's worth a try.![]()
I will try censored words
If not, then I guess I could write a code that'll do it, that or persuade Ross to make it longer! =P
I do prefer codes, a code would be easier to modify and organize (categorize with comments and spacing between lines)
A coder would be a lot slower running than the censored words method
Hi,
I think the easiest way would be to continue doing it as you're doing it but to have a code modify the members list to remove the names from there?
<script type="text/javascript">
<!--
/* Remove Group / Rank Names from Members List */
if(location.href.match(/\/members(\/|$)/i)) {
td = get('td', TAG, get('members_list', ID));
for(t=0; t<td.length; t++) {
if(td[t].className == 'window2' && !td[t].nextSibling && td[t].firstChild) {
td[t].firstChild.innerHTML = td[t].firstChild.innerHTML.replace(/(>|^)([^<])+/gi, '$1');
td[t].firstChild.innerHTML = td[t].firstChild.innerHTML.replace(/(^|<br\s?\/?>)(<br\s?\/?>)+/gi, '$1');
}
}
}
//-->
</script>
Main Footer
That works on computer but not on PSP
That works on computer but not on PSP
PSP's don't really render that well with these types of codes. a few of my sites look awkward on my PSP because it doesn't work that well. PSP's have their own browser, and it's not mainstream like Internet Explore, FireFox, Chrome, etc.
Seeing as how PSP's are Mobile's like Phones, it's really not gonna work well.
What code for this would work on PSP? Half of the time will be on PSP including this forum
What series of PSP do you have? and do you have javascript turned on?
My PSP forum, works quite well on my PSP as I only have HTML added in, and hardly any JS codes. I'm not sure if Ross is planing on a Mobile version of vF, but there will be allot of codes that will not work with the PSP, as allot of them are more for computers.
2001 series and JS is on, I have a code on it that works on PSP
I have the 1000 series. and like i said some codes will work, and some wont. It depends on which one really. I'll have a look when I charge my PSP up, and add that code to my testing forum, to see if it works on mine.
It looks just fine on my PSP. I'm trying to see a difference from computer to PSP, and there is none. So it might be your PSP's configuration?
It would be easier to actually just change the name to image
Can I just have a code that will replace the rank/group's name with an image?
You mean something like this: http://icodes.vforums.co.uk/action/view_profile/user/admin
All you have to do is replace the stars with an image.
For the replacing stars with an image just go to Admin > Modify Member Group > Stars 1 - Custom Image > Insert Image in the field below it. And it will change all stars to the image you have chosen. Now you can do the same with members by going to Admin > Manage Members > Modify Ranks > Again only 1 star - Custom Image > Insert image in the field below.
Something like this:
![]()
![]()
I already know about that but I don't want it as stars, I want the name to be replaced with an image
We just took the name out, and the 'stars' replaced the name.
This is a snippet of what we have:
Code:
- <table width="130" cellpadding="0" cellspacing="0" border="0"><tr><td>
- <img src="http://i185.photobucket.com/albums/x20/magedesigns/icodes/skins/5n1.png" />
- </td></tr></table>
- <table width="130" id="border" class="border" cellpadding="1" cellspacing="1" border="0">
- <tr>
- <td class="window1" align="center" style="background-image:url('http://virtualforums.co.uk/images/gradient.php?mode=linear&dir=x&start=000000&end=3d3d3d&height=15&width=2')">{display_name}</td>
- </tr>
- <tr>
- <td class="window1" align="center">
- {rank_image}
- </td>
- </tr>
What about the ranks/groups without an image? That is why the codes that have been given to me will not work for my forum, some of the ranks/groups do not have an image yet