Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Today's active recent threads Details »»
Today's active recent threads
Version: 4.00, by BlackThorn BlackThorn is offline
Developer Last Online: Jun 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.0.6 Rating:
Released: 08-01-2010 Last Update: 10-01-2010 Installs: 41
Uses Plugins Auto-Templates
Translations  
No support by the author.

Removed.

Supporters / CoAuthors

Show Your Support

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

Comments
  #42  
Old 01-13-2011, 12:55 PM
aileron79 aileron79 is offline
 
Join Date: Apr 2009
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've discovered something I consider a bug in this addon. Supposed there are posts that are to be moderated manually... These posts are NOT shown to the public in the forum, only mods and admins can see them. However, these posts/threads ARE shown to everyone in the recent threads lists. (People can't open those threads, but still, they appear in the list)

I've just edited the SQL statement in the main plug-in and added "AND thread.visible <> 0" to its WHERE clause. That's not the best way to work around that issue, I know - but for now it's just fine. Maybe you could fix that in the next release?
Reply With Quote
  #43  
Old 01-18-2011, 12:00 PM
tmanran123 tmanran123 is offline
 
Join Date: Nov 2009
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks this plugin looks perfect

I just can't figure out one thing

It has a feature where you can (i'm assuming) have the widget show up wherever you specify.



But what line of code do i use to call this widget?

I tried

Quote:
{vb:raw btecentxthreads_bits}
but that doesn't work...

Thanks!
Reply With Quote
  #44  
Old 01-18-2011, 06:04 PM
BlackThorn BlackThorn is offline
 
Join Date: Aug 2009
Posts: 581
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nope dear, it's not manual for using on your forumhome page. If you select it then it will doesn't work sorry. So really I'm bored when update this my hack : )
Reply With Quote
  #45  
Old 02-20-2011, 01:24 PM
Crossbow Crossbow is offline
 
Join Date: Jan 2011
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The following dependencies were not met:
1.This product is not compatible with version 4.1.2 of vBulletin. (Compatible starting with 4.0.0 / Incompatible with 4.0.99 and greater)
Reply With Quote
  #46  
Old 02-21-2011, 06:12 AM
MeisterGigi MeisterGigi is offline
 
Join Date: Jan 2011
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same for me *cry*
Reply With Quote
  #47  
Old 03-18-2011, 06:46 AM
thecrazycanuck thecrazycanuck is offline
 
Join Date: Jul 2010
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just manually edited the dependencies in the XML to raise the version level. Mod works fine for me running 4.1.2
Reply With Quote
  #48  
Old 03-18-2011, 06:50 AM
thecrazycanuck thecrazycanuck is offline
 
Join Date: Jul 2010
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've been trying to edit this mod so that it will give me previews of the first post's pagetext after the thread title. does anyone have any ideas on how to do that?

This is the code I have so far

PHP Code:
<div style="clear:both; border:1px dashed #c4c4c4; padding:10px; margin:10px 5px 5px 5px; background-color:#fefdf2;">
{
vb:raw $getpost_preview.(getposts_thread.firstpostid }
</
div
This is to insert the preview, it is in the right spot but nothing else works



I also inserted this to query the db to get the pagetext variable
PHP Code:
$getpost_previews $db->query_read("SELECT post.postid, post.pagetext")

while (
$getpost_preview $db->fetch_array($getpostpreviews)) 
Reply With Quote
  #49  
Old 05-31-2011, 02:19 PM
LordVader LordVader is offline
 
Join Date: Aug 2009
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BlackThorn View Post
Nope dear, it's not manual for using on your forumhome page. If you select it then it will doesn't work sorry. So really I'm bored when update this my hack : )
Hi Blackthorn

I know you stated in the message above that you were bored with this one, But I'm hoping you will try & look into adding a couple of extras if you can.

I know i asked you for help on your other mod, But I found this one & I Love It, And it displays perfectly, Colours & all.

Is there any way I can get the link for, (Mark Forums Read) To display beneath the stats ? I currently have your Stats plugin displayed beneath the Navbar, But the link for (Mark Forums Read) is all the way down at the bottom of the forum.

Thanks for reading.
Reply With Quote
  #50  
Old 06-21-2011, 04:47 AM
DirkD DirkD is offline
 
Join Date: May 2010
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oops...

System message from VB 4.1.4 :

Quote:
The following dependencies were not met:
This product is not compatible with version 4.1.4 of vBulletin. (Compatible starting with 4.0.0 / Incompatible with 4.0.99 and greater)
Reply With Quote
  #51  
Old 12-19-2011, 11:03 PM
Ryan1241 Ryan1241 is offline
 
Join Date: Mar 2011
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DirkD View Post
Oops...

System message from VB 4.1.4 :
I get the same message.. Would love to use it with VB 4.1.9
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 12:39 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.05686 seconds
  • Memory Usage 2,308KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)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