Forum: vB4 Programming Discussions
18 Jul 2011, 17:51
|
Replies: 1
Views: 357
CP_REDIRECT Phrases
Hello,
Does anyone knows where on earth is locating the phrase group for CP_REDIRECT messages in admincp. I tried lots of groups, but I had no success:
define('CP_REDIRECT',...
|
Forum: vB4 Programming Discussions
18 Jul 2011, 15:58
|
Replies: 2
Views: 441
I really appreciate your time to reply. I had...
I really appreciate your time to reply. I had found it already, but as I've stuck now with something similar trying to auto create CMS widget, I forgot to come to post a reply. Is exactly what you...
|
Forum: vB4 General Discussions
17 Jul 2011, 21:09
|
Replies: 2
Views: 406
|
Forum: vB4 Programming Discussions
17 Jul 2011, 19:50
|
Replies: 9
Views: 2,175
|
Forum: vB4 Programming Discussions
17 Jul 2011, 19:02
|
Replies: 3
Views: 599
|
Forum: vB4 Programming Discussions
17 Jul 2011, 19:00
|
Replies: 9
Views: 2,175
|
Forum: vB4 Programming Discussions
17 Jul 2011, 18:52
|
Replies: 2
Views: 441
Trying to auto build a Foum block
Hello,
I'm trying to automatically build a Forum block for one of my mods, using the code:
require_once(DIR . '/includes/class_block.php');
require_once(DIR . '/includes/functions_misc.php');...
|
Forum: vB4 Programming Discussions
17 Jul 2011, 08:11
|
Replies: 3
Views: 599
CMS Global variable
Hello,
Is there any Global variable which shows if the user has installed the Suite version or just the Forum version?
Thank you
Maria
|
Forum: vB4 Programming Discussions
17 Jul 2011, 08:10
|
Replies: 9
Views: 2,175
Unfortunatelly there are many places and field...
Unfortunatelly there are many places and field names that must be change, so only the author of the mod, or another coder can find and modify them. I just post the difference on calling vbEditor in...
|
Forum: vB4 Programming Discussions
15 Jul 2011, 20:26
|
Replies: 52
Views: 4,752
|
Forum: Forum and Server Management
12 Jul 2011, 20:37
|
Replies: 13
Views: 7,352
|
Forum: vB4 General Discussions
09 Jul 2011, 19:27
|
Replies: 10
Views: 654
|
Forum: vB4 General Discussions
09 Jul 2011, 18:38
|
Replies: 429
Views: 41,142
|
Forum: vB4 General Discussions
09 Jul 2011, 18:05
|
Replies: 429
Views: 41,142
I'm already working in a CMS system, which has...
I'm already working in a CMS system, which has nothing to do with vB CMS and vbAdvanced (even if vbAdvanced is a totally different product, and I totally respect what the author did).
Most of you...
|
Forum: vB4 General Discussions
09 Jul 2011, 09:15
|
Replies: 10
Views: 654
|
Forum: vB4 Programming Discussions
08 Jul 2011, 20:17
|
Replies: 9
Views: 2,175
|
Forum: Forum and Server Management
08 Jul 2011, 20:15
|
Replies: 13
Views: 7,352
At least for me, you helped me a lot and I'm...
At least for me, you helped me a lot and I'm greatful for it. Even coding since 1984, I'm selfteached. Lots of money for a Greek to study in US 35 years ago:(. My first 2 mods gone to Graveyard for...
|
Forum: Forum and Server Management
08 Jul 2011, 19:52
|
Replies: 13
Views: 7,352
|
Forum: vB4 Programming Discussions
08 Jul 2011, 19:30
|
Replies: 9
Views: 2,175
How to fix functions_wysiwyg.php errors (Article)
Hello all,
After loosing the coder's title, I can't post any more in Articles section, so I'm posting here a fix, for those who have developed addon modules (using the vbEditor only), and the new...
|
Forum: vBulletin Pre-Sales Questions
08 Jul 2011, 19:00
|
Replies: 11
Views: 1,340
Hello Andrew,
Comparing phpBB with...
Hello Andrew,
Comparing phpBB with vBulletin has no sense. vBulletin is far ahead than phpBB in everything. But I seen that you mentioned Expression Engine too. What's for? EE is for publishing...
|
Forum: Forum and Server Management
08 Jul 2011, 12:45
|
Replies: 13
Views: 7,352
Protect your Config.php from Hackers
Hello all,
Here is a very easy way to protect your config.php (and thus your valuable database):
Copy your config.php from /includes/ directory, over the public area so nobody can access...
|
Forum: vB4 Design and Graphics Discussions
07 Jul 2011, 12:12
|
Replies: 3
Views: 572
|
Forum: vB4 Design and Graphics Discussions
07 Jul 2011, 11:02
|
Replies: 3
Views: 572
Sidebar (like) class
Hello,
Which class do I need to use to show a sidebar block in in a custom vB page, but having in mind that:
I don't want to show any content of the native vB sidebar (eg I want to include a...
|
Forum: vB4 Programming Discussions
05 Jul 2011, 08:56
|
Replies: 7
Views: 694
I don't think that:
$output =...
I don't think that:
$output = str_replace($find,$replace.$find, $output);
is correct. You evaluate an expression there which maybe will cause endless loop by having $find there, which is also...
|
Forum: vB4 General Discussions
04 Mar 2011, 10:23
|
Replies: 9
Views: 2,536
|