vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Show Thread Enhancements - Chief First Post - Every Page 3.7 (https://vborg.vbsupport.ru/showthread.php?t=178331)

cheat-master30 05-06-2008 09:23 PM

Isn't working here either for some reason...

eXoOutsider 05-06-2008 09:31 PM

Quote:

Originally Posted by cheat-master30 (Post 1510978)
Isn't working here either for some reason...

same

urdu 05-06-2008 10:24 PM

Quote:

Originally Posted by butch3r (Post 1510697)
Request: can you make "postbit normal" default value?

i need this hack !

rated, installed and nominated!!!!

but the Default Thread Type is Postbit Article
i need the Default Thread Type in Postbit Legacy but how???
there are no options in admincp for settings
please help me ....:confused:

Vtec44 05-06-2008 10:57 PM

Search in the XML file for the code below

Code:

<option value="1">Postbit Article</option>
<option value="2">Postbit Legacy</option>
<option value="3">Postbit Flipped</option>
<option value="4">Postbit Normal</option>

and switch the order between Postbit Article and Legacy. Then import the XML (remember to set it to overwrite).

:)

urdu 05-06-2008 11:12 PM

Quote:

Originally Posted by Vtec44 (Post 1511037)
Search in the XML file for the code below

Code:

<option value="1">Postbit Article</option>
<option value="2">Postbit Legacy</option>
<option value="3">Postbit Flipped</option>
<option value="4">Postbit Normal</option>

and switch the order between Postbit Article and Legacy. Then import the XML (remember to set it to overwrite).

:)

i do all as you told me but still the Default Thread Type is Postbit Article ... :eek:

Vtec44 05-06-2008 11:18 PM

I did it on mine and it worked. It's basically switching the value for the drop down box in the XML prior to importing it to your forum. If it's not sticking, then you either didn't save the file, import the wrong file, or didn't set it to "Allow Overwrite" the existing product.

urdu 05-06-2008 11:31 PM

Quote:

Originally Posted by Vtec44 (Post 1511048)
I did it on mine and it worked. It's basically switching the value for the drop down box in the XML prior to importing it to your forum. If it's not sticking, then you either didn't save the file, import the wrong file, or didn't set it to "Allow Overwrite" the existing product.

Thanks for help me ...

I thinks it's not enough to change the value only it's working after i also change the below values & change the place of Default Type...;)

1.

Code:

<select name="ttype" tabindex="1">
<option value="1">Postbit Legacy</option>
<option value="2">Postbit Article</option>
<option value="3">Postbit Flipped</option>
<option value="4">Postbit Normal</option>
</select>


2.

Code:

case 1:
$this->templatename = 'postbit_legacy';
break;
case 2:
$this->templatename = 'postbit_articles';
break;
case 3:
$this->templatename = 'postbit_flipped';
break;
case 4:
$this->templatename = 'postbit';
break;
default:
$this->templatename = 'postbit';
break;


Vtec44 05-06-2008 11:39 PM

Oh duh, sorry I guess I forgot about that.

popular 05-06-2008 11:47 PM

KAPTAN BLACK ur demo site has a trojin, i advise u guys not to click it.

Barakat 05-07-2008 12:19 AM

thanks for that .... realy great one from you


All times are GMT. The time now is 09:43 PM.

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.01421 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
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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