The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I see on these forums when you make a hyper-link to some text, you can click on the remove link button to remove it
I don't have that on my 3.8.7 forum how to add it?
|
|
#2
|
|||
|
|||
|
anyone?
|
|
#3
|
||||
|
||||
|
You do have that, in your UserCP choose the full editor. Or even choose "Go Advanced" when making a post or replying.
|
| Благодарность от: | ||
| RichieBoy67 | ||
|
#4
|
||||
|
||||
|
If you go into the maintenance tab under execute query there is a query for the enhanced toolbar I believe. Make sure you have your user id in the config file to give query running permissions.
|
|
#5
|
|||
|
|||
|
Quote:
Quote:
|
|
#6
|
||||
|
||||
|
You need to add your userid in your config file in order to run queries.
Code:
// ****** USERS WITH QUERY RUNNING PERMISSIONS ****** // The users specified here will be allowed to run queries from the control panel. // See the above entries for more information on the format. // Please note that the ability to run queries is quite powerful. You may wish // to remove all user IDs from this list for security reasons. $config['SpecialUsers']['canrunqueries'] = ''; |
|
#7
|
||||
|
||||
|
You don't need a query. This is native vbulletin in the ADVANCED editor.
|
|
#8
|
|||
|
|||
|
I thought this is an easy thing to do to add that button
|
|
#9
|
||||
|
||||
|
Quote:
The query is built in inside the drop down.. |
| Благодарность от: | ||
| Max Taxable | ||
|
#10
|
|||
|
|||
|
Quote:
|
![]() |
|
|