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

Showing results 1 to 25 of 141
Search took 0.01 seconds.
Search: Posts Made By: Cloud Strife
Forum: vB3 General Discussions 06-26-2008, 02:03 PM
Replies: 4
Views: 736
Posted By Cloud Strife
Yep, thanks, I already figured out a solution to...

Yep, thanks, I already figured out a solution to this, by creating a plugin within one of the show thread hooks.
Forum: vB3 General Discussions 06-25-2008, 01:19 PM
Replies: 4
Views: 736
Posted By Cloud Strife
I see. Is it possible to get it to display a...

I see. Is it possible to get it to display a different error message per forum? Basically instead of a no permission error, for a couple of my forums I want it to display a different error message...
Forum: vB3 General Discussions 06-25-2008, 12:22 AM
Replies: 4
Views: 736
Posted By Cloud Strife
Forumid if statement in standard_error template

I tried the usual <if condition="in_array($foruminfo[forumid], array(1,2,3,4))">
But I guess theres no forumid specified in the standard_error template? Could someone let me know of a small plugin...
Forum: vB3 Programming Discussions 01-04-2008, 11:31 AM
Replies: 2
Views: 985
Posted By Cloud Strife
I also assumed that editing the price of a...

I also assumed that editing the price of a recurring subscription wouldn't cause problems, so I thought it best to err on the side of caution this time around :p

Lets hope someone has an answer...
Forum: vB3 Programming Discussions 01-04-2008, 12:44 AM
Replies: 2
Views: 985
Posted By Cloud Strife
Paid Subscriptions Rate change help

No one seems to know the answer to this on vb.com. Would be really greatful if someone could help

Heres the thread:

http://www.vbulletin.com/forum/showthread.php?t=253588

Outline: I...
Forum: Modification Requests/Questions (Unpaid) 01-01-2008, 03:06 PM
Replies: 0
Views: 654
Posted By Cloud Strife
Code & PHP Visable to Registered members and above only

Im sure there must be a hack for this already but I can't find it for vB 3.6. Basically, I don;t want unregistered members to see anything written inbetween code or PHP tags. can someone point me...
Forum: vB3 General Discussions 10-06-2007, 12:33 AM
Replies: 3
Views: 841
Posted By Cloud Strife
bump. again

bump. again
Forum: vB3 General Discussions 10-02-2007, 01:09 PM
Replies: 3
Views: 841
Posted By Cloud Strife
bump. Anyone?

bump. Anyone?
Forum: vB3 General Discussions 09-27-2007, 02:09 PM
Replies: 3
Views: 841
Posted By Cloud Strife
Paid Subscriptions

As I understand it, when a members subscription period is over and they haven't updated a payment, they will be demoted to the usergroup that they were prior to subscribing.

Anyway, I have a set...
Forum: vB3 Programming Discussions 07-04-2007, 04:58 PM
Replies: 6
Views: 917
Posted By Cloud Strife
Brilliant, deleting from postparsed worked a...

Brilliant, deleting from postparsed worked a charm.
Thanks so much :)

Cloud Strife
Forum: vB3 Programming Discussions 07-04-2007, 12:55 PM
Replies: 6
Views: 917
Posted By Cloud Strife
Can anyone help?

Can anyone help?
Forum: vB3 Programming Discussions 07-03-2007, 11:03 AM
Replies: 6
Views: 917
Posted By Cloud Strife
Could really do with some help here if possible.

Could really do with some help here if possible.
Forum: vB3 Programming Discussions 06-30-2007, 02:31 PM
Replies: 6
Views: 917
Posted By Cloud Strife
Yep, but that would involve me manually doing...

Yep, but that would involve me manually doing that each time the mods decide to disable smilies. What I really need is a way for the script to automatically update the post. But i'm not sure what...
Forum: vB3 Programming Discussions 06-30-2007, 12:39 PM
Replies: 6
Views: 917
Posted By Cloud Strife
Problem with posts not updating

Hiya. I've added a quick link at the bottom of each post where mods can disable smilies with the click of a button. It basically sets the 'allowsmilie' in the post table to '0'. But for some...
Forum: vB3 Programming Discussions 04-07-2007, 10:35 AM
Replies: 5
Views: 796
Posted By Cloud Strife
Really appreciate the help. Things are in tip...

Really appreciate the help. Things are in tip top working condition now :p
Forum: vB3 Programming Discussions 04-06-2007, 10:30 PM
Replies: 5
Views: 796
Posted By Cloud Strife
I have one last script thats causing me troubles....

I have one last script thats causing me troubles. I get this error:-



From this line of code:-

while ($user = $db->fetch_array($result))
{
array_push($viewers, "<a...
Forum: vBulletin 3.5 Add-ons 04-05-2007, 06:33 PM
Replies: 63
Views: 17,259
Posted By Cloud Strife
After upgrading to mySQL 5 I get this error with...

After upgrading to mySQL 5 I get this error with the plugin:-

Fatal error: Cannot use object of type vB_Session as array in /home/siteupload/public_html/forums/showthread.php(1953) : eval()'d code...
Forum: vB3 Programming Discussions 04-05-2007, 06:21 PM
Replies: 5
Views: 796
Posted By Cloud Strife
Thanks a lot, it's working perfectly now :)

Thanks a lot, it's working perfectly now :)
Forum: vB3 Programming Discussions 04-05-2007, 05:14 PM
Replies: 5
Views: 796
Posted By Cloud Strife
Problem with a script after upgrading to mySQL 5 and PHP 5

I run a script and I get a mysql 1604 error on ths piece of code.

$vbulletin->db->query_write("
UPDATE " . TABLE_PREFIX . "user
SET thetime = '$currentunixtime'
WHERE username...
Forum: vB3 General Discussions 04-03-2007, 11:02 AM
Replies: 14
Views: 1,567
Posted By Cloud Strife
Yes, but the sql backup is quite old. A lot has...

Yes, but the sql backup is quite old. A lot has happened on the board since then, so simply restoring an old backup is not an option.
Forum: vB3 General Discussions 04-03-2007, 10:40 AM
Replies: 14
Views: 1,567
Posted By Cloud Strife
Not really my fault, its default for any user to...

Not really my fault, its default for any user to be able to remove their attachments. Anyway, this isn't about who's in the wrong, it's about fixing the problem at hand. So if anyone could be kind...
Forum: vB3 General Discussions 03-30-2007, 10:27 PM
Replies: 14
Views: 1,567
Posted By Cloud Strife
*bump* Anyone?

*bump* Anyone?
Forum: vB3 General Discussions 03-28-2007, 09:15 PM
Replies: 14
Views: 1,567
Posted By Cloud Strife
His messages are still there, he edited each of...

His messages are still there, he edited each of his attachments and removed them before he left. By default vBulletin doesn't have a soft delete for this.
Forum: vB3 General Discussions 03-28-2007, 07:15 PM
Replies: 14
Views: 1,567
Posted By Cloud Strife
Super Mod deleted his attachments when he left

I have a backup of the database before he did this. Is there any way to re-upload the attachments from this sql dump and have them linked on the posts considering that he also deleted his account...
Forum: vB3 General Discussions 02-16-2007, 04:07 PM
Replies: 0
Views: 640
Posted By Cloud Strife
Forumhome section per usergroup

Never mind I figured it out.
Showing results 1 to 25 of 141

 
Forum Jump

All times are GMT. The time now is 11:42 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.07045 seconds
  • Memory Usage 2,042KB
  • 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
  • (13)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