Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 284
Search took 0.01 seconds.
Search: Posts Made By: squishi
Forum: vB3 General Discussions 01-04-2015, 08:01 AM
Replies: 1
Views: 752
Posted By squishi
ie8render7 / x-ua-compatible header in functions.php

The users of my site started complaining that a text box shrinks whn you type text in it.

It turns out that functions.php was setting the x-ua-compatible header to IE version 7. This caused the...
Forum: vB3 General Discussions 11-20-2014, 05:55 PM
Replies: 21
Views: 2,685
Posted By squishi
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 11-20-2014, 05:38 PM
Replies: 21
Views: 2,685
Posted By squishi
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 11-19-2014, 11:16 AM
Replies: 21
Views: 2,685
Posted By squishi
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 11-19-2014, 08:58 AM
Replies: 21
Views: 2,685
Posted By squishi
I have disabled all plugins now and will rebuild...

I have disabled all plugins now and will rebuild the post cache. That will take a few hours.
I am very sure that the problem will persist. I will report back...
Forum: vB3 General Discussions 11-19-2014, 08:51 AM
Replies: 21
Views: 2,685
Posted By squishi
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 11-18-2014, 03:12 PM
Replies: 21
Views: 2,685
Posted By squishi
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 11-18-2014, 07:27 AM
Replies: 21
Views: 2,685
Posted By squishi
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 11-17-2014, 06:21 AM
Replies: 21
Views: 2,685
Posted By squishi
Where can I find the setting to turn off the post...

Where can I find the setting to turn off the post cache? :confused:

When I edit an older post, the youtube embed words again.
So there is nothing wrong with the bbcodes, they just don't get...
Forum: vB3 General Discussions 11-15-2014, 07:24 PM
Replies: 21
Views: 2,685
Posted By squishi
Custom BBCodes not working after rebuilding post cache

The title says it all.

I have reprocessed the post cache of all my forum's posts.
Now the custom [ YOUTUBE][/YOUTUBE] bbcodes (without the space) no longer work in older posts.
When I post a new...
Forum: vB3 General Discussions 11-11-2014, 03:40 PM
Replies: 3
Views: 593
Posted By squishi
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-11-2014, 12:31 PM
Replies: 3
Views: 593
Posted By squishi
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 05-26-2013, 04:50 PM
Replies: 1
Views: 469
Posted By squishi
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 02-26-2013, 09:13 PM
Replies: 162
End-User Options - vBFavorites
Views: 39,371
Posted By squishi
I am using v2.0.2 of this product. I don't know...

I am using v2.0.2 of this product. I don't know if the code has been changed, but the changelog does not mention it.

This product is flawed.
The list of ALL favorites (threads, posts, and users)...
Forum: vB3 General Discussions 02-23-2013, 08:44 AM
Replies: 1
Views: 789
Posted By squishi
I would really be interested to hear why...

I would really be interested to hear why vbulletin creates all images as a GIF - that is with an incorrect image type. Makes no sense at all.
Forum: vB3 General Discussions 11-28-2012, 06:09 PM
Replies: 1
Views: 789
Posted By squishi
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 11-21-2012, 01:13 PM
Replies: 0
Views: 841
Posted By squishi
Name check when creating a thread with threadmanager

I am trying to create a new thread with PHP:

$threaddm =& datamanager_init('Thread_FirstPost', $vbulletin, ERRTYPE_ARRAY, 'threadpost');
$foruminfo = verify_id('forum', $forum_id, 0, 1);...
Forum: vB3 General Discussions 10-29-2012, 04:10 PM
Replies: 0
Views: 424
Posted By squishi
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 09-22-2012, 02:23 PM
Replies: 8
Views: 1,886
Posted By squishi
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 09-11-2012, 07:39 AM
Replies: 1
Views: 428
Posted By squishi
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 06-23-2012, 08:08 AM
Replies: 86
Board Optimization - [DBTech] vB Optimise v2 (vB3)
Views: 27,920
Posted By squishi
I am surprised to see the development being...

I am surprised to see the development being resumed for vb 3.8.x (which I use and will never upgrade to vb4).
What are the differences to the v1 version?
Forum: vB3 General Discussions 06-10-2012, 01:29 PM
Replies: 2
Views: 602
Posted By squishi
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 06-09-2012, 12:52 PM
Replies: 12
Views: 2,555
Posted By squishi
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 06-09-2012, 12:21 PM
Replies: 12
Views: 2,555
Posted By squishi
Something is amiss with my installation indeed. I...

Something is amiss with my installation indeed. I looked at other plugins that hook into the fetch_userinfo_query hook and they use $vbulletin->userinfo['userid'] as well.

You are probably right....
Forum: vB3 Programming Discussions 06-09-2012, 11:21 AM
Replies: 12
Views: 2,555
Posted By squishi
I am reporting this here, because it is the forum...

I am reporting this here, because it is the forum that offers help and assistance. On vbulletin.com, the only support that I will get is being told to reset the whole forum, remove all plugins and...
Showing results 1 to 25 of 284

 
Forum Jump

All times are GMT. The time now is 03:19 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04397 seconds
  • Memory Usage 2,070KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (39)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete