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

Showing results 1 to 25 of 31
Search took 0.00 seconds.
Search: Posts Made By: asdfadrian
Forum: vB3 Programming Discussions 06-02-2011, 02:49 PM
Replies: 2
Views: 712
Posted By asdfadrian
You will need to do that through hooks and...

You will need to do that through hooks and variables. BBcode are template only and does nothing on the server-side. So you will need to include the proper hook as well as the include to define the...
Forum: vB3 Programming Discussions 06-02-2011, 02:46 PM
Replies: 4
Views: 855
Posted By asdfadrian
Well to save time, it would be helpful to specify...

Well to save time, it would be helpful to specify which mod.
Forum: vB3 Programming Discussions 06-02-2011, 02:45 PM
Replies: 22
Views: 2,039
Posted By asdfadrian
So with no errors, with the chat still not...

So with no errors, with the chat still not working, where do you think the issue begins with now?
Forum: vB3 Programming Discussions 05-29-2011, 08:08 AM
Replies: 22
Views: 2,039
Posted By asdfadrian
Changes applied. Strange enough, there are no...

Changes applied. Strange enough, there are no errors outputted. Yet the chat continues to be broken..
Forum: vB3 Programming Discussions 05-27-2011, 02:31 AM
Replies: 22
Views: 2,039
Posted By asdfadrian
That worked, now it properly generates the REAL...

That worked, now it properly generates the REAL errors:

Edit. Nvm it didnt work.
[26-May-2011 22:39:13] PHP Warning: ...
Forum: vB3 Programming Discussions 05-27-2011, 01:37 AM
Replies: 22
Views: 2,039
Posted By asdfadrian
No which is why I am trying to set it to the Root...

No which is why I am trying to set it to the Root of the directory. I though DIR would function as root.

Global is in community/global.php
chat is in community/wc3nightelf/chat.php
...
Forum: vB3 Programming Discussions 05-27-2011, 01:00 AM
Replies: 22
Views: 2,039
Posted By asdfadrian
Sorry, that was actually my fault for the minor...

Sorry, that was actually my fault for the minor error. Here is the generated error log:

