Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Kpt - LP Threads Details »»
Kpt - LP Threads
Version: 3.0, by kaptanblack kaptanblack is offline
Developer Last Online: Dec 2013 Show Printable Version Email this Page

Category: Forum Display Enhancements - Version: 3.7.x Rating:
Released: 02-03-2008 Last Update: 05-02-2008 Installs: 80
DB Changes Uses Plugins Template Edits Auto-Templates
Re-useable Code Code Changes Translations  
No support by the author.

LP Threads

You can put most reply threads, most view threads and latest thread at forumdisplay

Mark as Installed - Nominate for MOTM

Install

Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-lthreadfrmdisplay.xml' from your computer then press 'Import'...

Find in FORUMDISPLAY Template:

Code:
<if condition="$pagenav"><td align="$stylevar[right]">$pagenav</td></if>
</tr>
</table>
Add under:

Code:
<if condition="$vboptions[lthreadfrmdisplay_enable] == 1">
$lp_threadfrmb
</if>
Find in FORUMDISPLAY Template:

Code:
</tbody>
    <!-- end show no threads message -->
</if>
</table>
Add under:

Code:
<if condition="$vboptions[lthreadfrmdisplay_enable] == 1">
$lp_threadfrms
</if>
Update v1.0 to v2.0

Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-lthreadfrmdisplay.xml' from your computer, Allow Overwrite-> Yes, then press 'Import'...

Update v2.0 to v3.0

Go to your admin cp, then:
Plugin System -> Manage Products -> LP Threads >> Delete and then

Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-lthreadfrmdisplay.xml' from your computer, Allow Overwrite-> Yes, then press 'Import'...

Because all the template and plugins changed


Kpt - LP Threads

Go to your admin cp, then:
vBulletin Options -> LP Threads ->

Modifications Info v3.0

Plugin : 4
Phrases : 53
Template : 6
Setting : 20

Versions:
v1.0 - 4 February 2008
- First release

v1.0 - 4 February 2008
- Turkish Language Added

v2.0 - 4 February 2008
- Random Threads Table Added
- Phrases Updated

v3.0 - 3 May 2008
- Phrases Updated
- Added Thread Icons
- All the templates changed
- All plugins changed
- Added 3 setting in admincp
- Collapsible box Enable
- Right or Left column setting
- Thread information setting

v3.0 - 3 May 2008
- Added Turkish Language

Show Your Support

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

Comments
  #72  
Old 05-21-2008, 12:47 AM
lazytown lazytown is offline
 
Join Date: Feb 2004
Posts: 503
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kaptanblack View Post
Vissa you are wanting a lot of things Maybe i can make most of rated threads...

I checked this error on my forum and i didnt get error. Maybe my plugin chashing another plugin.
Sorry, they are just ideas. I'm just excited about your mod. I can probably implement most of them except the bug fix.

As for other plugins that might be conflicting with yours... What hook(s) do you think they might be using? When your plug-in is enabled, the error occurs on both forumhome and forumdisplay.. When I disable it, the error is gone. I'm wondering why it occurs on forumhome even when your plugin isn't active there...

thanks
-vissa
Reply With Quote
  #73  
Old 06-08-2008, 07:44 PM
Cs.Net Cs.Net is offline
 
Join Date: Dec 2007
Location: TR / İzmir
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks
Reply With Quote
  #74  
Old 06-08-2008, 08:04 PM
vbengland vbengland is offline
 
Join Date: Feb 2008
Location: İstanbul
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tesekkurler.
Reply With Quote
  #75  
Old 06-08-2008, 10:34 PM
kaptanblack's Avatar
kaptanblack kaptanblack is offline
 
Join Date: Mar 2007
Location: Turkey
Posts: 397
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for your commets guys (=
Reply With Quote
  #76  
Old 06-21-2008, 06:38 PM
aktifnet aktifnet is offline
 
Join Date: Jan 2007
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Teşekkürler.
Sorunsuz kurdum, Çok başarılı.
Reply With Quote
  #77  
Old 06-21-2008, 07:21 PM
kaptanblack's Avatar
kaptanblack kaptanblack is offline
 
Join Date: Mar 2007
Location: Turkey
Posts: 397
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aktifnet View Post
Teşekk?rler.
Sorunsuz kurdum, ?ok başarılı.
You're welcome..
Reply With Quote
  #78  
Old 06-27-2008, 06:19 PM
livefreetv livefreetv is offline
 
Join Date: Feb 2007
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First of all, Thanx for this great mod.

Can you modify it so that we can also put it on forumhome?
Reply With Quote
  #79  
Old 06-27-2008, 11:48 PM
kaptanblack's Avatar
kaptanblack kaptanblack is offline
 
Join Date: Mar 2007
Location: Turkey
Posts: 397
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by livefreetv View Post
First of all, Thanx for this great mod.

Can you modify it so that we can also put it on forumhome?
I'm not sure.. Maybe i can make of this.
Reply With Quote
  #80  
Old 06-28-2008, 12:26 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

edit:

The icons are missing. How would I go about tracing this?
Reply With Quote
  #81  
Old 06-28-2008, 01:08 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It would be nice to add a custom block. I want to add Latest Prayer Requests with two specific forums to pull from.
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 04: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.07189 seconds
  • Memory Usage 2,311KB
  • 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
  • (4)bbcode_code
  • (3)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