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)
-   -   Miscellaneous Hacks - Thread Prefixes (https://vborg.vbsupport.ru/showthread.php?t=123033)

tspore 11-18-2007 04:36 AM

Ok well I was looking at the search feature, and basically I think I can make it work, but I need to know how to include multiple forums.
mydomain.com/forum/forumdisplay.php?f=35&daysprune=-1&threadprefix=Astronomy/Long%20Exposure
f=35 is the forum. How can I do something like - 35 and forum 20 ?

Thanks!!!

shaynehammy 11-20-2007 06:37 PM

Is there a way to choose graphics rather than words? Like somethingawful.com??

Luerssen 11-24-2007 07:52 PM

thanks

mykkal 11-26-2007 05:14 AM

Is there a way to designate pre-fixes that can be used by moderators and admins only?

Just curious. If anyone knows how to modify that please let me know. I really could use this. There are some pre-fixes I want any user to use. And then there are pre-fixes that I want only my admins and moderators to have access too.

mykkal 11-26-2007 08:29 AM

Does anyone know if this works with 3.6.8 (p2)? I'm getting an error that is telling me to:

"Please select an appropriate thread prefix from the drop down list beside the subject field."

I don't have a subject field? We have a title field instead.

Also when I try to run the install i'm unable too. All i see is a blank page. http://www.mymodeltalk.com/jobs/admi...fixinstall.php

Please someone help me here. I really do need the use of those thread tags.

mykkal 11-26-2007 09:37 AM

Just wondering if anyone else is having this problem. With i try to run the preinstall.php file from the browser i cannot. i'm running it right. All files are uploaded. i'm just getting a blank page.

I'm prompted to login and I do. Then I get a blank page. All other *.php files seem to work fine. When i view the source of the "blank" page generated I see nothing there.
However, if I view the file contents i can see the installation script is there. Can someone help me here? I have no idea what to do...

Alien 11-27-2007 10:13 PM

Quote:

Originally Posted by shaynehammy (Post 1386427)
Is there a way to choose graphics rather than words?

I'd like to know this as well.

IsMaR 11-27-2007 10:34 PM

glad to see this feature as part of vb3.7

sinucello 11-28-2007 05:35 AM

Hi,

transfer shouldn`t be too hard. I just checked the products code and only 6 fields are added to 3 different tables:

Code:

$db->query_write("ALTER TABLE " . TABLE_PREFIX . "thread ADD threadprefix varchar(100)");
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum ADD threadprefix MEDIUMTEXT NOT NULL");
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum ADD lastthreadprefix varchar(100) NOT NULL AFTER lastthread");
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum ADD allowprefix SMALLINT(5) NOT NULL DEFAULT '1'");
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum ADD prefixrequired SMALLINT(5) NOT NULL DEFAULT '1'");
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "tachyforumpost ADD lastthreadprefix varchar(100) NOT NULL AFTER lastthread");

I`m not that good at coding but I`d try to make a transfer script if nobody else would do it. I`d also donate some money if someone offers to code it.

all the best,
Sacha

neopet001 11-28-2007 06:06 AM

Hello, when i first installed, I didn't modify all the templates. Now I switch to an other template and find it very difficult to modify the new template to be compatible with "Thread Prefix".

Is there any stand-alone guide to modify the templates ?
If I use the php install file there will be some mistaken as codes in this php file have some odd characters like "/" .
Thanks anybody that help :)


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