vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Profile Tagboard (a tagboard in every user's profiles) (https://vborg.vbsupport.ru/showthread.php?t=51705)

The_Wanderer 04-25-2003 10:53 PM

it stores all messages... but it only displays 10 in the profile.. you can click "view all messages" to view all messages (well obviously)

Dean C 04-26-2003 11:59 AM

Pagination in this hack would be great so an ACP option to limit the number pf pages... instead of having it set by default to 10 and having to click show all to view them all :)

- miSt

The_Wanderer 04-26-2003 05:41 PM

hmm not a bad idea... i might try to work on that for future versions :)

Dean C 04-26-2003 05:48 PM

Thankyou. I look forward to the future release :)

- miSt

trafix 04-29-2003 01:00 AM

I hope you dont mind i changed the html and called it a guestbook instead of a tagboard .... great hack!

Riddel 04-29-2003 03:12 AM

i have a problem. on my board the submit button shows up and everything looks fine but when I try to submit a comment it doesn't get recorded. The page reloads but there is no comment. Any idea what I am doing wrong?

The_Wanderer 04-29-2003 11:29 AM

Quote:

Today at 03:00 AM trafix said this in Post #85
I hope you dont mind i changed the html and called it a guestbook instead of a tagboard .... great hack!
that's ok ;)

Quote:

Today at 05:12 AM Riddel said this in Post #86
i have a problem. on my board the submit button shows up and everything looks fine but when I try to submit a comment it doesn't get recorded. The page reloads but there is no comment. Any idea what I am doing wrong?
uhm...it could be a template problem.. make sure you installed all templates right.. I just tried re-installing the hack using the newest install file, and everything worked :)
which install file did you use?
also, could you give me a link to your forums.. you have to change some of the code if you're using bitsys rpg hack apparently

Riddel 04-29-2003 08:56 PM

yea I am using the bitsys rpg hack my forum is here - www.cityoflegend.net, the hack is only up in the Angel layout.

do you know what file adjustments I have to make in order to make it work with the bitsys rpg hack?

sonic3d 04-29-2003 09:39 PM

what code do i put cuz if its the code couple pages back then its still doesn't work. i get 0 messages.

l8er
sonic

Riddel 04-30-2003 12:03 AM

oh nevermind about my question. i used the one from version 1.1 and it worked!

The_Wanderer 04-30-2003 11:46 AM

try replacing all of the $userinfo[userid] with $userid
I don't know if it works, I dont have the rpg hack.. but try it.. :)

sonic3d 04-30-2003 05:07 PM

1.1 works.

l8er
sonic

kaotic 05-01-2003 11:15 AM

Odd.... I have several major hacks (including the RPG Integration Hack) and everything is running fine.

kaotic 05-12-2003 09:38 PM

Will there be anymore updates to this hack?

Roxie 05-12-2003 09:51 PM

Has anyone installed this on 2.3.0?
TIA.

The_Wanderer 05-13-2003 11:22 AM

Quote:

Yesterday at 11:38 PM kaotic said this in Post #94
Will there be anymore updates to this hack?
most likely.. it's just that i haven't had much time lately and I don't know when i'll have time..

don't expect an update anytime soon though :)

azher 05-13-2003 06:40 PM

Quote:

Yesterday at 11:51 PM Roxie said this in Post #95
Has anyone installed this on 2.3.0?
TIA.

I installed it but only version 1.1 works decently. By decently I mean that in 1.2, while the query count is actually lowered, that single query that pulls the info for "getinfo" takes about 30 seconds on my server as opposed to .5 seconds on the 1.1 version. ;)

kaotic 05-13-2003 10:16 PM

Something that would be interesting: An option in each user's profile to search for all of his or her posted comments.

TheGunOwner 05-13-2003 11:20 PM

I don't have the RPH hack installed. I am running vb2.3.0

I too have a problem where everything looks fine but submitted comments do not show up :(

The_Wanderer 05-14-2003 08:54 PM

Quote:

Yesterday at 08:40 PM azher said this in Post #97
I installed it but only version 1.1 works decently. By decently I mean that in 1.2, while the query count is actually lowered, that single query that pulls the info for "getinfo" takes about 30 seconds on my server as opposed to .5 seconds on the 1.1 version. ;)
a few others had the same problem... very strange

Quote:

Today at 12:16 AM kaotic said this in Post #98
Something that would be interesting: An option in each user's profile to search for all of his or her posted comments.
that would probably be pretty easy to do :)

Quote:

Today at 01:20 AM TheGunOwner said this in Post #99
I don't have the RPH hack installed. I am running vb2.3.0

