The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
This is MAIN SCRIPT and one plug-in https://vborg.vbsupport.ru/showpost....06&postcount=1
Code:
if (!$vbulletin->options['enable']) { eval(standard_error(fetch_error('enable'))); } if ($vbulletin->userinfo['userid']==0) { print_no_permission(); } $navbits[''] = 'Posting System'; $navbits = construct_navbits($navbits); $navbar = render_navbar_template($navbits); $templater = vB_Template::create('page_main'); $templater->register_page_templates(); $templater->register('navbar', $navbar); $templater->register('mytest', $mytest); print_output($templater->render()); |
#12
|
||||
|
||||
Your plugin shouldn't look like the one in the first post any longer after the changes.
I was wondering if we can see this actually working on your site. |
#13
|
|||
|
|||
Quote:
http://www.youtube.com/watch?v=sNtKvZ90Ews |
#14
|
|||
|
|||
Sometimes it's the obvious that will kill you.
Newthread editor is a form and you can't have a form inside of a form like you have now. Just add the <div> sections without the form attributes. Code:
<vb:if condition="$show['member'] AND $vboptions['enable']"> <div>Select ThreadID To Post: <select id="threadid" name="threadid" onChange="javascript:get(this.parentNode);"> <option value="0" selected="selected">0</option> {vb:raw mytest} </select> </div> <div id="threadid"></div> </vb:if> |
Благодарность от: | ||
Easy5s.net |
#15
|
|||
|
|||
Quote:
In temp, line: Code:
<form name="threadid" action="javascript:get(document.getElementById('threadid'));" id="threadid" method="POST"> Code:
Parse error: syntax error, unexpected T_STRING in C:\server\htdocs\testvb4\includes\class_core.php(4633) : eval()'d code on line 82 --------------- Added [DATE]1353760275[/DATE] at [TIME]1353760275[/TIME] --------------- pls help me fix --------------- Added [DATE]1353771301[/DATE] at [TIME]1353771301[/TIME] --------------- bump bump |
#16
|
||||
|
||||
I can't help since I can't see the problem, sorry. I need to be able to view source code and such to see what is up.
|
#17
|
|||
|
|||
this is plugin and temp, pls view attach file.
|
#18
|
||||
|
||||
You don't actually have the <?php at the beginning of the plugin, right?
The code doesn't help me since I can't install it on my site - I have no table vcardposting so I get no results. |
#19
|
|||
|
|||
pls check again
|
#20
|
|||
|
|||
Who can help me, pls
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|