The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
i want to overwrite a Template in postbit_legacy using an xml?
exp:- Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> </div> Code:
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] </div> </div> thanks. |
#2
|
||||
|
||||
![]()
It looks like all you did is remove the skypeicon from the template? Why don't you just edit it to remove it or in the plugin set $post[skypeicon]='' so it won't get printed?
|
#3
|
||||
|
||||
![]()
see am making a mod thats why i need to know how to make a xml i only used this as an exp:-
please help if you can... |
#4
|
|||
|
|||
![]()
The XML is made automatically when you export your product I believe?
|
#5
|
||||
|
||||
![]()
yes sir but am trying to make it overwrite part in postbit_legacy who ever helps me i well give him or her credit on the mod i made for helping make it in a xml....
|
#6
|
|||
|
|||
![]()
A plugin maybe?
PHP Code:
You'd probably want the "parse_template" hook. |
#7
|
||||
|
||||
![]()
so this is the code to use
Code:
str_replace(""); is this right? Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <product productid="mad first xml" active="1"> <title>mad first xml</title> <description>mad first xml</description> <version>0.0.0</version> <url /> <versioncheckurl /> <dependencies> </dependencies> <codes> </codes> <templates> </templates> <plugin active="1" executionorder="5"> <title>Postbit</title> <hookname>postbit_display_complete</hookname> code here </plugin> |
#8
|
|||
|
|||
![]()
You'd need to edit it in the template - not the postbit.
Try using the parse_templates hook. |
#9
|
||||
|
||||
![]()
how about now?
Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <product productid="mad first xml" active="1"> <title>mad first xml</title> <description>mad first xml</description> <version>0.0.0</version> <url /> <versioncheckurl /> <dependencies> </dependencies> <codes> </codes> <templates> </templates> <phpcode active="1" executionorder="5"> <title>template</title> <hookname>parse_templates</hookname> code here </phpcode> |
#10
|
|||
|
|||
![]()
I thought any plugin code had to be wrapped in <phpcode></phpcode>?
It should work (providing the hook is parse_templates and not parse_template). |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|