I too have a problem where everything looks fine but submitted comments do not show up :(


hmm this is getting weird.. i'll try to install vb2.3 on my testforum this weekend and test the hack..

The_Wanderer 05-18-2003 08:57 AM

just a small update..

if you want the username of the poster to link back to their profile find this in getinfo_profiletagboardmsgs:
PHP Code:

<b>$tbuser</b

and replace with:

PHP Code:

<a href=?s=$session[sessionhash]&action=getinfo&userid=$result[fromuserid]><b>$tbuser</b></a

i was planning to include this in the next version, but since i don't know when exactly i'll be releasing it, i thought, i'd post it for you :)

the zip file on the first page has been updated as well..

Kriek 05-18-2003 11:45 AM

Operational on 2.3.0 yet?

kaotic 05-18-2003 11:55 AM

Like I said, I got it to work on 2.3.0. Anyway, thanks for the update. Later.

Kurayami 05-18-2003 06:00 PM

Well, I've got about 90 hacks installed on my 2.3.0 board(Including the RPG), and it works perfectly. :) I suppose it's just a case-to-case issue with the display.

kaotic 05-20-2003 01:10 AM

I'm not sure if this has already been mentioned, but a PM notification for when a user's profile is updated would be nice. :) Perhaps something to consider in your next version?

The_Wanderer 05-21-2003 08:30 PM

yeah yeah, i know, just as well as time and date in the messages..
i've had problems figuring out how to use vB's dateline system though :(
i'll get working on it sooner or later. I've just been rather busy lately.. and i started on my next hack, so.. :\

Erwin 06-07-2003 06:23 PM

Just a few notes:

1) The query to get the tagboard information slows down the loading of the profile by a lot if you have a lot of members, primarily because of the query addition to get the avatars. I removed the avatar join sections, and dropped my page loading down from 6 seconds to 0.01 seconds.

2) I changed the hack slightly to prevent members from posting in their own tagboard, and to allow staff to delete the entries as well.

Otherwise, good idea. :)

d3f 06-10-2003 07:11 PM

how would one go about getting the signature to display in the tagboard? I tried copying the signature variable out of the postbit but it did nothing.

MGM 06-12-2003 02:18 AM

hey, im having a problem. Whenever someone posts a comment in someone's tagboard (Anyone's tagboard), nothing happens. It takes us back to the profile but it still says "No messages have been posted yet." Why won't it work? I went through your instructions 3 times over! Everything looks fine!

I'm using your latest version, 1.2 i believe, and I'm using vB 2.3

MGM out

The_Wanderer 06-12-2003 11:22 AM

Quote:

06-10-03 at 09:11 PM d3f said this in Post #108
how would one go about getting the signature to display in the tagboard? I tried copying the signature variable out of the postbit but it did nothing.
well uhm, it should be pretty easy. I'll get back to you in a week or something, if that's ok. I'm having a bit of a crisis at my forums, so i'll have to sort out some stuff :\
nice avatar btw :p

Quote:

Today at 04:18 AM MetalGearMaster said this in Post #109
hey, im having a problem. Whenever someone posts a comment in someone's tagboard (Anyone's tagboard), nothing happens. It takes us back to the profile but it still says "No messages have been posted yet." Why won't it work? I went through your instructions 3 times over! Everything looks fine!

I'm using your latest version, 1.2 i believe, and I'm using vB 2.3

MGM out

hmm, well my guess is that it wont work on 2.3
1.1 might work for you, but it uses a ++++load of queries :(

The_Wanderer 06-12-2003 11:34 AM

ok, uhm, d3f.. I took the time to help you out.. this should work :)

FIND (2 times):
PHP Code:

SELECT 
  user
.avatarid AS a_id

REPLACE with (2 times):
PHP Code:

SELECT 
  user
.signature AS signature,
  
user.avatarid AS a_id

then add $result[signature] in getinfo_profiletagboardmsgs wherever you want the signature to be shown. I suggest you add it near $msg :)

I haven't tested this, but it should work. Let me know if it doesn't work, and i'll take a look at the code again

MGM 06-12-2003 04:17 PM

queries!? no, screw that, isn't there a way to get 1.2 to work for vB2.3.0???? damn, this looked so promising too :(

MGM out

The_Wanderer 06-12-2003 05:04 PM

I don't know... some of the others seemed to have a similar problem... I have no idea why it doesn't work though :(

EDIT: ooooh 2.3... i thought you said 2.2.3.. it should work on 2.3.. some of the others got it working at least. But then again, some of them didn't :(

MGM 06-12-2003 11:56 PM

damn! this looked so good too! argh

ohh well, thanks for the support.... now could u include an uninstall file? :D

MGM out

kaotic 06-13-2003 12:10 AM

He already has. Just use the installation file and go backword. :p

The_Wanderer 06-14-2003 09:41 PM

heheh yeah... kaotic's right ;)

another time, back up your original file before you install any hacks.. you'll find it much easier to uninstall the hack if it doesn't work or you dont want it anyway :)

MGM 06-17-2003 01:34 PM

I always backup, but I don't back up before I install EVERY hack :p

I installed most of the hacks at once though, so if I go back, I'll have to reinstall everything :p

MGM out

Kaelon 06-17-2003 09:54 PM

Out of curiosity -- I have read that a lot of people are having problems with this hack on 2.3.0. Has anyone managed to get this to work with 2.3.0?

Thanks.

kaotic 06-17-2003 10:14 PM

Several of us have. :) Ofcourse, I didn't like the long loading time, so I set it up as a stand alone page.

Kaelon 06-17-2003 10:16 PM

Erwin reported that he was able to improve performance by removing the avatar join routines. Would anyone have any idea what he removed to expedite his load times?

Thanks,
Kaelon


All times are GMT. The time now is 07:41 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01361 seconds
  • Memory Usage 1,835KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete