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
Replace URL's With Page Title Details »»
Replace URL's With Page Title
Version: 1.1, by Jafo232 Jafo232 is offline
Developer Last Online: Oct 2022 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.6.8 Rating:
Released: 08-21-2007 Last Update: 08-21-2007 Installs: 467
Uses Plugins
 
No support by the author.


This product will automatically take any incoming parsed link and display the title of that page instead of showing the URL.

Example:

https://vborg.vbsupport.ru/index.php

Is how URL's are displayed by default, after adding this plugin, automatically the page title of that URL will be displayed and linked:

VBulletin.org Forum

The only thing required to install is to upload the product file (see readme in attached file).

For those asking what the difference is between this mod, and a similar one, see my post here:

https://vborg.vbsupport.ru/showpost....7&postcount=23

Limitations:
  • If the page has no title tag, only the URL will be displayed.
  • If the title tag does not appear within the first 1000 lines of the page, only the URL will be displayed. To keep the script from locking on URL's that go to large files or other large documents that could put a strain on the server and timeout a post, only the first 1000 lines are accepting when retrieving the page information.
  • Links on pages posted prior to adding this mod will not be updated.
Changelog:
  • Aug 22-2007: Fixed issue where functions might redeclare themselves, especially with shoutbox.
(note 49 downloads v1.0)

If you enjoy this mod, please nominate it for mod of the month (MOTM).

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Avimelech

Comments
  #132  
Old 05-14-2008, 04:04 AM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is the entire thread title in the PAGE TITLE? If not, then it will not show up.
Reply With Quote
  #133  
Old 05-14-2008, 05:43 AM
Newfarm Newfarm is offline
 
Join Date: Nov 2007
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes it is but I'm starting to wonder if the transition to vb 3.7 have pushed the title more then 1000 chars down for me (just to clarify, it's probably the style I'm using, not 3.7 per se).
Reply With Quote
  #134  
Old 05-14-2008, 01:34 PM
Jafo232 Jafo232 is offline
 
Join Date: May 2004
Posts: 1,122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I would edit the template then and get the title towards the top of the page (where it belongs )..
Reply With Quote
  #135  
Old 06-06-2008, 01:12 PM
bc3tech bc3tech is offline
 
Join Date: Mar 2007
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hm. i installed this and verified the plugin is running and whatnot, but don't see the desired behavior.
does it happen after a particular amount of time?
should i see it on a "preview" or "go advanced" (from quick reply)?

any steps you'd like me to try for debugging purposes?

also, have you considered writing an admin maintenance task that would process all the links posted prior to installing this mod? would be most awesome.

i'm also finding that altering the plugin (basically clicking "save" after doing "edit" on the plug) after installation is impossible. every time i try i get a Service Temporarily Unavailable error from the site. However i can do anything else i want w/ any other plugins i have installed. the only way i've been able to change the plugin code is to change it in the XML and re-upload w/ overwrite... pretty weird if i do say so myself (and i do)
Reply With Quote
  #136  
Old 06-09-2008, 07:10 PM
falconKing falconKing is offline
 
Join Date: Aug 2007
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, I'm getting this error message from time to time in my error_log file on my 370Gold board:

PHP Code:
Fatal errorMaximum execution time of 30 seconds exceeded in /home/********/public_html/vb/includes/functions_newpost.php(175) : eval()'d code on line 58 
I have been advised by the vB team with the following:

Quote:
Originally Posted by Wayne Luke
You have a plugin on the url_to_bbcode hook that is taking more than 30 seconds to complete its work. You will either need to fix the plugin, get support from its author or increase the max_execution time in your php.ini file to accomodate this.

The first two options are the preferable ones.
How can I resolve this, please?

Thanks!
Reply With Quote
  #137  
Old 06-09-2008, 07:43 PM
bc3tech bc3tech is offline
 
Join Date: Mar 2007
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by falconKing View Post
Hi, I'm getting this error message from time to time in my error_log file on my 370Gold board:

PHP Code:
Fatal errorMaximum execution time of 30 seconds exceeded in /home/********/public_html/vb/includes/functions_newpost.php(175) : eval()'d code on line 58 
I have been advised by the vB team with the following:



How can I resolve this, please?

Thanks!
looks like some user has put in a link that's taking more then 30s to resolve, so likely their link is "bad"
Reply With Quote
  #138  
Old 06-10-2008, 04:34 AM
falconKing falconKing is offline
 
Join Date: Aug 2007
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@ bc3tech - Thanx for your reply, I think that's what happened!
Reply With Quote
  #139  
Old 06-10-2008, 12:21 PM
bc3tech bc3tech is offline
 
Join Date: Mar 2007
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

np; ideally this mod would account for that as well...

I wonder when Jafo's going to get around to addressing the other concerns posted here.
Reply With Quote
  #140  
Old 06-11-2008, 01:01 PM
Super Jinni Super Jinni is offline
 
Join Date: Mar 2008
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bc3tech View Post
np; ideally this mod would account for that as well...

I wonder when Jafo's going to get around to addressing the other concerns posted here.
what do you mean?
Reply With Quote
  #141  
Old 06-12-2008, 07:25 AM
iettafune iettafune is offline
 
Join Date: Dec 2007
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

work on 3.7.1 PL1????
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 01:31 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.05217 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
  • (2)bbcode_php
  • (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
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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