vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: vForums :: Announcements :: Templating System & User Reputation - View Topic (Page 1 of 2)Page: 1 2
Topic Rating: *****
Printable View
Ross
Administrator
*****

[Avatar]

Posts: 3,272
Status: Offline
Age: 22
Joined:  

Additional Groups:
Support Team
***


Reputation: 56%  


pmwwwmsngtalk vForum
Templating System & User Reputation (30th May 08 at 5:47am EDT)
A new set of features has just been released to all forums. These features concentrate on improving our templating system by allowing you direct access to edit the board and topic listings as well as being able to use different templates for each skin or each board. The new features can be found in the "Manage Templates" section of your admin panel.

In addition to this we've implemented a brand new reputation system to all forums. This system allows each user to have a % between -100 and 100 showing in their mini-profile which represents their reputation on the forum. The level of reputation you can give or take depends on your own level of reputation, and each time you use the reputation system you can give a reason to the user which shows up on their view profile page.

This system is fully AJAX based and fully templatable giving you the flexibility you need. And as shown in my mini-profile on here, you can have it display a ranking depending on the reputation level. If you're using a custom mini-profile layout then you may have to add something like this to it for the reputation to be displayed, if you need any help doing this then just pop over to the code support area

Code: HTML
 
  1. <table cellpadding="0" cellspacing="0">
  2.     <tr>
  3.         <td colspan="2"><font size="2">Reputation: {reputation}  </font></td>
  4.     </tr>
  5.     <tr>
  6.         <td rowspan="2">
  7.             <div style="clear: both;">
  8. {foreach:reputation}
  9.                 <div style="height: 8px; width: 8px; background-color: #009900; float: left; margin: 3px;"></div>
  10. {/foreach:reputation}
  11. {foreach:negative_reputation}
  12.                 <div style="height: 8px; width: 8px; background-color: #CC0000; float: left; margin: 3px;"></div>
  13. {/foreach:negative_reputation}
  14.                 <br style="clear: both;">
  15.             </div>
  16.         </td>
  17.         <td align="center"><font size="1">{reputation_give}</font></td>
  18.     </tr>
  19.         <tr>
  20.         <td align="center"><font size="1">{reputation_take}</font></td>
  21.     </tr>
  22. </table>
 


We hope you enjoy these new features {Smile}

Ross
vForums Staff


Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 3,805
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 49%  


pm
Re: Templating System & User Reputation (30th May 08 at 5:49am EDT)
Loving them Boss! {Grin}

Especially the 'templates' time for some wacky things! ^_^

Image
^ Whut? ^
Marc
vChat Developer
*****
I <3 Ross

[Avatar]

Posts: 3,194
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 17
Joined:  

Additional Groups:
Coding Team
***


Reputation: 29%  


pmmsn
Re: Templating System & User Reputation (30th May 08 at 7:21am EDT)
I really like the new templating system; saves quite a bit of tedious JS; especially the per-board templating skins, such as what's being used in the Bugs board here. {Grin}

Don't tell me that the sky's the limit...after all, there are footprints on the moon.

Image

Image
CåñåÐå™
Full Member
***

[Avatar]

Posts: 410
Status: Offline
Gender: Male
Location: Toronto Ontario
Joined:  
Reputation: 6%  


pmwww
Re: Templating System & User Reputation (30th May 08 at 10:17am EDT)
These has to be the most amazing features that has been implemented on vForums , thank you Ross {Grin} .

I just wish i knew of to work the templating feature lol (in doing coding that is).

Image
click here We have 15 Different Skins/Templates for your vForum
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 3,805
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 49%  


pm
Re: Templating System & User Reputation (30th May 08 at 10:27am EDT)
 
These has to be the most amazing features that has been implemented on vForums , thank you Ross {Grin} .

I just wish i knew of to work the templating feature lol (in doing coding that is).



If you want a hand with it, jump into the coding board! {Smile}

Image
^ Whut? ^
Darkmage™
Very Senior Member
*****
I.. will never be a memory..

[Avatar]
Mess with the best... Die like the rest!

Posts: 2,541
Status: Offline
Gender: Male
Location: vForums
Age: 19
Joined:  
Reputation: 46%  


pmwwwxfire vForum
Re: Templating System & User Reputation (30th May 08 at 11:12pm EDT)
WOO, cool new template options, and Awesome for the Rep {Grin} .

Image
Have a PS3? Play Modern Warfare2? Add me Darkmage4.
Artemis
Full Member
***
Insane Clown

[Avatar]
Why so serious?

