Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Personal Favorites Details »»
Personal Favorites
Version: 1.00, by myluntan myluntan is offline
Developer Last Online: Aug 2003 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 04-22-2002 Last Update: Never Installs: 19
 
No support by the author.

this is my fist hack
I cant find it anywhere,so I made it
I read some good post but next time I visit the forum ,I cant find it ,only i can do is seach ,it is terrible.
Use this hack ,users in your forum can add threads into their own Favorite folder ,they aslo can creat folders,move the threads from each other.
I enjoy you like it,install it is very simple ,i write a script ,the only thing is running it,then add 2 links in your template.it works great
on vb 22X.if you use vb 201 ,tell me ,I will write for you.version update to 2.5
all bug fixed ,add a new option:users can share their .
users can select if they share their Favoritein usercp
if they select yes ,other users can view their Favorite.
so good article can be gathered and shared. enjoy it

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 04-29-2002, 11:52 AM
myluntan myluntan is offline
 
Join Date: Apr 2002
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Okiewan
Are the templates available? The installer won't create them
yes ,but it only in the default templates.? The installer works great
Reply With Quote
  #33  
Old 04-29-2002, 08:15 PM
Freddie Bingham's Avatar
Freddie Bingham Freddie Bingham is offline
 
Join Date: Oct 2001
Posts: 506
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Lesane


I've converted it. The hack is working great on my forum.
Then you should release it, I wouldn't care at all.
Reply With Quote
  #34  
Old 04-30-2002, 01:45 AM
Psychdrone Psychdrone is offline
 
Join Date: Nov 2001
Posts: 525
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey where ezactly would I put the code to change the New post thing>>????
Reply With Quote
  #35  
Old 05-01-2002, 03:11 PM
Birdie501's Avatar
Birdie501 Birdie501 is offline
 
Join Date: Dec 2001
Location: Germany
Posts: 272
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi,

i like this hack! Maybe you could add an improvement! Is it possible that if the user has not allowed to show his favorites to public, that the link in postbit to his favorites is not shown?

Because i think it is bad that if a user clicks on it, it only say some standard error that he has no rights to do that!

Then if i add a thread to my favorites, it only shows an empty redirection page??? Wonder why?
Reply With Quote
  #36  
Old 05-01-2002, 03:27 PM
myluntan myluntan is offline
 
Join Date: Apr 2002
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

make sure the redirect_favaddthanks template is not empty ,the improvement i will write later.i am very glad to konw you like this hack.
Reply With Quote
  #37  
Old 05-02-2002, 02:46 AM
myluntan myluntan is offline
 
Join Date: Apr 2002
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The improvement:
open admin/functions.php
find
PHP Code:
if ($post['receivepm'] and $enablepms==1) {eval("\$post[pmlink] = \"".gettemplate("postbit_sendpm")."\";");
        } else {
            
$post[pmlink] = "";
        } 
under it add
PHP Code:
if($post[canviewfavdef]){
            
$fav_postbit="<a href ='favorites.php?action=view&userid=$post[userid]'>view fav </a>";
        }else{
$fav_postbit="";
        } 
modify template
postbit
replace the code
Code:
<BR><A HREF="favorites.php?action=view&userid=$post[userid]">view favorite</A>
with
PHP Code:
$fav_postbit 
thats all
enjoy it.^^
Reply With Quote
  #38  
Old 05-02-2002, 07:15 PM
Lesane's Avatar
Lesane Lesane is offline
 
Join Date: Oct 2001
Location: The Netherlands
Posts: 1,149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by freddie
Then you should release it, I wouldn't care at all.
I will not release it as a new hack, i will post it in the appropriate thread. But can you remember that old thread of yours because i couldn't find it.
Reply With Quote
  #39  
Old 05-02-2002, 07:26 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Lesane
But can you remember that old thread of yours because i couldn't find it.
That thread is likly to be in the Old Hacks forum which is locked.

I would love to see a working version of this hack, this thread should be in the beta forum really.
Reply With Quote
  #40  
Old 05-02-2002, 07:39 PM
Lesane's Avatar
Lesane Lesane is offline
 
Join Date: Oct 2001
Location: The Netherlands
Posts: 1,149
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by NTLDR


That thread is likly to be in the Old Hacks forum which is locked.

I would love to see a working version of this hack, this thread should be in the beta forum really.
Found it

I will post a working version in the old thread soon. The version is compatible with Vb 2.2.*

https://vborg.vbsupport.ru/showthrea...&threadid=4135
Reply With Quote
  #41  
Old 05-02-2002, 07:46 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Lesane, I look forward to installing it
Reply With Quote
Reply


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 05:38 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.04944 seconds
  • Memory Usage 2,316KB
  • Queries Executed 25 (?)
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)bbcode_code
  • (3)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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