-
20 Mar 2010 3:33 AM #1
Ext Forum - vBulletin Issues
Ext Forum - vBulletin Issues
In last time i often have "Your post will be moderate..." for no reason. That's sucks, can this be improved please?
vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
-
20 Mar 2010 4:04 AM #2
Code-box php
Code-box php
Hi,
problem remains for a long time now. When using php-box from the editor toolbar it doubles lines. If i insert the tags manually in text all is fine. Also, when posting the "doubled lines", when i edit and save, all is fine again. So i consider that there is a small bug. Possible to fix?vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
-
20 Mar 2010 9:35 AM #3
[ merged your 2 threads and renamed the thread title, since they were related ]
Sencha Docs / Ext 3.x - ( Docs | Examples )
Learning Center / Saki's Examples (for 2.x) / HOWTO - ( Report Bugs | Post Proper Code )
-
20 Mar 2010 9:39 AM #4
thanks - that's better so we also can collect more issues.
vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
-
23 Mar 2010 3:10 PM #5
just to be sure - is there someone willing fix the issues or is it a problem of missing manpower?
vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
-
23 Mar 2010 3:22 PM #6
-
23 Mar 2010 3:36 PM #7
Hi Jamie,
ok, i understand the spam filter, and it fails sometimes.
But the issue with php boxes are in no other vb installation i know, so i think it has a custom setting reason. You also use ExtJS, so maybe there is some magic from Ext?vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
-
24 Mar 2010 11:21 AM #8Sencha - Community Support Team
- Join Date
- Nov 2008
- Location
- San Diego, Peoples' Republic of California
- Posts
- 2,040
- Vote Rating
- 7
My gripes are:
1) See attached image. Its really a 5 minute job to add <a name="top"></a> to the top of pages and add <a href="#top">TOP</a> to the post template. The result? I don't have to wear out my mouse wheel scrolling back to the top of a page after reading a long thread. Threads here tend to get longer than most other boards because of the included source code.
2) The site seems to be dogging a lot lately. Slow page loads.SilkJS - Server Side JavaScript Swiss Army Knife and HTTP Server
Powerful, flexible, advanced charting for ExtJS and Touch: http://zingchart.com
Javascript rocks. Even on the server-side:
ExtJS Forums' Server-Side Javascript Social Group
-
25 Mar 2010 10:48 AM #9Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,651
- Vote Rating
- 14
We are working on upgrading to VBulletin 4.x sometime in the near future. Hopefully this will clean up some of these nagging issues.
-
10 Apr 2010 2:57 AM #10
testing
PHP Code:function highLight($code, $language,$cssClasses = TRUE) {
$geshi = new GeSHi($code,$language,'');
$geshi->enable_line_numbers(GESHI_FANCY_LINE_NUMBERS,2);
$geshi->set_line_style('background: #fcfcfc;', 'background: #fdfdfd;');
$geshi->enable_classes($cssClasses);
$geshi->set_overall_id('pastecode-code-c') . $this->cObj->data['uid'];
$GLOBALS['TSFE']->additionalCSS[] = $geshi->get_stylesheet();
return $geshi->parse_code();
}
vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine


Reply With Quote