Posts: 286
Status: Offline
Gender: Male
Location: Gotham City
Joined:  
Reputation: 7%  


pmmsnaimgtalk
Re: Templating System & User Reputation (1st Jun 08 at 1:56pm EDT)
*innocent whistle* Any way to get 'sort by rep' in the member list?

{Cheesy}

~Artemis

Image


Insane Clown
Blogger is Dead
Written Revolution
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 3,805
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 49%  


pm
Re: Templating System & User Reputation (1st Jun 08 at 2:10pm EDT)
 
*innocent whistle* Any way to get 'sort by rep' in the member list?

{Cheesy}

~Artemis



I was going to suggest that too! {Tongue Out}

Image
^ Whut? ^
Artemis
Full Member
***
Insane Clown

[Avatar]
Why so serious?

Posts: 286
Status: Offline
Gender: Male
Location: Gotham City
Joined:  
Reputation: 7%  


pmmsnaimgtalk
Re: Templating System & User Reputation (1st Jun 08 at 3:23pm EDT)
And the permission to let ranks raise the rep of people unlimited times an hour? *hopeful*

~Artemis

Image


Insane Clown
Blogger is Dead
Written Revolution
Broken
Senior Member
****

[Avatar]
Lost Resolve

Posts: 1,642
Status: Offline
Gender: Male
Age: 18
Joined:  
Reputation: 22%  


pmmsnyahooaim
Re: Templating System & User Reputation (2nd Jun 08 at 10:33pm EDT)
hey umm, can i make suggestions for the template system here? if so can you add something that will allow you to seperate out category titles from the rest because if its done with how it is not, the titles such as Board, Last Post, Post, and Topic will show above every board instead of just the top one as you can see here: http://overobvious.vforums.co.uk/

If you fall I’ll catch, if you love I’ll love, And so it goes, my dear, don’t be scared, you’ll be safe,
This I swear. If you only love me back.

Image
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 3,805
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 49%  


pm
Re: Templating System & User Reputation (3rd Jun 08 at 4:38am EDT)
you dont want this part:

<tr id="board_{board_id}">
<td class="window1 boardstatus" width="0%" align="center">
</td>
<td class="window2 boardlisting" width="62%" valign="top">
<center> Boards</center>
</td>
<td class="window2 lastpost" width="30%">
<center>Last Post</center>
</td>
<td class="window2" width="4%">
<center>Topics</center>
</td>
<td class="window2" width="4%">
<center>Posts</center>
</td>
</tr>


in there, if you want that adding ,I suggest you request a code to do it! {Smile} Go ahead and remove that and request a code! {Smile}

Image
^ Whut? ^
tricky.cb
Senior Member
****

[Avatar]

Posts: 666
Status: Offline
Gender: Male
Location: My Laptop
Age: 16
Joined:  
Reputation: 8%  


pmwwwmsngtalk
Re: Templating System & User Reputation (3rd Jun 08 at 7:48am EDT)
The user rep. is great, Ross. Glad you decided to put it in {Grin}


Image

Image
Image
Broken
Senior Member
****

[Avatar]
Lost Resolve

Posts: 1,642
Status: Offline
Gender: Male
Age: 18
Joined:  
Reputation: 22%  


pmmsnyahooaim
Re: Templating System & User Reputation (11th Jun 08 at 12:50pm EDT)
Ross you should add an option to add a gradient, taht way people can see the progress and stuff

If you fall I’ll catch, if you love I’ll love, And so it goes, my dear, don’t be scared, you’ll be safe,
This I swear. If you only love me back.

Image
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 3,805
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 49%  


pm
Re: Templating System & User Reputation (11th Jun 08 at 1:02pm EDT)
You mean for the rep? That can be done through the template system! {Smile}

Image
^ Whut? ^
Broken
Senior Member
****

[Avatar]
Lost Resolve

Posts: 1,642
Status: Offline
Gender: Male
Age: 18
Joined:  
Reputation: 22%  


pmmsnyahooaim
Re: Templating System & User Reputation (11th Jun 08 at 1:18pm EDT)
i mena rep, but i couldnt figure out the fragment for it and i just realized this site had one...

If you fall I’ll catch, if you love I’ll love, And so it goes, my dear, don’t be scared, you’ll be safe,
This I swear. If you only love me back.

Image
 Printable View
Page: 1 2

All times are GMT+0 :: The current time is 11:56am
Page generated in 0.57 seconds
with 68 Database Queries and 0 cache files
This Forum is Powered By vForums (v2.2)
Create a Forum for Free | Find Forums