Forum: vB3 General Discussions
04 Jan 2015, 09:01
|
Replies: 1
Views: 685
|
Forum: vB3 General Discussions
20 Nov 2014, 18:55
|
Replies: 21
Views: 2,438
Okay, I have deleted all parsed posts. When I...
Okay, I have deleted all parsed posts. When I visit posts with embedded bbcode, they are now showing up correctly. They are also staying like that when I reload.
So it's only the admin backend's...
|
Forum: vB3 General Discussions
20 Nov 2014, 18:38
|
Replies: 21
Views: 2,438
I did var_dump($this) in the class_bbcode.php....
I did var_dump($this) in the class_bbcode.php. The bbcode parser object contains the custom bbcode.
I just noticed that the bbcode parser is not even replacing the img tags in the post parser.
My...
|
Forum: vB3 General Discussions
19 Nov 2014, 12:16
|
Replies: 21
Views: 2,438
I just
Disabled all plugins.
Then deleted the...
I just
Disabled all plugins.
Then deleted the parsed post for a certain post in the database.
Disabled caching.
Loaded the post -> the embedded video was showing.
Deleted the parsed post from...
|
Forum: vB3 General Discussions
19 Nov 2014, 09:58
|
Replies: 21
Views: 2,438
|
Forum: vB3 General Discussions
19 Nov 2014, 09:51
|
Replies: 21
Views: 2,438
No, it's not a mod. I just used the "BB Code...
No, it's not a mod. I just used the "BB Code Manager" in the backend to define this custom BBCode. (Unless this BBCode Manager is a mod).
150988
I noticed that other custom codes in the...
|
Forum: vB3 General Discussions
18 Nov 2014, 16:12
|
Replies: 21
Views: 2,438
I did rebuild all posts twice, using the...
I did rebuild all posts twice, using the maintenance task. That should have rebuilt the posts.
But it's actually what has caused the problem.
I would prefer not to delete all cached posts. That...
|
Forum: vB3 General Discussions
18 Nov 2014, 08:27
|
Replies: 21
Views: 2,438
I set the post cache lifetime to 0 and then...
I set the post cache lifetime to 0 and then revisted older posts with an embed.
They are not showing the embedded video, just the code.
The case of the bbcode should not matter. WHen I add a new...
|
Forum: vB3 General Discussions
17 Nov 2014, 07:21
|
Replies: 21
Views: 2,438
|
Forum: vB3 General Discussions
15 Nov 2014, 20:24
|
Replies: 21
Views: 2,438
|
Forum: vB3 General Discussions
11 Nov 2014, 16:40
|
Replies: 3
Views: 518
Thank you, kh99.
I did not expect it to be...
Thank you, kh99.
I did not expect it to be hardcoded. Modifying the php file solved the problem.
It's still curious that the template will not come up when I search the templates.
|
Forum: vB3 General Discussions
11 Nov 2014, 13:31
|
Replies: 3
Views: 518
Template caching and template search issue
I have made a change to the "postbit_attachmentthumbnail" template.
In there, I added a parameter to the URL of the attachment.
This is working for attachments that are not embedded.
For embedded...
|
Forum: vB3 General Discussions
26 May 2013, 17:50
|
Replies: 1
Views: 363
Security issue?
This code is in newattachment.php:
// check for any funny business
$filecount = 1;
if (!empty($vbulletin->GPC['attachment']['tmp_name']))
{
foreach ($vbulletin->GPC['attachment']['tmp_name']...
|
Forum: vBulletin 3.8 Add-ons
26 Feb 2013, 21:13
|
Replies: 162
Views: 37,288
|
Forum: vB3 General Discussions
23 Feb 2013, 08:44
|
Replies: 1
Views: 712
|
Forum: vB3 General Discussions
28 Nov 2012, 18:09
|
Replies: 1
Views: 712
Custom Profile Pics with wrong image type
All profile pics are gifs. I think I asked this before, but can't remember the answer.
So what's the reason why vbulletin uses the wrong filetype on its images?
Can't I just change the type in...
|
Forum: vB3 Programming Discussions
21 Nov 2012, 13:13
|
Replies: 0
Views: 695
|
Forum: vB3 General Discussions
29 Oct 2012, 16:10
|
Replies: 0
Views: 366
Album picture titles
Album pictures can have a description. But I cannot find where this title / description is stored in the database? :confused:
It's not in `vb_album` and not in `vb_albumpicture`.
|
Forum: vB3 Programming Discussions
22 Sep 2012, 15:23
|
Replies: 8
Views: 1,664
reputation re-calculation
I have extended the functionality of the moderation panel to allow to edit individual reputation comments and the reputation points.
Is there a function available in vbulletin that allows to...
|
Forum: vB3 Programming Discussions
11 Sep 2012, 08:39
|
Replies: 1
Views: 365
Overwriting options
The forumjump is turned off on my board (in the options - vbulletin options > general settings).
I want to create a small plugin to enable the forumjump menu for a certain style only.
My question:...
|
Forum: vBulletin 3.8 Add-ons
23 Jun 2012, 09:08
|
Replies: 86
Views: 26,203
|
Forum: vB3 General Discussions
10 Jun 2012, 14:29
|
Replies: 2
Views: 547
It would not be too difficult to do this. It...
It would not be too difficult to do this. It would add one row to the vb_post table and one additional query to the showthread page.
The question I have: how would you display the highlighted posts?
|
Forum: vB3 Programming Discussions
09 Jun 2012, 13:52
|
Replies: 12
Views: 2,335
The fetch_userinfo function itself checks for...
The fetch_userinfo function itself checks for $vbulletin->userinfo. So something is broken in the original code already.
I can work around it, but I know other plugins check for $vbulletin->userinfo...
|
Forum: vB3 Programming Discussions
09 Jun 2012, 13:21
|
Replies: 12
Views: 2,335
|
Forum: vB3 Programming Discussions
09 Jun 2012, 12:21
|
Replies: 12
Views: 2,335
|