Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)

Reply
 
Thread Tools Display Modes
  #21  
Old 04-12-2005, 05:29 AM
boiboi boiboi is offline
 
Join Date: Nov 2001
Location: san francisco, ca
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #22  
Old 04-12-2005, 09:39 AM
agiacosa agiacosa is offline
 
Join Date: Dec 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #23  
Old 04-12-2005, 03:37 PM
boiboi boiboi is offline
 
Join Date: Nov 2001
Location: san francisco, ca
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have vb 3.0.7 not sure if it works for phpbb
Reply With Quote
  #24  
Old 04-12-2005, 05:23 PM
agiacosa agiacosa is offline
 
Join Date: Dec 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #25  
Old 04-13-2005, 06:48 AM
dssmili dssmili is offline
 
Join Date: Jul 2003
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #26  
Old 04-13-2005, 12:14 PM
Neutral Singh's Avatar
Neutral Singh Neutral Singh is offline
 
Join Date: Sep 2004
Location: Sikh Philosophy Network
Posts: 545
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #27  
Old 04-13-2005, 12:53 PM
agiacosa agiacosa is offline
 
Join Date: Dec 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #28  
Old 04-13-2005, 01:55 PM
7casas's Avatar
7casas 7casas is offline
 
Join Date: Feb 2005
Location: Spain
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?...
Reply With Quote
  #29  
Old 04-14-2005, 12:00 PM
Neutral Singh's Avatar
Neutral Singh Neutral Singh is offline
 
Join Date: Sep 2004
Location: Sikh Philosophy Network
Posts: 545
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #30  
Old 04-14-2005, 12:34 PM
agiacosa agiacosa is offline
 
Join Date: Dec 2004
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
Reply

Thread Tools
Display Modes

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 01:05 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04521 seconds
  • Memory Usage 2,259KB
  • Queries Executed 13 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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