The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Change Find about
Hello,
Find and Replace via plugin Template: bbcode_php find: <code>{vb:raw code}</code> replace: <vb:if condition="$show['member']"> <code>{vb:raw code}</code> <vb:else /> Show this to guest only </vb:if> How do I? Thanks |
#2
|
||||
|
||||
Why not just edit the template? But, besides that... have you even tested it to see if it works? You would need to have post caching turned off, I believe.
http://php.net/manual/en/function.str-replace.php |
#3
|
||||
|
||||
Template with editing works, no problem
I want to do with Plugin, Is it possible to make? |
#4
|
||||
|
||||
Could try something like....
hook location - bbcode_fetch_tags php: PHP Code:
|
#5
|
||||
|
||||
Thank you very much,
I have a question, Is it possible to show in this way? http://awesomescreenshot.com/08a160hp88 |
#6
|
||||
|
||||
You can enter the appropriate html to make the textedit box like in your screenshot. Just get the html from the source code.
If your code doesn't work, post *exactly* what you did so we can test it ourselves and see what is going on. |
#7
|
||||
|
||||
For registered members
http://awesomescreenshot.com/0ad165ic85 For guests (plugin, with your code) http://awesomescreenshot.com/046165it9c I want it like this, but I could not Could you help me, I am not experienced. Note: With editing template http://awesomescreenshot.com/0c0165kd1f PHP Code:
|
#8
|
||||
|
||||
Take a look at your page source for the page with those tags on it. Then copy the divs you want around it... something like:
HTML Code:
<div style="margin:5px 10px"> <div class="smallfont" style="margin-bottom:2px">PHP Code:</div> <div class="alt2" dir="ltr" style=" margin: 0px; padding: 4px; border: 1px inset; width: 650px; height: 130px; text-align: left; overflow: auto"> stuff </div> </div> |
#9
|
||||
|
||||
Thank you very much, okay.
|
#10
|
||||
|
||||
Hello again,
I have a problem, Can you help? What you need to do not hide in the archive? Also tag ['video'] not work, Whats wrong? Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|