The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 6
1
2
3
>
Last
»
Showing results 1 to 25 of 128
Search took
0.00
seconds.
Search:
Posts Made By:
Pod
Forum:
vBulletin 4.x Add-ons
03-08-2017, 02:25 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
Thanks for the image. Now I understand what you...
Thanks for the image. Now I understand what you mean.
I see that you merge text and equations inside your [latex] tags. This is not how this mod is designed. This mod assumes that everything you...
Forum:
vBulletin 4.x Add-ons
03-08-2017, 12:56 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
You don't need any software running anywhere...
You don't need any software running anywhere except where your forum is hosted.
Please find attached an example of a multi-line equation compiled with this mod. Note that I'm using the gathered...
Forum:
vBulletin 4.x Add-ons
03-08-2017, 12:27 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
First, you should use the "gathered" environment,...
First, you should use the "gathered" environment, not the "gather" one. The "gather" cannot be used inside math mode. Note that this plugin compiles your formula directly in math mode.
Also, make...
Forum:
vB4 General Discussions
08-22-2016, 05:50 PM
Replies:
76
Sticky:
PHP 7 (vB4)
Views:
97,266
Posted By
Pod
Right, sorry, looks like the package in ondrej's...
Right, sorry, looks like the package in ondrej's repository is php-memcache (I was expecting php7.0-memcache).
And yeah, mOo seems to have given up on xcache according to his lasts replies in the...
Forum:
vB4 General Discussions
08-21-2016, 07:32 PM
Replies:
76
Sticky:
PHP 7 (vB4)
Views:
97,266
Posted By
Pod
I've begun to play with the 4.2.5 Alpha 2 with...
I've begun to play with the 4.2.5 Alpha 2 with PHP 7.0.8. So far, the only problem I've found is about the datastore. The problem is that vB_Datastore_Memcached uses the older "Memcache" [1]...
Forum:
vBulletin 4.x Add-ons
05-23-2014, 05:18 AM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
mimeTeX can be easily integrated with VB using...
mimeTeX can be easily integrated with VB using the built in bbcode editor, no need for a mod if you're going with mimeTeX ;)
Forum:
vBulletin 4.x Add-ons
05-20-2014, 05:19 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
I don't think the update should affect the mod....
I don't think the update should affect the mod. You could try to reinstall the mod.
Forum:
vBulletin 4.x Add-ons
04-10-2014, 04:45 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
What I do myself is to add this line in a...
What I do myself is to add this line in a crontab:
50 4 * * * find PATH_TO_FORUM/vlatex/pics -atime +35 -name "*_*" | xargs rm -f
This removes every morning (at 4:50) all files from the...
Forum:
vBulletin 4.x Add-ons
09-21-2013, 03:24 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
You already have everything you need installed,...
You already have everything you need installed, including ghostscript. In fact, the mod is working all right (I just checked by registering at your site; nice design btw).
The button in the...
Forum:
vBulletin 4.x Add-ons
09-21-2013, 02:40 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
If I'm undestanding you, you have the mod working...
If I'm undestanding you, you have the mod working but you have to manually type the [tex] tags? So just you're missing the "tex" button?
Forum:
vBulletin 4.x Add-ons
12-16-2012, 10:34 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
I just updated the mod with a functionality that...
I just updated the mod with a functionality that will allow you to enable the \\. Update the mod (upload the files and upgrade the xml at the admincp). In vlatex options, you'll find the new setting...
Forum:
vBulletin 4.x Add-ons
12-13-2012, 04:07 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
Well, mimetex has some small deviations from...
Well, mimetex has some small deviations from standard latex (see here: http://www.forkosh.com/mimetexmanual.html).
I think I can adapt the mod so you can chose a different formula wrapper...
Forum:
vBulletin 4.x Add-ons
12-13-2012, 02:10 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
Not specifically this mod, but your latex...
Not specifically this mod, but your latex installation requires it to be there.
LaTeX doesn't allow new lines in displayed equations. You can use one of amstex packages, for instance
...
Forum:
vBulletin 4.x Add-ons
12-12-2012, 11:41 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
For the record, if it helps somebody else, it was...
For the record, if it helps somebody else, it was a LaTeX install issue, latex.fmt was missing. What finally solved the problem was to run:
fmtutil-sys --all
Forum:
vBulletin 4.x Add-ons
12-12-2012, 10:00 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
That's very weird. The libpng error shouldn't...
That's very weird. The libpng error shouldn't matter at this point since the dvi file is generated; but it isn't when the same command is issued by the webserver.
It might be worth trying to...
Forum:
vBulletin 4.x Add-ons
12-12-2012, 09:36 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
Now, while in the temp dir, write the following: ...
Now, while in the temp dir, write the following:
(Path to LaTeX) --interaction=nonstopmode efa4c40fe23d50f46436522f01f442b1_1355350982.texWhere Path to LaTeX is the path to latex as entered in...
Forum:
vBulletin 4.x Add-ons
12-12-2012, 09:06 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
Every formula goes thought several formats: tex,...
Every formula goes thought several formats: tex, dvi, ps and finally png. According to your first message, the process breaks at the dvi phase, so it's expected that the ps file doesn't get created....
Forum:
vBulletin 4.x Add-ons
12-12-2012, 08:41 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
Everything looks ok (the absence of the aux file...
Everything looks ok (the absence of the aux file is not a problem, it only means that it's the first time you compile that latex file).
Right now, my best bet would be a permission problem....
Forum:
vBulletin 4.x Add-ons
12-12-2012, 07:15 PM
Replies:
158
BB Code Enhancements -
vLaTeX - Math parsing with LaTeX
Views:
32,388
Posted By
Pod
Looks like latex isn't generating the dvi file,...
Looks like latex isn't generating the dvi file, but it's not raising any error at that stage so the error appears in a later phase (dvips and convert). That's strange since the latex compilation...
Forum:
vBulletin 4.x Add-ons
11-30-2012, 07:02 AM
Replies:
86
Miscellaneous Hacks -
Tips of the Day
Views:
15,096
Posted By
Pod
You'll then have to contact the designer of the...
You'll then have to contact the designer of the style.
Forum:
vBulletin 4.x Add-ons
11-29-2012, 09:07 PM
Replies:
86
Miscellaneous Hacks -
Tips of the Day
Views:
15,096
Posted By
Pod
Use the built-in vb's custom bbcode feature for...
Use the built-in vb's custom bbcode feature for that. That feature is for simple html replacements, but the mod will override that with the full latex rendering, so you can still use the custom...
Forum:
vBulletin 4.x Add-ons
09-06-2012, 07:42 AM
Replies:
86
Miscellaneous Hacks -
Tips of the Day
Views:
15,096
Posted By
Pod
If that is a question, yes :D No idea,...
If that is a question, yes :D
No idea, never used vbadvanced, sorry. If it doesn't alter standard notices code, it should work.
Forum:
vBulletin 4.x Add-ons
08-04-2012, 06:59 PM
Replies:
17
Show Thread Enhancements -
EditPost Button Highlight in Postbit
Views:
4,351
Posted By
Pod
Is your headinclude_bottom template edited? Does...
Is your headinclude_bottom template edited? Does it contain the template hook:
{vb:raw template_hook.headinclude_bottom_css}
Forum:
vBulletin 4.x Add-ons
08-04-2012, 04:37 PM
Replies:
17
Show Thread Enhancements -
EditPost Button Highlight in Postbit
Views:
4,351
Posted By
Pod
Should work for all posts, not only new. I...
Should work for all posts, not only new.
I can take a look at your site if you have a test installation, if you wish.
Forum:
vBulletin 4.x Add-ons
08-04-2012, 12:46 PM
Replies:
17
Show Thread Enhancements -
EditPost Button Highlight in Postbit
Views:
4,351
Posted By
Pod
Sorry, but it does work for me. Maybe some other...
Sorry, but it does work for me. Maybe some other mod is interfering in your installation?
Showing results 1 to 25 of 128
Page 1 of 6
1
2
3
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
12:36 AM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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.01964 seconds
Memory Usage
2,059KB
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)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(72)
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
Messages:
time to check permissions: 0.0021
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
FULLTEXT Search
php_sapi_name(): fpm-fcgi