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

Showing results 1 to 25 of 213
Search took 0.01 seconds.
Search: Posts Made By: mihai11
Forum: vB4 Programming Discussions 07-13-2011, 05:18 AM
Replies: 2
Views: 465
Posted By mihai11
Thank you Lynne. I will analyze forum.php and...

Thank you Lynne. I will analyze forum.php and take the right queries from there.
Forum: vB4 Programming Discussions 07-12-2011, 01:20 PM
Replies: 2
Views: 465
Posted By mihai11
Any tutorial as to how to move the Site's statistics on a custom page?

Hello,

I would like to have everything that is under "What's Going On?" on a custom page. Is there any tutorial about this? I googled for this, but only came up with some extended statistics for...
Forum: vBulletin 3 Articles 07-02-2011, 06:48 AM
Replies: 11
Views: 5,819
Posted By mihai11
I am using a very similar SQL: if you don't want...

I am using a very similar SQL: if you don't want the first post (if you regard the first post as the article and the rest as comments) you can add the condition parentid != 0.

The full SQL would...
Forum: vBulletin 3 Articles 07-01-2011, 01:11 PM
Replies: 11
Views: 5,819
Posted By mihai11
Why not do this? SELECT postid, username,...

Why not do this?


SELECT postid, username, userid, threadid, pagetext
FROM ro_post
WHERE threadid = $thread_id
ORDER BY postid DESC
LIMIT 5
Forum: vB4 Programming Discussions 06-16-2011, 02:22 PM
Replies: 7
Views: 847
Posted By mihai11
I agree with you: I am scanning the table...

I agree with you: I am scanning the table userlist once per minute.

About requesting a hook - I already requested a hook (for some other issue) 2 months ago. Since then 2 minor VB versions were...
Forum: vB4 Programming Discussions 06-16-2011, 11:48 AM
Replies: 7
Views: 847
Posted By mihai11
Thank you for taking a look at this, but your...

Thank you for taking a look at this, but your point doesn't help me. I already took care of that issue: a friend relation is retained for 3 months => if you make the same friend again in these 3...
Forum: vB4 Programming Discussions 06-15-2011, 09:44 AM
Replies: 7
Views: 847
Posted By mihai11
When a friendship relation is created between 2...

When a friendship relation is created between 2 users (they must both accept) then I will award them some points.

This is why I need to know when they have both accepted.
Forum: vB4 Programming Discussions 06-15-2011, 09:00 AM
Replies: 7
Views: 847
Posted By mihai11
Is there a hook for accepted friends?

Hello,

If a user accepts a friendship request is there a hook for this action?

Thank you!
Forum: vB4 Programming Discussions 05-23-2011, 05:01 PM
Replies: 6
Views: 648
Posted By mihai11
Thank you Lynne

Thank you Lynne
Forum: vB4 Programming Discussions 05-23-2011, 04:08 PM
Replies: 6
Views: 648
Posted By mihai11
You didn't understood me. I am looking for the...

You didn't understood me. I am looking for the piece of PHP code that does the wrapping. If I can find that, I can look for hooks around.
Forum: vB4 Programming Discussions 05-23-2011, 06:29 AM
Replies: 6
Views: 648
Posted By mihai11
@Lynne: the way I do this, is I look in the code,...

@Lynne: the way I do this, is I look in the code, see where XYZ operation is happening then look around for a hook. With this technique I can see what variables are available in the hook.

I this...
Forum: vB4 Programming Discussions 05-22-2011, 09:10 AM
Replies: 0
Views: 340
Posted By mihai11
How to define what characters are used when wraping long words?

I would like to make the equal sign "=" behave like a space for the word-wrapping function. Is this possible with a hook?

Regards,
Forum: vB4 Programming Discussions 05-22-2011, 09:06 AM
Replies: 6
Views: 648
Posted By mihai11
Hook to disable word-wraping on some forum?

Is there a hook that can be used to disable word-wraping on some forum?

Thank you
Forum: vB4 Programming Discussions 03-23-2011, 08:30 PM
Replies: 2
Views: 581
Posted By mihai11
Thank you Lynne: I did what you suggested: ...

Thank you Lynne: I did what you suggested:

http://tracker.vbulletin.com/browse/VBIV-11619
Forum: vB4 Programming Discussions 03-23-2011, 02:04 PM
Replies: 2
Views: 581
Posted By mihai11
Template "blog_home" is not used?

Hello,

It looks like the template "blog_home" is not used. I checked all the blog pages with DEBUG on and I couldn't find any reference to this template on all the blog-related pages.

Also a...
Forum: vBulletin 4.x Add-ons 10-03-2010, 06:40 PM
Replies: 1,325
Views: 226,136
Posted By mihai11
Is this working for the blog also? I mean, for...

Is this working for the blog also? I mean, for the comments that users give on a blog entry?
Forum: vBulletin.org Site Feedback 02-16-2010, 09:36 AM
Replies: 3
Views: 1,925
Posted By mihai11
Thank you all!

Thank you all!
Forum: vBulletin.org Site Feedback 02-15-2010, 01:45 PM
Replies: 3
Views: 1,925
Posted By mihai11
How can I add another user for my license

Hello,

I own a valid Vbulletin license and I work with a second developer for my forum. How can I add his email address (or his account) unde my VB account - so that he can have full access to...
Forum: vB3 General Discussions 10-21-2008, 11:58 AM
Replies: 0
Views: 576
Posted By mihai11
Move blogs between users ?

How can I move blogs between 2 users ? I wrote some blogs on my userid but I want to move the blogs to another user. This user will have a "group blog" and more people will be able to post in it....
Forum: vB3 General Discussions 08-07-2008, 04:12 AM
Replies: 19
Views: 7,163
Posted By mihai11
But some people said that MyISAM is faster. In...

But some people said that MyISAM is faster. In this case, is there any point in converting to MyISAM from InnoDB (in order to gain some speed) ?


If MyISAM is faster, why doesn't the default...
Forum: vB3 General Discussions 07-08-2008, 11:53 AM
Replies: 2
Views: 988
Posted By mihai11
Bump!

Bump!
Forum: vB3 General Discussions 07-07-2008, 09:36 AM
Replies: 2
Views: 988
Posted By mihai11
Nobody is able to help me with this ? How do...

Nobody is able to help me with this ?

How do you generally trim any forum message without breaking the BB code ?
Forum: vB3 General Discussions 07-04-2008, 10:56 AM
Replies: 2
Views: 988
Posted By mihai11
What function does the preview for the blog ?! (to trim blog posts)

Hi,




When you enter someone's blog you will see a preview of his VB Blogs - usually the length of the preview is of 500 characters. What function does that ? I need to display the...
Forum: vB3 General Discussions 05-18-2008, 03:54 PM
Replies: 2
Views: 771
Posted By mihai11
Thank you for your reply. This is not exactly...

Thank you for your reply. This is not exactly what I need but it is close: if the post that is sent to admin wouldn't be quoted, that would be perfect.

I will study how this mod is done - maybe I...
Forum: vB3 General Discussions 05-18-2008, 09:48 AM
Replies: 2
Views: 771
Posted By mihai11
Create a template for private messages ?

Hi,

Is it possible to have a template for a private message ? For example, when a user presses a button, he should redirected to the PM edit window that has some text in it. Is this possible in...
Showing results 1 to 25 of 213

 
Forum Jump

All times are GMT. The time now is 11:05 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.02343 seconds
  • Memory Usage 2,051KB
  • 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
  • (9)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