vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Board Optimization - Forum Archive List Forum Footer (https://vborg.vbsupport.ru/showthread.php?t=134102)

ErolALP 03-17-2008 10:27 PM

teşekkürler atakan bey.

ArnyVee 04-10-2008 11:17 PM

Quote:

Originally Posted by R-D (Post 1461771)
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?

Super Jinni 05-02-2008 03:55 AM

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?

Tom_S 05-02-2008 04:02 AM

How did you get them in the header? You have a link?

Super Jinni 05-02-2008 04:23 AM

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..!

Tom_S 05-02-2008 05:23 AM

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.

Super Jinni 05-02-2008 05:28 AM

Quote:

Originally Posted by Tom_S (Post 1505390)
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

:)

Super Jinni 05-02-2008 06:05 AM

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

:)

ArnyVee 05-02-2008 05:23 PM

Works great. :)

Goksel1001 06-21-2008 06:28 PM

Teşekkürler


All times are GMT. The time now is 09:39 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.01302 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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