Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
BF-Footer Link Manager Details »»
BF-Footer Link Manager
Version: 2.1.0, by zbahadir zbahadir is offline
Developer Last Online: Dec 2014 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.2.x Rating:
Released: 11-26-2010 Last Update: Never Installs: 99
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

BF-Footer Link Manager = Footer links sharing manager

vBulletin 4.0.x - 4.2.x Compatible

1. When set to display a link
2. Group-based representation
3. Appears on all pages
4. Sort links can be made
5. text and picture links available
6. Per link you can add another tag
HTML Code:
rel = "nofollow" target = "_blank"

Demo Page:
http://bilgivadisi.com/forum.php

T?rk?e Destek Sayfası
http://bilgivadisi.com/f400/bf-foote...-1-0-pro-50604

Tested working with vB42. :up:

Download Now

File Type: zip BF-Footer Link Manager v2.1.0.zip (7.7 KB, 756 views)

Screenshots

File Type: png link list.PNG (10.0 KB, 0 views)
File Type: png mainview.PNG (10.5 KB, 0 views)
File Type: png menu.PNG (3.8 KB, 0 views)
File Type: png settings and addlinks.PNG (39.2 KB, 0 views)
File Type: png settings.PNG (40.8 KB, 0 views)

Show Your Support

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

Comments
  #12  
Old 11-27-2010, 01:26 PM
haidm haidm is offline
 
Join Date: Feb 2010
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by zbahadir View Post
chane name or title size;
phpMyAdmin or vBulletin Execute SQL Query

Example title size 50 to 100 characters;
PHP Code:
ALTER TABLE `bffooterlinkmanagerCHANGE `name` `nameVARCHAR100 CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL 


for all links?
or
please example screenshots
How about URL Title?
And I want center all text link in red area (see in image).
Attached Images
File Type: jpg Untitled.jpg (71.6 KB, 0 views)
Reply With Quote
  #13  
Old 11-27-2010, 02:27 PM
zbahadir's Avatar
zbahadir zbahadir is offline
 
Join Date: Jun 2006
Location: TRABZON/TR
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by haidm View Post
How about URL Title?
And I want center all text link in red area (see in image).
Title change size
PHP Code:
ALTER TABLE `bffooterlinkmanagerCHANGE `title` `titleVARCHAR100 CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL 
All text link center;

Find template = forumhome_footerlinkmanager
Delete all content
İnsert new content and save;

PHP Code:
<div class="collapse wgo_block block" id="wgo" style="margin-top: 5px; margin-bottom: 5px">
   <
h2 class="blockhead">{vb:raw vboptions.footerlinkmanager_bloktitle}</h2>
   <
div class="blockbody formcontrols floatcontainer" style="padding: 5px">
   {
vb:raw  linksRes}
   </
div>
   <
div class="blockbody formcontrols floatcontainer" style="padding: 5px" align="center">
   <
vb:if condition="$vboptions['footerlinkmanager_blokdesc_en']">
   <
class="subforumdescription" style="margin-bottom: 1px">
   {
vb:raw vboptions.footerlinkmanager_blokdesc}</p>
   </
vb:if>
   <
class="subforumdescription">
   {
vb:raw  links}</p>
   </
div>
</
div
Reply With Quote
  #14  
Old 11-27-2010, 02:44 PM
haidm haidm is offline
 
Join Date: Feb 2010
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by zbahadir View Post
Title change size
PHP Code:
ALTER TABLE `bffooterlinkmanagerCHANGE `title` `titleVARCHAR100 CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL 
All text link center;

Find template = forumhome_footerlinkmanager
Delete all content
İnsert new content and save;

PHP Code:
<div class="collapse wgo_block block" id="wgo" style="margin-top: 5px; margin-bottom: 5px">
   <
h2 class="blockhead">{vb:raw vboptions.footerlinkmanager_bloktitle}</h2>
   <
div class="blockbody formcontrols floatcontainer" style="padding: 5px">
   {
vb:raw  linksRes}
   </
div>
   <
div class="blockbody formcontrols floatcontainer" style="padding: 5px" align="center">
   <
vb:if condition="$vboptions['footerlinkmanager_blokdesc_en']">
   <
class="subforumdescription" style="margin-bottom: 1px">
   {
vb:raw vboptions.footerlinkmanager_blokdesc}</p>
   </
vb:if>
   <
class="subforumdescription">
   {
vb:raw  links}</p>
   </
div>
</
div
Thank you for support.
Reply With Quote
  #15  
Old 11-27-2010, 03:49 PM
acezakj acezakj is offline
 
Join Date: May 2010
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there a way i can just take the tag part out ?
Reply With Quote
  #16  
Old 12-01-2010, 02:24 PM
starman? starman? is offline
 
Join Date: Apr 2008
Posts: 181
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tagged
Reply With Quote
  #17  
Old 12-01-2010, 08:11 PM
lomalove lomalove is offline
 
Join Date: Jul 2008
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

very nice
Reply With Quote
  #18  
Old 12-02-2010, 05:13 PM
tomerl1 tomerl1 is offline
 
Join Date: Feb 2009
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,
I'am from Austria.

Installation is ok.
Sorry, Where is it Now the Link Manager? How can I post links?

SG
Tom

edit: is ok!

Thanks
Reply With Quote
  #19  
Old 12-11-2010, 04:15 AM
onehost onehost is offline
 
Join Date: Jul 2006
Posts: 378
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Vb 4.1.0 Pl2 = Ok
Reply With Quote
  #20  
Old 02-06-2011, 12:03 PM
tlwwolfseye's Avatar
tlwwolfseye tlwwolfseye is offline
 
Join Date: Dec 2008
Location: Germany
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by haidm View Post
How about URL Title?
And I want center all text link in red area (see in image).
Why please do you have so large images, while when I add one, it even gets resized smaller than the one I put originally there ? I don't see any options for changing image size or why it would resize at all.

Help ?
Reply With Quote
  #21  
Old 02-06-2011, 01:15 PM
zbahadir's Avatar
zbahadir zbahadir is offline
 
Join Date: Jun 2006
Location: TRABZON/TR
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by tlwwolfseye View Post
Why please do you have so large images, while when I add one, it even gets resized smaller than the one I put originally there ? I don't see any options for changing image size or why it would resize at all.

Help ?
image size option add to next version.
Reply With Quote
Reply

Thread Tools

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 10:48 AM.


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.05162 seconds
  • Memory Usage 2,366KB
  • 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
  • (1)bbcode_html
  • (5)bbcode_php
  • (5)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
  • (7)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete