Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
Template in NewTheread Details »»
Template in NewTheread
Version: 1.0.3, by chomiczek chomiczek is offline
Developer Last Online: Sep 2013 Show Printable Version Email this Page

Category: New Posting Features - Version: 3.8.4 Rating:
Released: 09-29-2009 Last Update: 10-04-2009 Installs: 8
Uses Plugins Template Edits
Re-useable Code Additional Files  
No support by the author.

Hi. We have problem in market section, because user don't write price, contact, etc.. We fix it

First visit AdminCP->Modifications->Plugin management, click NEW and fill:
- Produckt - vBulletin
- Localization - global_start
- Title - Ur own title of this template
- PHP Code -
PHP Code:
ob_start();
   include(
'szablonSprzedaz.php');
   
$szablonSprzedazob_get_contents();
ob_end_clean(); 
- Acitve set Yes

Save and reload

Now U must created new phpfile like this:
Code:
<?PHP
if ($_GET['do']=='newthread'&&$_GET['f']==15&&) {
	?>
  <script type="text/javascript">
	var szablon = "Nazwa: \nCena: \nKontakt: \nOpis: \nLink zewnętrzny: \nZdjęcia: "; 
	document.getElementById('vB_Editor_001_textarea').innerHTML = szablon;
	</script>
  <?PHP
}
?>
U can change var szablon it's text like U see in texteditor
U can change $_GET['f']==15 - 15 it's thread id.. if U want this same template in many threads U can use php function in_array() if U want other template in many threads U must modificated this code and U must change $_GET['f'] and past it on end the file.

save file like: szablonSprzedaz.php and upload to Ur root folder on forum.

In this case if U visit my forum, and go to the market http://forum.omegaklub.eu/forumdisplay.php?f=15 nad click New Topic, u see in textarea template like this:
Code:
Nazwa: 
Cena: 
Kontakt: 
Opis: 
Link zewnętrzny: 
Zdjęcia:
in template footer U must paste on the end $szablonSprzedaz
enjoy

This mod don't work on WYSIWYG mode i think that I fix that in few days

Po Polsku: Modyfikacja pozwala wstawiać dowolną treść do pola post w określonych działach.

Najpierw należy dodać w AdminCP->Wtyczki i modyfikację->Zarządzaj wtyczkami nową wtyczkę, kt?rą wypełniamy jak poniżej:
- Produkt - vBulletin
- Lokalizacja - global_start
- Tytuł - Tytuł Twojej modyfikacji
- Kod PHP -
PHP Code:
ob_start();
   include(
'szablonSprzedaz.php');
   
$szablonSprzedazob_get_contents();
ob_end_clean(); 
- Aktywna ustaw na TAK

Save and reload

a nastęnie utw?rz plik jak szablonSprzedaz.php (w załączeniu).
Możesz zmienić to co jest w linii var szablon = to jest właśnie tekst, kt?ry będzie dopisany
Mozesz zmienić $_GET['f']==15 - 15 to jest id sekcji w jakiej ma się to pojawiać. Jeżeli chcesz te same szablony w kilku miejscach użyj funkcji in_array (PHP)
Jeżeli chcesz r?żne szablony w r?żnych sekcjach musisz stworzyć identyczne warunki modyfikując tylko $_GET['f'] i podając liczbę odpowiadająca konkretnym sekcją..

w templatce footer musisz wkleić na samym dole pliku $szablonSprzedaz

Download Now

File Type: zip szablonSprzedaz1.0.3.zip (389 Bytes, 21 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 09-30-2009, 10:58 AM
sensimilla sensimilla is offline
 
Join Date: Dec 2004
Location: Poland
Posts: 555
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I believe you would have to better explain what it does to make people enjoy it
Screenshitz would be more than welcome.

Wydaje mi się że tekst po angielsku nie za bardzo wyjaśnia o co chodzi.
Radzę wrzucić zrzuty z ekranu lub lepiej wyjaśnić.
Jeśli to predefiniowane pola do wprowadzenia przy zakładaniu nowego postu to taki hack już istnieje jako plugin.
Reply With Quote
  #3  
Old 09-30-2009, 02:08 PM
New Joe's Avatar
New Joe New Joe is offline
 
Join Date: May 2009
Posts: 1,128
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I no understand
Reply With Quote
  #4  
Old 09-30-2009, 05:38 PM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

English Please
Reply With Quote
  #5  
Old 09-30-2009, 05:53 PM
drpeppper drpeppper is offline
 
Join Date: Nov 2007
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i think hes adding entries to the new thread template.
Reply With Quote
  #6  
Old 09-30-2009, 07:16 PM
lazydesis lazydesis is offline
 
Join Date: Sep 2006
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

screenshots pls
Reply With Quote
  #7  
Old 09-30-2009, 07:36 PM
Robert Waanders Robert Waanders is offline
 
Join Date: Oct 2007
Location: The Netherlands
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmmmm... On my forum i have the same problem on our marketplace... I wil watch this thread very closely..

Robert
Reply With Quote
  #8  
Old 10-05-2009, 05:07 PM
NissanClub NissanClub is offline
 
Join Date: Aug 2007
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Subscribed I need the WYSIWYG function to work and i'll update my forums with this mod.
Reply With Quote
  #9  
Old 10-05-2009, 05:11 PM
chomiczek chomiczek is offline
 
Join Date: Jan 2009
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I works on the WYSIWYG.. I think that I and in this week

I fix problems with IE and Opera.. In this moment work ok on FF, IE and Opera, but not in WYSIWYG
Reply With Quote
Reply

Thread Tools

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 09:21 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.07615 seconds
  • Memory Usage 2,296KB
  • Queries Executed 24 (?)
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
  • (2)bbcode_code
  • (2)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (1)postbit_attachment
  • (9)postbit_onlinestatus
  • (9)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_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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete