Is it possible to create a dividing line to the left of Topics - Posts to separate it from the board names and descriptions on the main page?
Do you mean having it in a separate table to the board description?
Do you mean having it in a separate table to the board description?
yes![]()
also is there anyway you can add extra smilies onto forum?
sorry to be a pain![]()
This would probably be better off in the code support section![]()
*moves it*
This would probably be better off in the code support section![]()
*moves it*
oops sorry
No worriesI believe that both of what you want are possible, but coding isn't my strong point so i'll leave it up to the professionals
![]()
Could you (mainly for my own sake) please create another request for 'extra' smilies?![]()
And, for the first one do you mean to show the stats in their own cell?
Could you (mainly for my own sake) please create another request for 'extra' smilies?![]()
And, for the first one do you mean to show the stats in their own cell?
we would like it so that the section where for example" 7 Topics - 7 Posts" is in its own column.........hope you understand what i mean![]()
Sure I do!![]()
I'll go about that sometime soon, got to pop-out and fix a computer shortly.
First one try this:
<style>
.boardtotals{
display: none;
}
</style>
<script>
/*Board Mod
Created By Wrighty*/
for(i=0; i<get('td','tag').length; i++){
if(get('td','tag')[i].innerHTML.match(/New Posts/) && get('td','tag')[i].className== "window1"){
var a = get('td','tag')[i].parentNode.insertCell(2);
with(a){
className = 'window1';
width= '8%px';
align= 'center';
innerHTML = (get('td','tag')[i+1].innerHTML.match(/\s(\d+)\sPosts/))? RegExp.$1 : '0';
innerHTML += ' Posts<br>'
innerHTML += (get('td','tag')[i+1].innerHTML.match(/(\d+)\sTopics\s/))? RegExp.$1 : '0';
innerHTML += ' Topics'
}
}
if(get('td','tag')[i].innerHTML.match(/\/category\//) && get('td','tag')[i].colSpan == '3'){
get('td','tag')[i].colSpan = '4';
}
}
</script>
Global Footer
First one try this:
<style>
.boardtotals{
display: none;
}
</style>
<script>
/*Board Mod
Created By Wrighty*/
for(i=0; i<get('td','tag').length; i++){
if(get('td','tag')[i].innerHTML.match(/New Posts/) && get('td','tag')[i].className== "window1"){
var a = get('td','tag')[i].parentNode.insertCell(2);
with(a){
className = 'window1';
width= '8%px';
align= 'center';
innerHTML = (get('td','tag')[i+1].innerHTML.match(/\s(\d+)\sPosts/))? RegExp.$1 : '0';
innerHTML += ' Posts<br>'
innerHTML += (get('td','tag')[i+1].innerHTML.match(/(\d+)\sTopics\s/))? RegExp.$1 : '0';
innerHTML += ' Topics'
}
}
if(get('td','tag')[i].innerHTML.match(/\/category\//) && get('td','tag')[i].colSpan == '3'){
get('td','tag')[i].colSpan = '4';
}
}
</script>
Global Footer
thanks this code is on and has made another column, but where Board Name and and Last Post is we have a section that had gone into a blue box (its the width of the last column where the last post shows) this is hard to explain without seeing it
http://benalmadena.vforums.co.uk/
Can you please make it so that I don't have to register to view your forum?
Can you please make it so that I don't have to register to view your forum?
if i could find how to do i would
![]()
![]()
done it eventually![]()
Code:
- <style>
- .boardtotals{
- display: none;
- }
- </style>
- <script>
- /*Board Mod
- Created By Wrighty*/
- for(i=0; i<get('td','tag').length; i++){
- if(get('td','tag')[i].innerHTML.match(/New Posts/) && get('td','tag')[i].className== "window1"){
- var a = get('td','tag')[i].parentNode.insertCell(2);
- with(a){
- className = 'window1';
- width= '8%px';
- align= 'center';
- innerHTML = (get('td','tag')[i+1].innerHTML.match(/\s(\d+)\sPosts/))? RegExp.$1 : '0';
- innerHTML += ' Posts<br>'
- innerHTML += (get('td','tag')[i+1].innerHTML.match(/(\d+)\sTopics\s/))? RegExp.$1 : '0';
- innerHTML += ' Topics'
- }
- }
- if(get('td','tag')[i].innerHTML.match(/\/category\//) && get('td','tag')[i].colSpan == '3'){
- get('td','tag')[i].colSpan = '4';
- get('td','tag')[i-1].colSpan = '4';
- }
- }
- </script>
Code:
- <style>
- .boardtotals{
- display: none;
- }
- </style>
- <script>
- /*Board Mod
- Created By Wrighty*/
- for(i=0; i<get('td','tag').length; i++){
- if(get('td','tag')[i].innerHTML.match(/New Posts/) && get('td','tag')[i].className== "window1"){
- var a = get('td','tag')[i].parentNode.insertCell(2);
- with(a){
- className = 'window1';
- width= '8%px';
- align= 'center';
- innerHTML = (get('td','tag')[i+1].innerHTML.match(/\s(\d+)\sPosts/))? RegExp.$1 : '0';
- innerHTML += ' Posts<br>'
- innerHTML += (get('td','tag')[i+1].innerHTML.match(/(\d+)\sTopics\s/))? RegExp.$1 : '0';
- innerHTML += ' Topics'
- }
- }
- if(get('td','tag')[i].innerHTML.match(/\/category\//) && get('td','tag')[i].colSpan == '3'){
- get('td','tag')[i].colSpan = '4';
- get('td','tag')[i-1].colSpan = '4';
- }
- }
- </script>
tried that one and its no differant
Code:
- <style>
- .boardtotals{
- display: none;
- }
- </style>
- <script>
- /*Board Mod
- Created By Wrighty*/
- for(i=0; i<get('td','tag').length; i++){
- if(get('td','tag')[i].innerHTML.match(/New Posts/) && get('td','tag')[i].className== "window1"){
- var a = get('td','tag')[i].parentNode.insertCell(2);
- with(a){
- className = 'window1';
- width= '8%px';
- align= 'center';
- innerHTML = (get('td','tag')[i+1].innerHTML.match(/\s(\d+)\sPosts/))? RegExp.$1 : '0';
- innerHTML += ' Posts<br>'
- innerHTML += (get('td','tag')[i+1].innerHTML.match(/(\d+)\sTopics\s/))? RegExp.$1 : '0';
- innerHTML += ' Topics'
- }
- }
- if(get('td','tag')[i].innerHTML.match(/\/category\//) && get('td','tag')[i].colSpan == '3'){
- get('td','tag')[i].colSpan = '4';
- }
- if(get('td','tag')[i].className == 'title1 forumname' && get('td','tag')[i].colSpan == '3'){
- get('td','tag')[i].colSpan = '4';
- }
- }
- </script>
![]()
thanks that ones seems to have done the trick![]()
![]()
spoke to soon have this at bottom of forum
Code corrupted. Insert fresh copy.
That's your statcounter code, please just recopy the code for it!![]()