[26-May-2011 20:58:29] PHP Warning: require_once(./global.php) [<a...
Forum: vB3 Programming Discussions 05-26-2011, 11:59 PM
Replies: 4
Views: 1,020
Posted By asdfadrian
In your bbcode manager for the replace code you...

In your bbcode manager for the replace code you want to do something like this if you want the user viewing the thread to have a post count greater than 50.

<if condition="$bbuserinfo[posts] >...
Forum: vB3 Programming Discussions 05-26-2011, 11:54 PM
Replies: 22
Views: 2,039
Posted By asdfadrian
Can anyone further investigate with this issue?...

Can anyone further investigate with this issue? What other information should I supply so that others can fully analyze the problem?
Forum: vB3 Programming Discussions 05-22-2011, 10:32 PM
Replies: 22
Views: 2,039
Posted By asdfadrian
Line 7 would be: session_start(); To be...

Line 7 would be:
session_start();


To be more specific on the current chat.php I have shown you the coding below:

<?php

// Start a session and get/generate a random user_id
// We'll use...
Forum: vB3 Programming Discussions 05-22-2011, 07:10 PM
Replies: 22
Views: 2,039
Posted By asdfadrian
Well I cannot see the table but I know those...

Well I cannot see the table but I know those table values do exist. We have another chat that uses the same calls and it has an icon and color table value. The old chat works, but its very buggy and...
Forum: vB3 Programming Discussions 05-22-2011, 05:36 PM
Replies: 22
Views: 2,039
Posted By asdfadrian
Well theres 3 files involved. chat.php, chat.txt...

Well theres 3 files involved. chat.php, chat.txt and chat.htm Everything I have showed you is the complete code. Chat.txt as you can imagine, is just the file it writes to and displays.

Below is...
Forum: vB3 Programming Discussions 05-22-2011, 04:51 PM
Replies: 22
Views: 2,039
Posted By asdfadrian
Well I have modified the top of the code a bit so...

Well I have modified the top of the code a bit so that the code would work if the $user_id was blank. I tried both the $userid and $USER_ID and still nothing.

So I can ensure that its not an...
Forum: vB3 Programming Discussions 05-21-2011, 05:28 PM
Replies: 22
Views: 2,039
Posted By asdfadrian
I am not entirely sure whether its $userid or...

I am not entirely sure whether its $userid or $USER_ID but when I changed it to $userid, the chat doesnt work no more. It doesnt connect the user. So it must be $USER_ID.

As for the while loop, I...
Forum: vB3 Programming Discussions 05-21-2011, 04:35 PM
Replies: 22
Views: 2,039
Posted By asdfadrian
Here is a screenshot of the issue. The...

Here is a screenshot of the issue.

The conding header for the non-boxed area of the screenshot is shown below:

error_reporting(0);
session_start();
header('Cache-control: private'); // IE6...
Forum: vB3 Programming Discussions 05-21-2011, 06:44 AM
Replies: 22
Views: 2,039
Posted By asdfadrian
Custom chat not showing Usernames?

Hello there I have a custom chat that functions properly; however, it doesnt properly display the usernames. Can someone help me with this?

Online Demo...
Forum: vB3 Programming Discussions 05-20-2011, 03:58 AM
Replies: 6
Views: 1,215
Posted By asdfadrian
What hook did you use to get the custom template...

What hook did you use to get the custom template to display? I cant get anything to display with any hooks
Forum: vB3 Design and Graphics Discussions 05-20-2011, 02:38 AM
Replies: 2
Views: 1,058
Posted By asdfadrian
Uhmmmm, anyone? Please help me!

Uhmmmm, anyone? Please help me!
Forum: vB3 General Discussions 05-20-2011, 02:36 AM
Replies: 3
Views: 635
Posted By asdfadrian
Oops I forgot to update that I fixed it. ...

Oops I forgot to update that I fixed it.

Yeah I overlooked the "Search" functions. I guess it was annoying me to the point I was no longer even thinking properly.
Forum: vBulletin 3.8 Template Modifications 05-18-2011, 11:06 PM
Replies: 7
Forum Display Enhancements - Custom Forum Display
Views: 3,962
Posted By asdfadrian
1. Simple, first we make a custom template and...

1. Simple, first we make a custom template and lets title it "customized_displayforum" go to you styles manager and go to Forum Display Templates>FORUM DISPLAY, copy and paste the default...
Forum: vB3 Design and Graphics Discussions 05-18-2011, 09:00 PM
Replies: 2
Views: 1,058
Posted By asdfadrian
Does anyone know? --------------- Added...

Does anyone know?

--------------- Added 1305760943 at 1305760943 ---------------

At least someone tell me how to embed the newattachment.php above the tags when posting a new thread.
...
Forum: vB3 Design and Graphics Discussions 05-16-2011, 11:56 PM
Replies: 5
Views: 1,333
Posted By asdfadrian
Thank you that helped a lot! Also I realized...

Thank you that helped a lot!

Also I realized that I can just look at the forumdisplay.php or any .php file and search for the "Eval Hooks" used for different templates :D
Forum: vB3 Design and Graphics Discussions 05-16-2011, 11:54 PM
Replies: 2
Views: 1,058
Posted By asdfadrian
Custom Attachment Field in NewPost and Display as Preview next to thread in Forum

I currently have made custom modified ForumDisplay.php and newthread.php

What I am asking how do I include a separate "Browse from computer" attachment input field into my newthread.php when a...
Forum: vBulletin 3.8 Template Modifications 05-16-2011, 11:16 PM
Replies: 7
Forum Display Enhancements - Custom Forum Display
Views: 3,962
Posted By asdfadrian
Edit, nvm got it working.

Edit, nvm got it working.
Forum: vB3 General Discussions 05-16-2011, 10:35 PM
Replies: 3
Views: 635
Posted By asdfadrian
How to edit this?

Im not sure, but just today I noticed that someone edited the templates and I cannot seem to find exactly which one. How do I remove the word "Hive" in the image attached below? The image displays...
Showing results 1 to 25 of 31

 
Forum Jump

All times are GMT. The time now is 07:33 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.08786 seconds
  • Memory Usage 2,075KB
  • 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
  • (39)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