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

Showing results 1 to 25 of 34
Search took 0.00 seconds.
Search: Posts Made By: ndoktoruser
Forum: vB5 Programming Discussions 03-21-2017, 09:06 AM
Replies: 3
Views: 702
Posted By ndoktoruser
Hi! Thank you for the reply. I imagined it...

Hi!

Thank you for the reply.
I imagined it would be pretty complex, because I would need to know every single place in which vBulletin 5 access the DB.
Now I think that I would need to create...
Forum: vB5 Programming Discussions 03-20-2017, 02:50 PM
Replies: 3
Views: 702
Posted By ndoktoruser
Split existing vB5 installation into two subdomains

Hello!

I am trying to split one existing vBulletin installation into two subdomains. Is this even possible?

Lets say there are two different sudomains:

forum1.mywebpage.com...
Forum: vB5 Programming Discussions 03-15-2017, 12:28 PM
Replies: 0
Views: 737
Posted By ndoktoruser
Allow admin/moderator to edit guest post

Hi,

I have seen this discussion in two posts of the support forum: here...
Forum: vB5 General Discussions 12-13-2016, 10:58 AM
Replies: 2
Views: 1,988
Posted By ndoktoruser
Wow! You were really fast. And this was...

Wow!

You were really fast.

And this was my problem, I just renamed the file and it worked.

Thank you very much!
Forum: vB5 General Discussions 12-13-2016, 09:40 AM
Replies: 2
Views: 1,988
Posted By ndoktoruser
URL settings on 5.2.3

Hello all,

I have vbulletin 5.2.0 installed and running.
I am trying to upgrade it to 5.2.3.

Before someone asks me "why not 5.2.5?", I will upgrade it to 5.2.3 first, because of my php...
Forum: vB5 General Discussions 05-10-2016, 03:00 PM
Replies: 2
Views: 413
Posted By ndoktoruser
Hi! Thank you for the fast reply. I did...

Hi!

Thank you for the fast reply.
I did what you said, but the tools.php page sends me to the live domain.
Maybe there is a table in the DB which holds the domain address of the live forum.
...
Forum: vB5 General Discussions 05-10-2016, 02:26 PM
Replies: 2
Views: 413
Posted By ndoktoruser
Can't log in after importing existing DB

Hello!

I have a vB5 forum online.
I dumped the DB and imported it to a local environment.
I went to the table setting and I changed the values of the rows "frontendurl", "frontendurl_login" and...
Forum: vB5 Programming Discussions 03-31-2016, 09:21 AM
Replies: 2
Views: 1,018
Posted By ndoktoruser
Hi, I did not upgrade to this version yet,...

Hi,

I did not upgrade to this version yet, but I upgraded to the version 5.2 (not Patch Level 2).
I didn't have any problems with this part, though.

Questions: did you run the upgrade in the...
Forum: vB5 Programming Discussions 03-24-2016, 01:18 PM
Replies: 3
Views: 1,008
Posted By ndoktoruser
I have a new field in the new template. That is...

I have a new field in the new template. That is why I need it to be displayed to the users every time they might post something in the forum. It doesn't matter if it is the first post or the second...
Forum: vB5 Programming Discussions 03-23-2016, 04:40 PM
Replies: 3
Views: 1,008
Posted By ndoktoruser
Changes in the template do not appear in the ajax refresh

Hello community,

I added a template in the existing template contententry (admincp -> Style Manager -> Default vB5 Style -> Edit Templates -> contententry).
This template I added is shown, when I...
Forum: vBulletin.org Site Feedback 02-23-2016, 06:38 AM
Replies: 7
Views: 1,722
Posted By ndoktoruser
In any case, if we had three new options (one for...

In any case, if we had three new options (one for each programming forum), it would help people who are looking for programming stuff.

For example, if I want results related to redirection, using...
Forum: vBulletin.org Site Feedback 02-22-2016, 07:23 AM
Replies: 7
Views: 1,722
Posted By ndoktoruser
vB5 Programming Discussions...

vB5 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=263)

vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)

