Author |
Topic |
|
ssj5Vegetto
Starting Member
16 Posts |
Posted - 02 June 2001 : 17:36:17
|
1. Well in my members signatures I'd like to allow more than 255 characters but I don't know where to start.
2. I'd like to allow icons for a user to choose from when posting. as seen in the infopop boards. An example of this would be on these forums: http://forum.planetnamek.com/
3. Is there a way I can make my board like an infopop board?
Thanks for your time, ssj5
|
|
work mule
Senior Member
USA
1358 Posts |
Posted - 02 June 2001 : 18:16:44
|
quote:
1. Well in my members signatures I'd like to allow more than 255 characters but I don't know where to start.
You would have to modify the database. If it's Access, it would mean changing the field from what it is to memo or in SQL Server changing the field size.
In pop_profile.asp, do a search for "sig" and take a look at the code nearby. There's some checks for the length being greater than 255. You'd have to make the appropriate changes there.
quote:
2. I'd like to allow icons for a user to choose from when posting. as seen in the infopop boards. An example of this would be on these forums: http://forum.planetnamek.com/
Avatars? http://forum.snitz.com/forum/link.asp?TOPIC_ID=7056 http://forum.snitz.com/forum/link.asp?TOPIC_ID=6986
Message Icons? http://forum.snitz.com/forum/link.asp?TOPIC_ID=1854
quote:
3. Is there a way I can make my board like an infopop board?
Yep, with a lot of patience and coding/mod'ing it can be done.
Is there anything, other than the above, that you're looking for in particular?
The Writer Community
"Do not go where the path may lead, go instead where there is no path and leave a trail." -Ralph Waldo Emerson
Edited by - work mule on 02 June 2001 18:21:00 |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 02 June 2001 : 18:17:24
|
quote:
1. Well in my members signatures I'd like to allow more than 255 characters but I don't know where to start.
2. I'd like to allow icons for a user to choose from when posting. as seen in the infopop boards. An example of this would be on these forums: http://forum.planetnamek.com/
3. Is there a way I can make my board like an infopop board?
Thanks for your time, ssj5
You've come to the right place.
Icons in the forum can be accomplished, in fact there is a mod here for it called Avatar Mod. Click here
Making your board look like an InfoPop board is basically what Snitz Forums look like. Care to be more specific??
Dayve |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 02 June 2001 : 18:17:53
|
For #1, it's been brought before. Basically you just have to change the Database field to a different datatype. It's been discussed before. You can probably find it by doing a search for signature 255 memo
For #2, see here: http://forum.snitz.com/forum/link.asp?TOPIC_ID=1854
For #3, This forum can be customized, so you should be able to duplicate the look/feel of whatever you want. |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 02 June 2001 : 18:18:42
|
****, I turn my head away for one second and work mule posts before me!!
Dayve |
|
|
work mule
Senior Member
USA
1358 Posts |
Posted - 02 June 2001 : 18:24:06
|
quote:
****, I turn my head away for one second and work mule posts before me!!
Dayve
...had to be more than one second...it took a bit to look up the links.
I had to edit my original post, came back and it's like bunnies in here.
The Writer Community
"Do not go where the path may lead, go instead where there is no path and leave a trail." -Ralph Waldo Emerson |
|
|
ssj5Vegetto
Starting Member
16 Posts |
Posted - 02 June 2001 : 18:33:08
|
Well yeah I was looking for avatar's too but that's not what I was talking about. I think they're called post icons
|
|
|
work mule
Senior Member
USA
1358 Posts |
Posted - 02 June 2001 : 18:38:09
|
quote:
Well yeah I was looking for avatar's too but that's not what I was talking about. I think they're called post icons
Message Icons? (see my first post)
The Writer Community
"Do not go where the path may lead, go instead where there is no path and leave a trail." -Ralph Waldo Emerson |
|
|
Deleted
deleted
4116 Posts |
Posted - 02 June 2001 : 18:48:16
|
Well, it seems the phrase "hard to answer" attracts a lot of us .
Think Pink |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 02 June 2001 : 19:04:25
|
quote: Well yeah I was looking for avatar's too but that's not what I was talking about. I think they're called post icons
See the answer I gave for #2, it is the Post Icons. |
|
|
|
Topic |
|