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

Showing results 1 to 25 of 62
Search took 0.00 seconds.
Search: Posts Made By: mpage
Forum: vB3 Programming Discussions 12-29-2007, 08:18 PM
Replies: 1
Views: 873
Posted By mpage
import variables from plugins

Not sure if I should be asking these sorts of things here or .com

but If I have just created a simple pluging(in Postbit_diplsay_complete), say:

title: xyz

global $vbulletin;
if...
Forum: vB3 Programming Discussions 12-29-2007, 07:06 PM
Replies: 0
Views: 692
Posted By mpage
fetch the array $navbits from Postbit_diplsay_complete

From Postbit_diplsay_complete (Add New Plugin), how can I grab the array $navbits

Is there a fetch array possible,

Obviously this currently doesn’t work, since i havent yet figured out how to...
Forum: vB3 General Discussions 12-29-2007, 04:52 PM
Replies: 2
Views: 696
Posted By mpage
I have found postbit_display_complete (via add...

I have found postbit_display_complete (via add new plugin)

If I wish to append text, I assumed:

global $vbulletin;
print 'test';

it did, but need to know how I can add under posts, and how...
Forum: vB3 General Discussions 12-29-2007, 01:23 AM
Replies: 2
Views: 696
Posted By mpage
Different links for different forums.

Anyone have an idea how I might go about doing this:

I want a link (under the posts/signature) to point to a particular place, but I need this link to be different for paricular sub forums

How...
Forum: Modification Requests/Questions (Unpaid) 07-29-2007, 01:24 PM
Replies: 0
Views: 656
Posted By mpage
signatures point to one site

Im wondering if it is possible to only allow signatures if the signature contains a site

eg:

www.example.com

and the allowed signature could be www.example.com/example.html

where would...
Forum: vBulletin 3 Articles 07-23-2007, 08:36 PM
Replies: 162
Views: 125,082
Posted By mpage
anyone having trouble with new users not getting...

anyone having trouble with new users not getting a welcome post via datamanager, no idea how to make sure new users get a welcome post, there must be a way
Forum: vBulletin 3 Articles 07-04-2007, 02:42 PM
Replies: 162
Views: 125,082
Posted By mpage
Yuo would just have to pass the variable to the...

Yuo would just have to pass the variable to the cURL or modified script above via the _GET (http://www.w3schools.com/php/php_get.asp)method . The cURL would then post this to the datamanager, Im...
Forum: vB3 General Discussions 07-04-2007, 02:27 PM
Replies: 6
Views: 926
Posted By mpage
see this post:...

see this post: https://vborg.vbsupport.ru/showthread.php?t=82836&highlight=add+new+users
Forum: vBulletin 3.5 Add-ons 01-08-2007, 10:18 AM
Replies: 34
Views: 6,604
Posted By mpage
1. Was you getting that before changing the php...

1. Was you getting that before changing the php file
2. What else does it say on the page (does it suggest its a php error)?
3. What version of php does your server use?

Sounds like the...
Forum: vBulletin 3.5 Add-ons 01-08-2007, 08:38 AM
Replies: 34
Views: 6,604
Posted By mpage
new php file support php5 (will update zip file...

new php file support php5 (will update zip file when i get time):

- note, I got this working on my server and tested it by

1. uploading the fetchRSS2.php file
2. Deleteing the tempRssseed.txt...
Forum: vBulletin 3.5 Add-ons 01-08-2007, 06:43 AM
Replies: 34
Views: 6,604
Posted By mpage
ok thanks, you have pointed me in the direction...

ok thanks, you have pointed me in the direction of why it doesnt work for some ppl, I have to update the php code so it wrks with all php versions (think it only works with php 4 and below right...
Forum: vBulletin 3.5 Add-ons 12-02-2006, 12:01 AM
Replies: 34
Views: 6,604
Posted By mpage
have you tried the suggestions above yet? ...

have you tried the suggestions above yet?

There shouldnt be a problem, with non ftp, since the files (I assume) should still be in the same format.

Try the test file (with the tempRSSfeed...
Forum: vBulletin 3.5 Add-ons 11-30-2006, 05:14 PM
Replies: 34
Views: 6,604
Posted By mpage
Actually I would just take it off for now, im...

Actually I would just take it off for now, im suspecting its something to do with the address, it might only work for forums with the address:

www.example.com
and not
www.example.com/forum
...
Forum: vBulletin 3.5 Add-ons 11-29-2006, 10:42 PM
Replies: 34
Views: 6,604
Posted By mpage
even the php files have the [] (this is replacing...

even the php files have the [] (this is replacing the retuns and tabs), the format you are saving them seems to be strange

How are you extracting them (I have download these and used winzip, and...
Forum: vBulletin 3.5 Add-ons 11-29-2006, 08:53 PM
Replies: 34
Views: 6,604
Posted By mpage
Foxsake, i have just checked the site, the...

Foxsake, i have just checked the site, the minimum the link can be is "AI Investing"(I assume you have tried this and it still doesnt work?), I am once again updating the zip since it is set to a...
Forum: vBulletin 3.5 Add-ons 11-29-2006, 08:05 PM
Replies: 34
Views: 6,604
Posted By mpage
The local is the same place your vbulletin files...

The local is the same place your vbulletin files are stored and should be the same place the jar file is stored.

If the file tempRSSFeed.txt? isn’t present but you uploaded all of the php files...
Forum: vBulletin 3.5 Add-ons 11-28-2006, 10:05 PM
Replies: 34
Views: 6,604
Posted By mpage
Ok I have uploaded, and tested the new zip...

Ok I have uploaded, and tested the new zip version above, and it worked

1.For fresh installs the first time you run this it will look like it hasnt worked (since the downloading of the RSS feed...
Forum: vBulletin 3.5 Add-ons 11-28-2006, 08:48 PM
Replies: 34
Views: 6,604
Posted By mpage
ok ive found a possible problem with fresh...

ok ive found a possible problem with fresh installs of this version, let me fix it and Ill put a working version up
Forum: vBulletin 3.5 Add-ons 11-28-2006, 07:18 PM
Replies: 34
Views: 6,604
Posted By mpage
make sure the following code is in the exact...

make sure the following code is in the exact format (copy and paste from the installation Instructions):



after you have done this you need to open the page up twice (the first run will...
Forum: Modification Requests/Questions (Unpaid) 11-28-2006, 11:56 AM
Replies: 2
Views: 1,079
Posted By mpage
created, it downloads the rss feed localy (after...

created, it downloads the rss feed localy (after the page has loaded (ajax style) and only once per day... )

Works in java, can change font, font color, size, background, speed, RSS feed url ...
...
Forum: Modification Requests/Questions (Unpaid) 11-28-2006, 11:51 AM
Replies: 6
Views: 1,266
Posted By mpage
just made one, it downloads the rss feed localy...

just made one, it downloads the rss feed localy (after the page has loaded (ajax style) and only once per day... )

Works in java, can change font, font color, size, background, speed, RSS feed url...
Forum: vBulletin 3.5 Add-ons 11-28-2006, 10:11 AM
Replies: 34
Views: 6,604
Posted By mpage
ok that’s because it checks the age of the local...

ok that’s because it checks the age of the local downloaded file before updating,(so it wont re-download new feed if this has only been recently downloaded) just delete the file TempRSSFeed.txt and...
Forum: vBulletin 3.5 Add-ons 11-28-2006, 08:57 AM
Replies: 34
Views: 6,604
Posted By mpage
It should do but only tested in 3.5.x so far

It should do but only tested in 3.5.x so far
Forum: vBulletin 3.5 Add-ons 11-28-2006, 01:52 AM
Replies: 34
Views: 6,604
Posted By mpage
Just noticed some problems, have changed the zip...

Just noticed some problems, have changed the zip file(changed instructions and file names).
Its hard for me to tell all of the steps to get this working since i have already programed it into my...
Forum: Modification Requests/Questions (Unpaid) 11-28-2006, 12:12 AM
Replies: 7
Views: 1,687
Posted By mpage
now added :...

now added : https://vborg.vbsupport.ru/showthread.php?t=132663

It downloads the rss feed localy (after the page has loaded (ajax style) and only once per day... )

Works in java, can change...
Showing results 1 to 25 of 62

 
Forum Jump

All times are GMT. The time now is 06:01 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.05000 seconds
  • Memory Usage 2,045KB
  • 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
  • (48)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