vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Links and Files Database (https://vborg.vbsupport.ru/showthread.php?t=60403)

Allan 04-28-2005 05:04 PM

Quote:

Originally Posted by AndrewD
It will be trivial, if fact even easier than that :)

yesssssssss, thanks AndrewD :)

AndrewD 04-28-2005 05:14 PM

Quote:

Originally Posted by sherykah
hello Andrew,

I've installed your this code onto my board and i like it very much. I would like to use it in a second version to collect information in a directory format. Your program is very simple to use and I want to know if a can use it again with one code change. I need to turn off the link verifcation system. I want a member to add information on a performance location that maynot have a web address. I will need to turn off the need to add a url and the verifcation of a url being added to every entry. Is this possible?

This is already coded - if you go to the admin page and set allow_null_links to 1, then the url field can be left empty. You may want to change some of the phrases to explain the consequences. You should probably also edit local_links.php, go to the section which starts
Code:

// #################### Add Entry
if ($_REQUEST['action'] == "addlink") {

and change the line
Code:

$linkurl = "http://";
to whatever you want to
Code:

$linkurl = "";
If you want to skip showing the url box altogether, then you need to edit the link_addnewlink templates, and change the line
Code:

<input type="text" class="bginput" name="linkurl" value="$linkurl" size="50" />
, e.g. to [code]<input type="hidden" name="linkurl" value="$linkurl" />

sherykah 04-28-2005 05:55 PM

Andrew,
Thank you very much.

FightRice.com 04-29-2005 12:59 AM

I installed this on my forums. And simply amazing.

good job andrewD and i don't feel like reading this whole 70page post so is there any useful information in it for some modifications to this for like a Drop down box(like the QuickLinks) and then be able to select Add Lnk, View Links And things like that

AndrewD 04-29-2005 03:59 AM

Quote:

Originally Posted by FightRice.com
I installed this on my forums. And simply amazing.

good job andrewD and i don't feel like reading this whole 70page post so is there any useful information in it for some modifications to this for like a Drop down box(like the QuickLinks) and then be able to select Add Lnk, View Links And things like that

Thanks

I don't think I've answered that question before ;)

What features would you like to see on a QuickLinks drop down? No promises...

emtee 04-29-2005 05:46 AM

It's very easy to make the Drop down box like vb3 default's Quick Links if you know a little bit HTML. Open navbar template and navbar_link template and read them. You should be able to figure it out how to make drop down links. Good luck!

AndrewD 04-30-2005 07:13 AM

Supported release is now 1.60b (see first post in this thread for details).

Andrew

Slave 04-30-2005 08:24 AM

Installed .. :)

Can't see anything wrong at the moment AndrewD .. nice job! .. :)

Allan 04-30-2005 08:35 AM

Quote:

Originally Posted by AndrewD
This is a good idea. I will make a couple of changes in 1.60b (coming this weekend) to show the new links:
- The home category display will indicate the number of new entries since the last visit, with a clickable link to display them all
- The "Show What's New" will do the same thing if *days_seen_on_portal* is set to zero.

I hope this what you want.


It was to add in this version AndrewD ?

AndrewD 04-30-2005 08:59 AM

Quote:

Originally Posted by Allan
It was to add in this version AndrewD ?

Yes, it's there.

The links home page now has a banner heading with a clickable line "N new entries since last visit". The pull down menu item "Show What's New" will show these entries provided the parameter *days_seen_on_portal* is set to 0.


All times are GMT. The time now is 03:56 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01837 seconds
  • Memory Usage 1,745KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete