vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Mod re-write conversion... (https://vborg.vbsupport.ru/showthread.php?t=79226)

boiboi 04-12-2005 05:29 AM

Quote:

Originally Posted by Lizard King
If it is a perfect mode why nobody is trying to fix it out ?

Wow. It's fixed except that people just want to cut and paste, so no one reads through the 7 pages of posts. It's not a vb hack that someone support. It's a "tutorial." but it does work. And you can't say it doesn't if you've never tried it.

agiacosa 04-12-2005 09:39 AM

Quote:

Originally Posted by boiboi
Wow. It's fixed except that people just want to cut and paste, so no one reads through the 7 pages of posts. It's not a vb hack that someone support. It's a "tutorial." but it does work. And you can't say it doesn't if you've never tried it.

boiboi,

Don't jump to conclusions. I've put together a phpBB2 style mod instruction set that not only takes into account the 7 pages of posts in the Revised Dani thread, but also the original Dani thread (21 pages) and the post at The Admin Zone. I've done all those fixes and still have problems.

If you have it implemented, does your merge threads work? How about the link to go to last post?

boiboi 04-12-2005 03:37 PM

I have vb 3.0.7 not sure if it works for phpbb

agiacosa 04-12-2005 05:23 PM

Quote:

Originally Posted by boiboi
I have vb 3.0.7 not sure if it works for phpbb

It is a vB mod but just in the phpBB2 mod format.

dssmili 04-13-2005 06:48 AM

It is a disaster here, all links are bad.
I got links like http://www.dssftp.com/forum/f71-.html
Obviously the "-" is n the wrong place or something.

mili

It helps if you don't do this at 4am in the morning.
I forgot to upload the modified PHP files.
It is working fine, will test for bugs tomorrow.

mili

Neutral Singh 04-13-2005 12:14 PM

You can use conditionals around to Keith's Mod-write hack to restrict its implementation to guest only... just check out my website... i have installed this hack succesfully (username:test, password: test).

Have a look at the Site Navigation Menu (left hand side)... as a guest, you would see some links with .html extensions but as soon as you login... the same links convert to .php extensions... and my google ranking are also improving dramatically after i implemented this modification... :)

i am planning on using conditionals around every modification suggested by Keith...

Regards

in that Kieth's thread on daniweb... the .htaccess file in the packaged in the hack thread is wrong... if you read through the 2-3 pages under that thread, there is another .htaccess file provided which worked perfectly for me.

agiacosa 04-13-2005 12:53 PM

Quote:

Originally Posted by amanpartaps
You can use conditionals around to Keith's Mod-write hack to restrict its implementation to guest only... just check out my website... i have installed this hack succesfully (username:test, password: test).

Have a look at the Site Navigation Menu (left hand side)... as a guest, you would see some links with .html extensions but as soon as you login... the same links convert to .php extensions... and my google ranking are also improving dramatically after i implemented this modification... :)

i am planning on using conditionals around every modification suggested by Keith...

Regards

in that Kieth's thread on daniweb... the .htaccess file in the packaged in the hack thread is wrong... if you read through the 2-3 pages under that thread, there is another .htaccess file provided which worked perfectly for me.

Would you kindly post an example of the conditional statement you used? Also, I would appreciate it if you would post the .htaccess you used.

7casas 04-13-2005 01:55 PM

It is possible to modify the links of the posts?
Like this:
www.mysite.com/post_title_1
and not:
www.mysite.com/showthread.php?...

Neutral Singh 04-14-2005 12:00 PM

Quote:

Originally Posted by agiacosa
Would you kindly post an example of the conditional statement you used? Also, I would appreciate it if you would post the .htaccess you used.

Hi agiacosa :)

I have used basic vB conditionals system, for example :
(I preassume that that Keiths Modification are working for you)

<if condition="$show['member']">
> <b><a href=/sikhphilosophy/forumdisplay.php?f=132>Articles</a></b><br />
<else />
> <b><a href=/sikhphilosophy/f132-spn-articles-section.html>Articles Section</a></b><br />
</if>



The .htacess file that did the trick for me was :

Quote:

RewriteEngine On
Options +FollowSymLinks
RewriteRule ^t([0-9]+)-(.*).html$ showthread.php?t=$1 [L]
RewriteRule ^lastpostinthread([0-9]+).html$ showthread.php?goto=lastpost&t=$1 [L]
RewriteRule ^newpostinthread([0-9]+).html$ showthread.php?goto=newpost&t=$1 [L]
RewriteRule ^f([0-9]+)-(.*).html$ forumdisplay.php?forumid=$1 [L]

I hope it works for you all.

Regards

agiacosa 04-14-2005 12:34 PM

Quote:

Originally Posted by amanpartaps
Hi agiacosa :)

I have used basic vB conditionals system, for example :
(I preassume that that Keiths Modification are working for you)

<if condition="$show['member']">
> <b><a href=/sikhphilosophy/forumdisplay.php?f=132>Articles</a></b><br />
<else />
> <b><a href=/sikhphilosophy/f132-spn-articles-section.html>Articles Section</a></b><br />
</if>



The .htacess file that did the trick for me was :




I hope it works for you all.

Regards

Thank you.

Are you able to merge threads?

Quote:

Originally Posted by agiacosa
Thank you.

Are you able to merge threads?

Also, the mod requires changes to php files. Did you do the conditionals there too?


All times are GMT. The time now is 01:07 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.01046 seconds
  • Memory Usage 1,749KB
  • 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
  • (8)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