Forum Index   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
StanGableOffline



Joined: May 29, 2005
Posts: 10

Status: Offline
Post   Posted: Jun 03, 2005 - 04:59 AM Reply with quote Back to top

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 Smile

_________________
http://www.circleofjerks.org


Last edited by StanGable on Jun 03, 2005 - 05:00 AM; edited 1 time in total
View user's profile Send private message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jun 03, 2005 - 09:12 AM Reply with quote Back to top

I have none in my big red bag.... Sad
You've been naughty ! Wink

_________________
Chestnut ! Cool
Administrator
PNConcept.com
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
brodizzelOffline



Joined: Jun 06, 2005
Posts: 7

Status: Offline
Post   Posted: Jun 06, 2005 - 06:44 AM Reply with quote Back to top

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.
View user's profile Send private message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jun 06, 2005 - 08:43 AM Reply with quote Back to top

brodizzel wrote:
So does this mean there WON'T be a Vistra plug-in?


Never said that... Wink
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. Laughing


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. Wink

_________________
Chestnut ! Cool
Administrator
PNConcept.com
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
brodizzelOffline



Joined: Jun 06, 2005
Posts: 7

Status: Offline
Post   Posted: Jun 06, 2005 - 08:23 PM Reply with quote Back to top

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.
View user's profile Send private message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jun 06, 2005 - 09:44 PM Reply with quote Back to top

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 ! Cool
Administrator
PNConcept.com
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
brodizzelOffline



Joined: Jun 06, 2005
Posts: 7

Status: Offline
Post   Posted: Jun 06, 2005 - 10:03 PM Reply with quote Back to top

Would you be wanting a link to see it in action? Or where you could download the files to look over them?
View user's profile Send private message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jun 06, 2005 - 10:06 PM Reply with quote Back to top

mm... booarf... both I guess... but the files will be ok too. Smile

_________________
Chestnut ! Cool
Administrator
PNConcept.com
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
brodizzelOffline



Joined: Jun 06, 2005
Posts: 7

Status: Offline
Post   Posted: Jun 06, 2005 - 10:11 PM Reply with quote Back to top

Here's the zip of all the files.
View user's profile Send private message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jun 09, 2005 - 12:56 PM Reply with quote Back to top

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.

Wink

_________________
Chestnut ! Cool
Administrator
PNConcept.com
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
brodizzelOffline



Joined: Jun 06, 2005
Posts: 7

Status: Offline
Post   Posted: Jun 10, 2005 - 03:06 AM Reply with quote Back to top

Great! Thanks Chestnut.
View user's profile Send private message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jun 14, 2005 - 11:00 AM Reply with quote Back to top

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 ! Cool
Administrator
PNConcept.com


Last edited by Chestnut on Jun 14, 2005 - 11:01 AM; edited 1 time in total
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
brodizzelOffline



Joined: Jun 06, 2005
Posts: 7

Status: Offline
Post   Posted: Jun 28, 2005 - 04:40 AM Reply with quote Back to top

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.
View user's profile Send private message
Chestnut
Site Admin


Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
Post   Posted: Jun 28, 2005 - 07:18 AM Reply with quote Back to top

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 ! Cool
Administrator
PNConcept.com
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
brodizzelOffline



Joined: Jun 06, 2005
Posts: 7

Status: Offline
Post   Posted: Jul 04, 2005 - 07:28 PM Reply with quote Back to top

BINGO! Thanks very much Chestnut.
View user's profile Send private message
Display posts from previous:     
Jump to:  
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits
DarkMindZ