Go Back   vb.org Archive > Community Central > Community Lounge
  #31  
Old 02-26-2004, 02:29 PM
Wonko of Shinra's Avatar
Wonko of Shinra Wonko of Shinra is offline
 
Join Date: Feb 2004
Location: Raleigh, NC
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We're working on the store hack right now, I'm just having MASelphie finish up on the vb3 journal templates, and waiting on a response from the original creator of the journal hack and if he says okay then I'll release it

if you don't like my system and want to swap over to kura's instead, I have done things to make it compatible. though you will lose comments with renamed subject headers.
Reply With Quote
  #32  
Old 02-26-2004, 02:31 PM
KuraFire's Avatar
KuraFire KuraFire is offline
 
Join Date: Oct 2001
Location: inside vB3's .php
Posts: 1,245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Wonko of Shinra
We're working on the store hack right now, I'm just having MASelphie finish up on the vb3 journal templates, and waiting on a response from the original creator of the journal hack and if he says okay then I'll release it

if you don't like my system and want to swap over to kura's instead, I have done things to make it compatible. though you will lose comments with renamed subject headers.
I'm sure I could make an importer for that, so that nothing would be lost.

Not an unfair thing to do, right?
Reply With Quote
  #33  
Old 02-26-2004, 04:39 PM
Wonko of Shinra's Avatar
Wonko of Shinra Wonko of Shinra is offline
 
Join Date: Feb 2004
Location: Raleigh, NC
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Our goal is making people happy, not journal competition so sure


Alright, here's the deal
the vb2 edition had comments per entry, the people at shinra prefered their comments to be threaded. so we modified that (example http://www.shinraonline.com/board/jo...journalid=2359 )
In order for it to still act much like the old system. To make it work with your upgrade script, i've modified how it adds comments.

so when you have an entry such as...

to make a comment you hit discuss and come back with a link like...
shinraonline.com/board/journal.php?s=&action=comments&journalid=786&entry id=9190

and inside my code it checks to see if the person still wanted to comment on on that topic...
PHP Code:
        if (isset($entryid) && $entryid != "")
        {
                
$testtitle $DB_site->query_first("SELECT title FROM
                journal_entry WHERE entryid=
$entryid");
                
$testtitle[title] = "Re: " $testtitle[title];
                
$subject addslashes(htmlspecialchars($subject));
                if (
$subject != $testtitle[title])
                        
$entryid 0;
        } else {
                
$entryid 0;
        }
        
$insert_comment $DB_site->query("INSERT INTO journal_comments
(commentid, title, comment, timestamp, entryid, journalid, userid) VALUES
('commentid+1', '
$subject',
'"
.addslashes(htmlspecialchars($comment))."',
'"
.time()."', '$entryid', '$journalid', '$bbuserid')"); 
best way to make it compatible is to have it check the timestamp of all comments tied to entryid=0 and check it with the timestamps of the journal entries and insert them where appropriate.

I'll be releasing this in a matter of days or less, so you can figure it all out from there.
Reply With Quote
  #34  
Old 02-26-2004, 06:05 PM
JamesFrost JamesFrost is offline
 
Join Date: Feb 2003
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by KuraFire
I would ..... if it were still there.
Reply With Quote
  #35  
Old 02-26-2004, 06:08 PM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JamesFrost
I would ..... if it were still there.
Basically, his Journal mod will be HTL only and released at EvB.
Reply With Quote
  #36  
Old 02-27-2004, 12:46 PM
JamesFrost JamesFrost is offline
 
Join Date: Feb 2003
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Oblivion Knight
Basically, his Journal mod will be HTL only and released at EvB.
OK, thanks.
Reply With Quote
  #37  
Old 03-01-2004, 03:43 AM
Wonko of Shinra's Avatar
Wonko of Shinra Wonko of Shinra is offline
 
Join Date: Feb 2004
Location: Raleigh, NC
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Beta posted.
https://vborg.vbsupport.ru/showthrea...190#post481190
Reply With Quote
  #38  
Old 03-01-2004, 03:05 PM
JamesFrost JamesFrost is offline
 
Join Date: Feb 2003
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wonko,

the link doesnt work anymore. Has the software been pulled for some reason?

James
Reply With Quote
  #39  
Old 03-01-2004, 03:07 PM
assassingod's Avatar
assassingod assassingod is offline
 
Join Date: Jul 2002
Posts: 3,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It was removed because the original author didn't give permission for the hack to be ported.
Reply With Quote
  #40  
Old 03-01-2004, 03:26 PM
spence2 spence2 is offline
 
Join Date: Jun 2002
Location: usa
Posts: 284
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You know...between the endless betas of vB3 and the disarray about permissions over mods, IPB is looking better everyday!

And, I don't give a rat's behind which sycophant jumps in to defend vB...I'm annoyed, frustrated and I'm sure as hell not the only one!

As suggested in another post to me, I PM'd the original "owner" of this mod about his/her intentions to port this to vB3. "Yes," they replied, "but it won't be me doing it, it will be ______." So, I kept checking back for progress...and nothing, nada, zilch!

Since the code for the original mod is now obsolete for vB3 that means coding changes had to be made. At what point...and in whose judgment enough changes are ever made to designate it an original mod, I don't know. I'm not in favor, of course, of not giving credit where it is due, but isn't "credit" enough?

If someone does not "grant permission" for others...ever...which, I am assuming is their "right" (no matter how much the original code must be altered)...then I suppose some mods will not only never get ported to vB3...they will never get ported to 4, 5 or 6!

I'd rant some more, but I've gotta get outside and take the tires off my car, because after all, I don't think Goodyear invented the wheel!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:30 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04811 seconds
  • Memory Usage 2,265KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete