| Author |
Message |
StanGable
Joined: May 29, 2005
Posts: 10
Status: Offline
|
  Posted:
Jun 03, 2005 - 04:59 AM |
|
I know there is a plug in to use with the Tag It module, but would it be possible to have one for the Vistra Shoutbox mod? I use Vistra because it is a little cleaner. No scroll bars, or links at the bottom like Tag It.
Everything on my site works with the user points system except for my shout box. And it's what people use most  |
_________________ http://www.circleofjerks.org
Last edited by StanGable on Jun 03, 2005 - 05:00 AM; edited 1 time in total |
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Jun 03, 2005 - 09:12 AM |
|
I have none in my big red bag....
You've been naughty !  |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
brodizzel
Joined: Jun 06, 2005
Posts: 7
Status: Offline
|
  Posted:
Jun 06, 2005 - 06:44 AM |
|
So does this mean there WON'T be a Vistra plug-in?
I've tried fooling with the TagIt plug-in but I know squat about php so I'm lost. I'm with Stan on this. I use Vistra as well and a plug-in for it would be extremely welcomed. |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Jun 06, 2005 - 08:43 AM |
|
| brodizzel wrote: | | So does this mean there WON'T be a Vistra plug-in? |
Never said that...
Only that I don't have it and unless I have the time to do it, won't be the one who will code it.
We could always do a little Request to see if someone could do it but for the moment.........
... must go to work... so damn late.
If there is a pntables.php with your Vistra thing, you can always post it here so that we can have a look at it.  |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
brodizzel
Joined: Jun 06, 2005
Posts: 7
Status: Offline
|
  Posted:
Jun 06, 2005 - 08:23 PM |
|
Dang! No pntables.php.
Guess I'll just keep checkin' back to see if you find time. I'd really appreciate it, but I know spare time can sometimes be hard to come by.
Thanks. |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Jun 06, 2005 - 09:44 PM |
|
Can you provide a little link to where I can have a look...
This is freaky, if no pntables.php I suppose the data is stored in a flat file... |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
brodizzel
Joined: Jun 06, 2005
Posts: 7
Status: Offline
|
  Posted:
Jun 06, 2005 - 10:03 PM |
|
Would you be wanting a link to see it in action? Or where you could download the files to look over them? |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Jun 06, 2005 - 10:06 PM |
|
mm... booarf... both I guess... but the files will be ok too.  |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
brodizzel
Joined: Jun 06, 2005
Posts: 7
Status: Offline
|
  Posted:
Jun 06, 2005 - 10:11 PM |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Jun 09, 2005 - 12:56 PM |
|
Sorry I didn't respond fast... I couldn't make it work on a local installation, but a plugin is far from impossible.
I'll do another checkup this weekend to see if an existing plugin can be use to do the thing.
 |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
brodizzel
Joined: Jun 06, 2005
Posts: 7
Status: Offline
|
  Posted:
Jun 10, 2005 - 03:06 AM |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Jun 14, 2005 - 11:00 AM |
|
A little test on this...
name : Your choice
function : vistrasb
lang : _PNCUP_VISTRASB (but there is no lang file yet...)
value : Your choice...
One possible problem could be the date format that doesn't fit.
The file must go in the pnplugins... |
_________________ Chestnut !
Administrator
PNConcept.com
Last edited by Chestnut on Jun 14, 2005 - 11:01 AM; edited 1 time in total |
|
 |
 |
brodizzel
Joined: Jun 06, 2005
Posts: 7
Status: Offline
|
  Posted:
Jun 28, 2005 - 04:40 AM |
|
Yeah, I got an error when I tried it.
Here's the error...
vistrasb : DB Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY ncount DESC, site_vistra_shoutbox_data.date ASC' at lin
That's all it showed me. |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Jun 28, 2005 - 07:18 AM |
|
mmI think I got it...
In this part :
| Code: |
GROUP BY $vsbcol[name]
|
change it to :
| Code: |
GROUP BY $vsbcol[user]
|
That is my error I think... |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
brodizzel
Joined: Jun 06, 2005
Posts: 7
Status: Offline
|
  Posted:
Jul 04, 2005 - 07:28 PM |
|
BINGO! Thanks very much Chestnut. |
|
|
|
 |
|
|