vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Threads In Profile (https://vborg.vbsupport.ru/showthread.php?t=102122)

KBV 12-16-2005 05:01 PM

How can you call it human error when the script is installed, and the problems exsists only when the plugin is active, and no other edits have been made? :)

Justice 12-16-2005 05:08 PM

I assume a human installed the script. Correct me if I'm wrong.

How do you explain the numerous people who installed it with no error?

KBV 12-16-2005 05:18 PM

It might not play well with other products or plugins, might be a problem with the server, the skinning done with the site, a phrase installed, a custom bbcode or anything else on the board.

The error must be on the coders side, seeing as I installed it the same way as everyone else. So calling it "human error", saying that me and dreamer installed it wrong and dismissing the whole error sounds silly, fixing the problem sounds better, don't you think?

Justice 12-16-2005 05:34 PM

you just finished saying the script didn't work on a forum with no edits, but all those issues you listed are on your end.

I'm not saying nothing's wrong with the code. But this "stupid hack!!" "stupid mod" reaction was very childish and disrespectful. The coders here aren't offering you a paid service and you install all of these at your own risk. That type of behavior is really awful for something you aren't paying for, and unconstructive for the rest of us who appreciate the time put into the hacks.

Be an adult, uninstall it and figure out what the problem is, but don't start flaming the code, especially when there's numerous reports of it working perfectly.

dreamer81 12-16-2005 05:57 PM

Quote:

Originally Posted by Justice
you just finished saying the script didn't work on a forum with no edits, but all those issues you listed are on your end.

I'm not saying nothing's wrong with the code. But this "stupid hack!!" "stupid mod" reaction was very childish and disrespectful. The coders here aren't offering you a paid service and you install all of these at your own risk. That type of behavior is really awful for something you aren't paying for, and unconstructive for the rest of us who appreciate the time put into the hacks.

Be an adult, uninstall it and figure out what the problem is, but don't start flaming the code, especially when there's numerous reports of it working perfectly.

i know i reacted very childish. But tell me how you would react when u suddenly have no access to your admincp anymore. What would you have done??? Called it a nice sweet hack??? I dont think so.

If i didn't have no skills with php, and knew that i had to put a @ in front of the eval function, i would have to reinstall my vb board. Think about a normal user with no php skills... he would probably be more pissed than me.

Justice 12-16-2005 06:05 PM

what would I have done? Well for starters, I wouldn't have installed a hack of this nature on a LIVE board. That's what test forums are for. Mistakes happen. Coders, installers, and sometimes hacks just aren't compatible with each other. CTRL+Z is your friend. Get to know him.

KBV 12-16-2005 06:25 PM

Stop being such a hypocrytical bastard. I never once said "stupid mod" or anything along the lines, I even said it was a great mod. The mod works except for the parsing error in global.php, it's a great hack and would be a great edition to my board.

I want this hack to work on everyones board, and somewhere the code is trying to do something that creates this error. Bad coding? I don't think so. If two people who installed the hack get the same error, then I would think it's a problem with the code for the plugin. Because the board works perfectly with it disabled.

Submitting bugs is what one who installes a plugin from this board does, it's to help the coder. And you coming in here and telling everyone to basically "++++ off" because that error is not on your board whine whine whine, is childish as hell.

Justice 12-16-2005 06:46 PM

I didn't say you did. I was referring to dreamer91, who just admitted his reaction was indeed childish. I was replying to his posts, you took it upon yourself to hop in and address me, when I wasn't even talking to you. Stop trying to "oneup" me, it's not working.

KBV 12-16-2005 07:47 PM

[quote] is your friend. Get to know him.

FleaBag 12-16-2005 07:52 PM

Great hack!

:)

chikkoo 12-19-2005 03:05 AM

Today I installed this Mod,
I too have the same problem, but with different line numbers
"global.php(332) : eval()'d code on line 9"

KBV 12-19-2005 10:52 AM

It must have something to do with the other mods that are installed in vB. I have yet to figure out why. Any insight would be much appreciated.

tnguy3n 12-19-2005 10:48 PM

Sorry guys, I've been busy with final exams and stuffs.
Anyway, I've just checked the hack ... and yeah, there was a typo. I missed out one closing quote in 'memberinfo_threadlist'.
To fix that, open the Threads In Profile plugin (cache_template hook),

FIND:
PHP Code:

$globaltemplates[] = 'memberinfo_threadlist; 

CHANGE THAT TO:
PHP Code:

$globaltemplates[] = 'memberinfo_threadlist'

that would fix the bug.

For those who are un-able to log into AdminCP as caused by this stupid hack; in your phpMyAdmin, run following query:
PHP Code:

DELETE FROM plugin WHERE title 'Threads In Profile'


KBV 12-20-2005 09:43 AM

Thank you! Works perfectly. ;) Great mod. ^^

Danny Diamond 12-24-2005 01:23 PM

What are we supposed to edit.

I just get this.....

if condition="">
Joe Cool's Last Threads
Thread Title Forum Last Poster Last Post Views Replies

Nothing shows up......

AWI 12-27-2005 08:44 AM

Installed on 3.5.2 and it looks great in Firefox but not in IE, any suggestions?

http://www.idnba.com/member-find_lastposter-f_13.html

neutek 01-06-2006 07:22 PM

thanks
+install

lightwave 01-06-2006 07:34 PM

Upload plugin-lastthreads.xml in your Plugin Manager.

but where in the hook does ti go?

and also how do i make a new template?

Hellraider 01-06-2006 09:14 PM

Quote:

Originally Posted by lightwave
and also how do i make a new template?

ACP --> Styles & Templates --> Style Manager --> In pulldown menu klick on Add new template

Zachariah 01-29-2006 12:45 AM

Quote:

Originally Posted by tnguy3n
to cache memberinfo_threadlist,create a new plugin from cache_templates hook with the following content:
PHP Code:

$globaltemplates[] = 'memberinfo_threadlist'

for 2nd issue, could you pls clarify?

Code:

if (THIS_SCRIPT == 'member'){
    $globaltemplates[] = 'memberinfo_threadlist';
 }

So the cache only is used on member.php

Invalid ID 05-06-2006 12:57 PM

Installed... Enjoying .. lots of claps for tnguy3n

turkforum 05-22-2006 05:26 PM

It seem to be great hack..What i am wondering is,
How can i also show user's last x threads in postbit?

ramone_johnny 05-28-2006 06:18 AM

Sorry guys, just installed this on V 3.5.4 and I get nothing at all within the profiles section. Any chance this is going to be modded to suit the later version?

RJ

lightwave 06-12-2006 10:16 PM

i get nothing aswell

moveforward 05-07-2007 04:55 PM

Where is this plugin. I could really do with this or something like it.

TotalTorque.net 05-08-2007 01:31 PM

Indeed, where are the download files?

PinkDaisy 05-10-2007 09:30 PM

I'd like to install it but no plug in file ??


All times are GMT. The time now is 01:05 PM.

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.01260 seconds
  • Memory Usage 1,781KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (27)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