|
|
|
|
![]() ![]() |
Nov 10 2007, 08:07 AM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 10-November 07 From: in yourz computer Member No.: 52,745 |
can some one tell me how to add links like what you did to the title of the forum and how to get a credit system for my
forum ? |
|
|
|
Nov 10 2007, 08:19 AM
Post
#2
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 320 Joined: 1-October 07 From: India Member No.: 50,968 |
You should take a look at this.
http://www.trap17.com/forums/posting-activ...ript-t6147.html |
|
|
|
Nov 19 2007, 10:41 PM
Post
#3
|
|
|
Member [Level 2] ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 77 Joined: 11-November 07 From: London Member No.: 52,835 |
You should take a look at this. http://www.trap17.com/forums/posting-activ...ript-t6147.html Correct me if I'm wrong, but I think that the OP was trying to work out how to set this kind of system up for his own forum, rather than work out how this one works. I may have missed something in the FAQ, but I don't think that that link answers his question. Not that I can help, since I have never set up a forum. I'd be interested in the answer though. EDIT: I was going to suggest looking at the page source, but it's a hodgepodge of a lot of stuff. They even used inline CSS to make it extra long This post has been edited by crazyfray: Nov 19 2007, 10:42 PM |
|
|
|
Nov 20 2007, 04:06 PM
Post
#4
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 24 Joined: 13-November 07 Member No.: 52,969 |
First of all, what forum software are you using?
Tell me and I will try tell you what you need to do! (I have worked with forums for a long time) |
|
|
|
Dec 3 2007, 08:24 PM
Post
#5
|
|
|
Member [Level 2] ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 77 Joined: 11-November 07 From: London Member No.: 52,835 |
I assume you mean the OP, but if you mean me, I've not used any forum software yet.
I'd be looking for a system that is easy to set up, with the option of using a true programming language to extend (rather than a proprietary one). Not sure that that's even an issue with forums, since I don't know much about the implementation of them at all. |
|
|
|
Dec 3 2007, 08:34 PM
Post
#6
|
|
|
Define:EVIL PROGRAMMER (ē'vəl prō'grăm'ər)- n. An organism that converts caffeine into evil software. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 1,076 Joined: 25-September 05 From: Los Angeles, California Member No.: 12,251 |
Well I think some php experience is necessary here. Here is what I would do:
First, add a new variable to sql called credits or something to the users table. Then find the place in your forums where the post is actually being inserted into sql, and come up with some algo that calculates amount of credits based on how many characters. (I'd suggest strlen($string)/10), and have that added to the users sql row. Alright and finaly just add some code to have the users amount of credits show up on the forum main page. I was going to suggest looking at the page source, but it's a hodgepodge of a lot of stuff. They even used inline CSS to make it extra long You can't view the credit system in the page source... Thats php.... *alex resists his temptation of blurting out "duh" in all caps* |
|
|
|
Dec 3 2007, 08:47 PM
Post
#7
|
|
|
A computer once beat me at chess, but it was no match for me at kick boxing. ![]() Group: [MODERATOR] Posts: 4,077 Joined: 24-July 05 From: Linix, DOS and Windows…the good, the bad and the ugly Member No.: 9,787 ![]() |
Also, you would need to affect the credit value in the sql when a posting is edited (+ or -) , or deleted (-), or moved into a non-credit Category (-), so this script is not as simple as it sounds.
Another thing, change the credit values awarded based on which Category the posting is made into? |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 8th October 2008 - 11:40 AM |