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
Forum Archive List Forum Footer Details »»
Forum Archive List Forum Footer
Version: 0.0.1, by Atakan KOC Atakan KOC is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Board Optimization - Version: 3.6.8 Rating:
Released: 12-15-2006 Last Update: 12-15-2006 Installs: 116
Uses Plugins
 
No support by the author.

Forum Archive List Forum Footer

install


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

Plugin : 1
Phrases : 0
Template : 0
Setting : 0

0.0.1 Initial Version.

TvPano - Yabancı Dizi - Yerli Dizi - Anime

Show Your Support

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

Comments
  #92  
Old 03-17-2008, 10:27 PM
ErolALP's Avatar
ErolALP ErolALP is offline
 
Join Date: Mar 2008
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

teşekkürler atakan bey.
Reply With Quote
  #93  
Old 04-10-2008, 11:17 PM
ArnyVee's Avatar
ArnyVee ArnyVee is offline
 
Join Date: Mar 2008
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by R-D View Post
Here you go, Boofo. Here's two versions, both tested on 3.6.8.

Both show links based on what the user has permission to see. product-falf-perms-all.xml shows the archive links to all users, while product-falf-perms.xml only shows the links to guests (group 1).

*Both products now also include the photoplog fix*
You'll need to uninstall Atakan KOC's original product before installing either of these.


Basically, for the permissions part, I changed:
Code:
foreach ($vbulletin->forumcache AS $forum)
	{
		$forum_sira[$forum['forumid']] = $forum['forumid'];
	}
to:
Code:
foreach ($vbulletin->forumcache AS $forum)
	{
	$forumpermas = $vbulletin->userinfo['forumpermissions'][$forum['forumid']];
		if (($forumpermas & $vbulletin->bf_ugp_forumpermissions['canview']) OR ($forumpermas & $vbulletin->bf_ugp_forumpermissions['canviewthreads']) OR ($forumpermas & $vbulletin->bf_ugp_forumpermissions['canviewothers']))
		{
			$forum_sira[$forum['forumid']] = $forum['forumid'];
		}
	}

So, am I right to say that if I'd like to make sure that my registered users don't see these 'search engine friendly' links, I would install the 2nd xml file?
Reply With Quote
  #94  
Old 05-02-2008, 03:55 AM
Super Jinni Super Jinni is offline
 
Join Date: Mar 2008
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok

I think I'm having a problem here

the links are in the header too

how can I fix this problem?

anyone helps please?
Reply With Quote
  #95  
Old 05-02-2008, 04:02 AM
Tom_S Tom_S is offline
 
Join Date: Jan 2007
Location: VA Beach
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How did you get them in the header? You have a link?
Reply With Quote
  #96  
Old 05-02-2008, 04:23 AM
Super Jinni Super Jinni is offline
 
Join Date: Mar 2008
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't how I got them in the header

check this

http://forums.algetal.com

and it's not just me.. some other guys report about this problem too

by the way

the forums are in Arabic..

another problem I think I'm having it but I'm not sure about it
when I press on any links, it should open page which contain threads names, but it is not working with me in this way, it shows me the main home page with links to each forum then I have to press on any forum to show its content of threads..

I don't know why..!
Reply With Quote
  #97  
Old 05-02-2008, 05:23 AM
Tom_S Tom_S is offline
 
Join Date: Jan 2007
Location: VA Beach
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The first part I am going to guess you are having an issue with another mod interfering with this one. The second part if you will read back through this mod you will find the fix for that. Hope that helped a little.
Reply With Quote
  #98  
Old 05-02-2008, 05:28 AM
Super Jinni Super Jinni is offline
 
Join Date: Mar 2008
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tom_S View Post
The first part I am going to guess you are having an issue with another mod interfering with this one.
I guess so
I think it has something to do with this style, because there is no such problem if I use the default stlye

and I don't know how to fix it..

if anyone can, please tell me..

thanks man

Reply With Quote
  #99  
Old 05-02-2008, 06:05 AM
Super Jinni Super Jinni is offline
 
Join Date: Mar 2008
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, I've fixed the both problems that I had
the first one I there was a html which is <body> </body> included in the advertising code in the header.. when I deleted the links disappeared from the header

the second one I found how to fix it in this thread

thank you

Reply With Quote
  #100  
Old 05-02-2008, 05:23 PM
ArnyVee's Avatar
ArnyVee ArnyVee is offline
 
Join Date: Mar 2008
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great.
Reply With Quote
  #101  
Old 06-21-2008, 06:28 PM
Goksel1001 Goksel1001 is offline
 
Join Date: May 2007
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Teşekkürler
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:51 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.08545 seconds
  • Memory Usage 2,307KB
  • 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_code
  • (2)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