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

Reply
 
Thread Tools
Advanced Last X Thread in Marquee,JavaScript with External Options 2.2 Details »»
Advanced Last X Thread in Marquee,JavaScript with External Options 2.2
Version: 2.3.0, by Almotmaiz.Net Almotmaiz.Net is offline
Developer Last Online: Oct 2013 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.6.x Rating:
Released: 06-06-2007 Last Update: 10-24-2007 Installs: 353
Uses Plugins Auto-Templates
Translations  
No support by the author.

================
??? ???? ?????? ??????
================
Please remember to click Mark as Installed if you use this modification.
Support questions from members who have not marked this as installed will be considered low priority.
Thanks to all who nominated this for the MOTM
Click here to vote
================
ABOUT THIS MOD
this mod Show Last Thread Order by ,Lastpost,thread Datelline, Sticky Threads, Most Views,Most Replies - In Marquee , JavaScript Effects

ADVNTAGES IN THIS MOD
  • without templates edit
  • effectively OR ineffectively Hack from CP
  • Option to SELECT showing type"ordering by"
    • Lastpost
    • thread Datelline
    • Sticky Threads
    • Most Views
    • Most Replies
  • Option to SELECT showing style
    • Marquee
    • JavaScript Effects
  • Option to Determining LIMITATION threads
  • Option to Shortening titles
  • Option to Determining Characters to short title
  • Option to SELECT Display Place:-
    • FORUMHOME-before forums
    • FORUMHOME-after forums
    • after navbar
    • before Footer
    • before footer
    • manuall
  • Option to SELECT Display in
    • NO Table
    • Table with collapse
    • Table without collapse
  • Option to show Author name
  • Option to show lastposter name
  • Option to show views count
  • Option to show replies count
  • Option to SELECT javascript effect
  • Option to Determining javascript speed
  • Option to SELECT link target
  • Option to Determining Marquee speed
  • Option to SELECT Marquee hight
  • Show names colors via usergroup
  • Option to show Date & Time
  • Option to externaled as ifame , javascript
  • Option to show thread info such as (lastposter , time .. etc) in link title
  • Option to SELECT special groups to see this mod
  • Option to show thread icon new 2.3.0
  • Option to choose one of many pre-defined styles for the titles to show, or you can even use your own personnalized CSS style. new 2.3.0
Note:
  1. All the above options are set in the vBulletin Options.
  2. The mod has been fully translated to French, Arabic, and German. You are kindly encouraged to contribute to this mod by translatic it to your language and sending it back to us so that we may include it in the official package.
I hope to see your developmental notice:up:

Thanx to webmaster74 to translated product to English , French


HOW TO INSTALL?
  • import product into vbulletin as a product in ur forum
  • edit the hacks settings area vBulletin Options
  • FINISH !!
HOW TO UPGRADE?
  • import product into vbulletin as a product in ur forum (Overwrite)
  • FINISH !!
HOT TO USE EXTERNAL OPTION?
ifame link :-
Code:
http://yorDomain.com/Vb-Root/external.php?type=iFrame
e.g.
HTML Code:
<iframe height="20" marginwidth="0" width="100%" scrolling="no" src="http:/website.com/external.php?type=iFrame" frameborder="0" marginheight="0"></iframe>
JavaScript :- (API)
Code:
http://yorDomain.com/Vb-Root/external.php?type=JavaScript
for more information see : Implementing the External Data Provider

vBadvanced CMPS Users.
#1. Go to AdminCP
#2. vBa CMPS
#3. Edit Pages
#4. chose page - e.g "Homepage"
#5. put in "Portal Output Global Variables"
Code:
lxt
lxt_bit
#6. Save !!
see this DEMO pic.

VERSION HISTORY

Version 2.3.0
  • Add Option to show thread icon - 25/10/2007
  • Added the function to show titles according to the permissions of the usergroup of each user in each category - 25/10/2007
  • Added a function to let you choose one of many pre-defined styles for the titles to show, or you can even use your own personnalized CSS style. - 25/10/2007
  • The issue of html code appearing in the titles where a title includes special non-ascii characters was also addressed and correctly fixed - 25/10/2007
  • The issue related to the presence of an apostrophe (') in the username was also addressed. - 25/10/2007
  • All other problems that we were made aware of, were correctly fixed.
Version 2.2
  • Add Option to show Author name - 15/6/2007
  • Change Add new places to show - 15/6/2007
  • Add 2 JavaScript works in All browser - 15/6/2007
  • Add Option to show thread info such as (lastposter , time .. etc) in link title - 15/6/2007
  • Add Option to SELECT special groups to see this mod - 15/6/2007
  • Add Option to show in external pages using (ifame, JavaScript) - 15/6/2007
  • Change Add new show style
Version 2.1
  • Add Option to show Date & Time - 8/6/2007
  • Add show names colors via usergroup - 8/6/2007
  • Add Option to SELECT Marquee hight - 8/6/2007
  • Add Automatically parse titles if have BBCODE in - 8/6/2007
  • Change Show in Table - Add more options - 8/6/2007

Supporters / CoAuthors

Show Your Support

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

Comments
  #172  
Old 04-12-2008, 09:36 AM
Doctor Death Doctor Death is offline
 
Join Date: Dec 2005
Posts: 449
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great addon. One issue: When displaying the date/time of last post in the marquee using Java effects, the date and time fields are mislabled... date shows time and time shows date.

THis may have been addressed already but the thread is so long I didnt sift through them.

Any idea how to properly label?

Thanks

www.ddsog.com/forums
Reply With Quote
  #173  
Old 04-12-2008, 03:19 PM
Total666 Total666 is offline
 
Join Date: Jan 2006
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I get this error sometimes in the forum .. Ideas ??

Database error in vBulletin 3.6.9:

Invalid SQL:

SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount,
thread.lastposter, thread.dateline, thread.postusername, thread.postuserid, thread.iconid,
IF(views<=replycount, replycount+1, views) AS views, thread.visible, thread.open,
user.username, user.userid, user.usergroupid,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM thread AS thread
LEFT JOIN user AS user ON (user.username = thread.lastposter)
WHERE NOT ISNULL(thread.threadid) AND thread.visible = '1' AND thread.open != '10'
AND thread.forumid NOT IN(4,8,3,5,164,151,152,204,205,622,644,6,7,11,12,1 67,172,20,,4,8,3,5,164,151,152 ,204,205,622,644,6,7,11,12,165,166,167,172,221,222 ,0)
ORDER BY lastpost DESC
LIMIT 0, 10;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '4,8,3,5,164,151,152,204,205,622,644,6,7,11,12,165 ,166,167,172,221,222,0)
' at line 9
Error Number : 1064
Date : Saturday, April 12th 2008 @ 11:11:39 AM
Reply With Quote
  #174  
Old 04-15-2008, 05:33 PM
NNJJ NNJJ is offline
 
Join Date: Dec 2001
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I lost the function for java, its working only as marq.
Reply With Quote
  #175  
Old 04-20-2008, 06:05 AM
myown myown is offline
 
Join Date: Jan 2007
Posts: 145
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does it work for 3.7 ?
Reply With Quote
  #176  
Old 04-21-2008, 12:22 PM
fukdawrld fukdawrld is offline
 
Join Date: Nov 2005
Posts: 147
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will this werk for 3.7
Reply With Quote
  #177  
Old 04-23-2008, 05:52 AM
asasi asasi is offline
 
Join Date: Mar 2003
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi
I saw on a forum home page that two copies of this hack was working.
There was two columns . one of them show latest posts on some forums (for example download forums) and another one shows all other new posts (on all other forums)
I used another latest threads on forumhome for one of them but I think this affect on performance. is a better way with this hack?

thanks
Reply With Quote
  #178  
Old 04-23-2008, 06:04 AM
asasi asasi is offline
 
Join Date: Mar 2003
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Another question
how can I change "Last 10 Posts" subject in forumhome? is this in phrases or templates?
Reply With Quote
  #179  
Old 05-04-2008, 03:42 AM
Mr.samy's Avatar
Mr.samy Mr.samy is offline
 
Join Date: Feb 2008
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

good job man ,

But not work with 3.7.0 gold ...
Reply With Quote
  #180  
Old 05-05-2008, 03:38 PM
haytham's Avatar
haytham haytham is offline
 
Join Date: Jan 2003
Location: USA-Egypt-UAE
Posts: 510
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Says who? It's working fine on 3.7.0.
Reply With Quote
  #181  
Old 05-22-2008, 12:45 AM
bitbender's Avatar
bitbender bitbender is offline
 
Join Date: Jan 2002
Location: Sorta near Dallas, Texas
Posts: 166
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Aye, I had no issues n 3.7, except the Java effects are lost. And it doesn't seem to retain excluded user group settings for me either.. Pity, I liked this mod a lot back in 3.6.
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 07:14 PM.


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.19497 seconds
  • Memory Usage 2,330KB
  • 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
  • (3)bbcode_code
  • (1)bbcode_html
  • (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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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