vB3 Programming Discussions...
Forum: vB5 Programming Discussions 02-18-2016, 06:38 AM
Replies: 5
Views: 880
Posted By ndoktoruser
I agree with you.

I agree with you.
Forum: vBulletin.org Site Feedback 02-18-2016, 06:35 AM
Replies: 7
Views: 1,722
Posted By ndoktoruser
Forum filter dropdown

Hello everyone,

in the top of the forum, there is a forum filter dropdown. We can use the dropdown to filter using mod & vBulletin version, articles, styles or graphics, but not for programming...
Forum: vB5 Programming Discussions 02-17-2016, 04:15 PM
Replies: 5
Views: 880
Posted By ndoktoruser
You're welcome! About my table, it is...

You're welcome!


About my table, it is done and it is functional (in, fact, I created 2 tables: one for forums and other for threads), but as I put much more data than I need, I will improve the...
Forum: vB5 Programming Discussions 02-17-2016, 11:59 AM
Replies: 5
Views: 880
Posted By ndoktoruser
Hello everyone, just to give an update to...

Hello everyone,

just to give an update to whoever has the same problem, I succeeded with my redirection.

I found that the class \vB5_Frontend_Routing (file:...
Forum: vB5 Programming Discussions 02-15-2016, 03:34 PM
Replies: 5
Views: 4,997
Posted By ndoktoruser
Amazing! And much simpler now: $url =...

Amazing!

And much simpler now:
$url = vB_Api::instanceInternal('route')->getAbsoluteNodeUrl($id);
Forum: vB5 Programming Discussions 02-09-2016, 01:31 PM
Replies: 5
Views: 4,997
Posted By ndoktoruser
Once and again, thank you very much! I did...

Once and again, thank you very much!

I did as you said using curl:

$curl = curl_init('http://my.page/ajax/api/route/getAbsoluteNodeUrl');
curl_setopt($curl, CURLOPT_POSTFIELDS, 'nodeid=' ....
Forum: vB5 Programming Discussions 02-08-2016, 03:48 PM
Replies: 5
Views: 4,997
Posted By ndoktoruser
How to get the thread URL from a nodeid?

Let's suppose I have a node id (the integer value) which corresponds to a thread. How do I get the URL?
Forum: vB5 Programming Discussions 01-28-2016, 07:49 AM
Replies: 5
Views: 880
Posted By ndoktoruser
Where is the redirection performed?

Hello all,

I have migrated my forum to vBulletin 4, then upgraded it to vBulletin 5.
In order to not lose the visitors who come from external links, I created a table with a redirection mapping...
Forum: vB5 Programming Discussions 11-12-2015, 07:39 AM
Replies: 2
Views: 1,112
Posted By ndoktoruser
That works exactly how I need, with no route or...

That works exactly how I need, with no route or whatever.

Thank you very much, again! :)
Forum: vB4 General Discussions 11-11-2015, 01:36 PM
Replies: 11
Views: 916
Posted By ndoktoruser
What a sad story! :( I wish strength and all...

What a sad story! :(

I wish strength and all the best for your and your family.
Forum: vB5 Programming Discussions 11-11-2015, 01:31 PM
Replies: 2
Views: 1,112
Posted By ndoktoruser
How to create a Hello World route?

Hello!

Is there any tutorial teaching how to create a "hello world" route/page?

I would like to create a simple page to display "hello world" or output a json file.

As far as I could...
Forum: vB5 Programming Discussions 10-28-2015, 01:00 PM
Replies: 16
Views: 3,265
Posted By ndoktoruser
Hello Replicant, sorry for the long time with no...

Hello Replicant, sorry for the long time with no reply, but I've tried it and it works fine!
Thank you for the help!

Soon I will edit the initial post and add the last state of all files.
Forum: vB5 Programming Discussions 10-19-2015, 11:41 AM
Replies: 16
Views: 3,265
Posted By ndoktoruser
There are two major issues in the code: 1)...

There are two major issues in the code:

1) User information still not saved in the table anonymous_log.
I didn't find any example in vb5 of a plugin which saves info in a new table. Does anyone...
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT. The time now is 01:28 PM.


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.02848 seconds
  • Memory Usage 2,050KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (6)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