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

Showing results 1 to 25 of 500
Search took 0.04 seconds.
Search: Posts Made By: MaryTheG(r)eek
Forum: vB4 Programming Discussions 07-18-2011, 03:51 PM
Replies: 1
Views: 397
Posted By MaryTheG(r)eek
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 07-18-2011, 01:58 PM
Replies: 2
Views: 485
Posted By MaryTheG(r)eek
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 07-17-2011, 07:09 PM
Replies: 2
Views: 451
Posted By MaryTheG(r)eek
Try first to make it working well with Articles...

Try first to make it working well with Articles and Blocks, and after it, if you've still enought courage, you can try with building pages (...a lot pages?? :rolleyes:)

vBulletin is the best...
Forum: vB4 Programming Discussions 07-17-2011, 05:50 PM
Replies: 9
Views: 2,566
Posted By MaryTheG(r)eek
If the error message that you're getting trying...

If the error message that you're getting trying to use Project Tools is:

Warning: require_once(./includes/functions_wysiwyg.php)

then just find from an older than 4.1.4 districution package the...
Forum: vB4 Programming Discussions 07-17-2011, 05:02 PM
Replies: 3
Views: 847
Posted By MaryTheG(r)eek
Thank you Brooks. I'll give a try a bit later. I...

Thank you Brooks. I'll give a try a bit later. I wasted my full day stucked in a problem with Forum blocks.

Maria
Forum: vB4 Programming Discussions 07-17-2011, 05:00 PM
Replies: 9
Views: 2,566
Posted By MaryTheG(r)eek
As I know Project tools is supporting here, so I...

As I know Project tools is supporting here, so I believe that someday soon they'll release an update. As I'm also using it, I follow the way Nr3 of my post:)

Maria
Forum: vB4 Programming Discussions 07-17-2011, 04:52 PM
Replies: 2
Views: 485
Posted By MaryTheG(r)eek
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 07-17-2011, 06:11 AM
Replies: 3
Views: 847
Posted By MaryTheG(r)eek
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 07-17-2011, 06:10 AM
Replies: 9
Views: 2,566
Posted By MaryTheG(r)eek
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 07-15-2011, 06:26 PM
Replies: 52
Views: 5,828
Posted By MaryTheG(r)eek
Most script and/or classes are counting from 0,0...

Most script and/or classes are counting from 0,0 (top left edge) to crop the image at a specific width. Some others, more sophisticated they're allowing to specify this top-left point on your own....
Forum: Forum and Server Management 07-12-2011, 06:37 PM
Replies: 13
Views: 7,905
Posted By MaryTheG(r)eek
First of all, and please correct me if I'm wrong...

First of all, and please correct me if I'm wrong you're talking for editing htaccess file right? In this case, just keep in mind that not all users know how to use such files, and most important, not...
Forum: vB4 General Discussions 07-09-2011, 05:27 PM
Replies: 10
Views: 781
Posted By MaryTheG(r)eek
Yes, I think that this is the one that I meant....

Yes, I think that this is the one that I meant. Just didn't remembered the name.
Forum: vB4 General Discussions 07-09-2011, 04:38 PM
Replies: 429
Views: 48,068
Posted By MaryTheG(r)eek
It will be ready in a month from now (even if I...

It will be ready in a month from now (even if I plan it for July 31st), and it will costs you 1/20 of your budget
Maria
Forum: vB4 General Discussions 07-09-2011, 04:05 PM
Replies: 429
Views: 48,068
Posted By MaryTheG(r)eek
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 07-09-2011, 07:15 AM
Replies: 10
Views: 781
Posted By MaryTheG(r)eek
It's not only that reCAPTCHA hacked. The problem...

It's not only that reCAPTCHA hacked. The problem is that they changed the fonts, so now one words appears with a big shadow, something that made even human to be unable to read them. In my honors...
Forum: vB4 Programming Discussions 07-08-2011, 06:17 PM
Replies: 9
Views: 2,566
Posted By MaryTheG(r)eek
...lol.... Because I removed the files and thus...

...lol.... Because I removed the files and thus my mods gone to Graveyard.
Forum: Forum and Server Management 07-08-2011, 06:15 PM
Replies: 13
Views: 7,905
Posted By MaryTheG(r)eek
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 07-08-2011, 05:52 PM
Replies: 13
Views: 7,905
Posted By MaryTheG(r)eek
Come on. Be ...serious:D. You know that nothing...

Come on. Be ...serious:D. You know that nothing can stop hackers. While even CIA (as I've read) can't stop them, do you think that just a file move can stop them?:rolleyes:

In any case I was...
Forum: vB4 Programming Discussions 07-08-2011, 05:30 PM
Replies: 9
Views: 2,566
Posted By MaryTheG(r)eek
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 07-08-2011, 05:00 PM
Replies: 11
Views: 1,426
Posted By MaryTheG(r)eek
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 07-08-2011, 10:45 AM
Replies: 13
Views: 7,905
Posted By MaryTheG(r)eek
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-07-2011, 10:12 AM
Replies: 3
Views: 744
Posted By MaryTheG(r)eek
Thank you for your reply but your code shows only...

Thank you for your reply but your code shows only the content (see the attachment). I also need the outline block and the block header.

By the way I seen that you're calling the class...
Forum: vB4 Design and Graphics Discussions 07-07-2011, 09:02 AM
Replies: 3
Views: 744
Posted By MaryTheG(r)eek
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 07-05-2011, 06:56 AM
Replies: 7
Views: 763
Posted By MaryTheG(r)eek
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 03-04-2011, 08:23 AM
Replies: 9
Views: 2,608
Posted By MaryTheG(r)eek
How many of you, are really interesting in a such...

How many of you, are really interesting in a such mod? I'm not talking for simple (one question) review script and thus not a free mod. Sorry but I'm not willing to release other free mods. Financial...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT. The time now is 12:47 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.05006 seconds
  • Memory Usage 2,084KB
  • 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
  • (23)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