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)
-   -   Major Additions - Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=119041)

AndrewD 02-20-2007 03:53 PM

Quote:

Originally Posted by Mupetz (Post 1186779)
Can anybody make a short tutorial on HOW TO set the mod_rewrite to the script ?
The steps you made to make it work.
Please

Following the wiki instructions doesn't give me any positive results.
Yes, again, i'm using vbseo but the vbseo has nothing to do with this.

Andrew, the Bold quote didn't helped me at all.

Sorry you are having problems.

This is what I do:

- ensure that mod_rewrite is loaded and enabled in Apache (see Apache documentation)

- include a set of lines like the following in the Apache httpd.conf file (I'm using Virtual servers, so if you are not, you'd move these lines into the main body of the apache config, also ignore the 'server name' and document root lines)

Code:

<VirtualHost *>
        ServerName vb36
        DocumentRoot "r:/websites/vb36"
        RewriteEngine on
        RewriteRule local_links/links/(.+)/(.+) local_links.php?catid=$1&linkid=$2 [R]
        RewriteRule local_links/links/(.+)      local_links.php?catid=$1 [R]
        RewriteRule local_links/jump/(.+)/(.+)  local_links.php?action=jump&id=$1&catid=$2 [R]
        RewriteRule local_links/jump/(.+)      local_links.php?action=jump&id=$1 [R]
        RewriteRule local_stream/(.+)          local_stream.php?action=stream&id=$1 [R]
</VirtualHost>

Once this is done, LDM will accept urls like yoursite/local_links/link/2/1 to go to category 2, id 1

- Go into LDM admin/settings and turn on seo_friendly. ow LDM will also generate these urls.


OK?

TheWhite 02-20-2007 04:49 PM

Quote:

Originally Posted by AndrewD (Post 1186776)
Am happy to take a look at your site if you wish - send me a PM with details - I will need an admin account that has permission to add new plugins, so that if necessary I can install a debugger.


You have a PM

Regards

AndrewD 02-20-2007 05:44 PM

I think you meed to add mimetype info for rars to your vb filetype table

AndrewD 02-20-2007 06:12 PM

Apologies to anyone who has experienced problems with the "suggest entries like" feature in the 2.2.7 RC.

To fix these, replace local_links_search.php in your main forums directory.

akulion 02-20-2007 07:11 PM

i tried using this
but its just too complicated :p for a simpleton like me

AndrewD 02-20-2007 07:54 PM

Quote:

Originally Posted by akulion (Post 1186938)
i tried using this
but its just too complicated :p for a simpleton like me

What's the problem? How can we help?

Slave 02-21-2007 01:38 AM

Quote:

Originally Posted by AndrewD (Post 1186517)
Sorry about that. Edit local_links.php, go to line 526 and put a dollar sign in front of vbphrase and change the parentheses
Code:

                $hit = record_hit($vbulletin->GPC['linkid'], construct_phrase(vbphrase('ll_null_link', $viewlinkname)), $LINK_OK);
should be

Code:

                $hit = record_hit($vbulletin->GPC['linkid'], construct_phrase($vbphrase['ll_null_link'], $viewlinkname), $LINK_OK);

If only I had such Slaves in the office :)

Sorted .. thanks :)

Slave 02-21-2007 01:39 AM

Quote:

Originally Posted by AndrewD (Post 1186896)
Apologies to anyone who has experienced problems with the "suggest entries like" feature in the 2.2.7 RC.

To fix these, replace local_links_search.php in your main forums directory.

Any difference to the one before that worked for me Andrew?

AndrewD 02-21-2007 04:10 AM

Quote:

Originally Posted by Slave (Post 1187157)
Any difference to the one before that worked for me Andrew?

No - they are the same. Currently, the final 2.2.7 will include this fix and also minor changes on the admin page/mass edit

Mupetz 02-21-2007 08:13 AM

Your support is way to kind Andrew, thank you.

I don't have access to the apache configuration, i'm running on normal godaddy hosting plan.
I can assure You that the mod_rewrite is activated, vbseo and vblogetin seo are working good with .htaccess commands ; i don't see why LDM shouldn't.

Normally, the mod_rewrite commands you quoted should work with the .htaccess file, but it doesn't. When i'm clicking some LDM category shown as /local_links/jump/1/1 , i'm getting "No input file specified".

Inside the LDM admin settings there is an option :
Quote:

mod_rewrite
File containing LDM mod_rewrite definitions. See manual: this is not a general-purpose replacement for the apache mod_rewrite facility.
I'm thinking this may be the problem if the error is "No input file specified"
I also made a text file with the mod_rewrite rules and added the path to this mod_rewrite setting, getting the same error.

I had this problem with 2.2.6 , update to 2.2.7 didn't do any good :)
The script is running well, i'm not complaining, but if i could make the seo links it would be better.
Thanks again.


All times are GMT. The time now is 04:57 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.03585 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_code_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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