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

Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: safiel
Forum: vBulletin 3.6 Styles 11-15-2007, 04:20 PM
Replies: 98
Views: 41,787
Posted By safiel
I can't tell from that tiny screenshot but it...

I can't tell from that tiny screenshot but it looks like you didn't set up the forum hierarchy correctly. Just a guess. Should be:

Category
-forum
--subforum

If you do it any other way, it...
Forum: vBulletin 3.6 Styles 11-15-2007, 04:16 PM
Replies: 98
Views: 41,787
Posted By safiel
In the ForumHome template, look at the top for...

In the ForumHome template, look at the top for "<td width="217">" - that's where the column starts. You'll start to get a sense of the code just from the examples. A "blank" box would look something...
Forum: vBulletin 3.6 Styles 11-15-2007, 04:10 PM
Replies: 98
Views: 41,787
Posted By safiel
Look in the header template and follow the...

Look in the header template and follow the examples in the navigation. For example:

<li class="nav-button"><a href="yourlink.php" >Your Link</a></li>
Forum: vBulletin 3.6 Styles 11-15-2007, 04:06 PM
Replies: 98
Views: 41,787
Posted By safiel
This happening to anyone else? It's not happening...

This happening to anyone else? It's not happening when I test it.
Forum: vB3 Design and Graphics Discussions 04-03-2007, 03:28 PM
Replies: 0
Views: 720
Posted By safiel
fetch_object("currentPost") has no properties

I spent two hours building a custom postbit and only noticed later that there's a javascript error. I've compared the default postbit and nothing jumps out at me, as far as this error goes. It's...
Forum: vB3 General Discussions 11-20-2005, 01:05 AM
Replies: 0
Views: 992
Posted By safiel
Using all navbar variables and phrases in custom template?

More or less, I want to port the stuff from the navbar to a new column and prefer to use the vbphrases, variables, and such in the navbar but the new, custom template doesn't parse those. Anyone know...
Forum: vBulletin 3.5 Add-ons 08-24-2005, 08:49 PM
Replies: 565
Views: 158,417
Posted By safiel
I got SQL error as well Database error in...

I got SQL error as well

Database error in vBulletin 3.5.0 Release Candidate 2:

Invalid SQL:

SELECT a.*, au.*
FROM award AS a
LEFT JOIN award_user AS au ON (a.award_id=au.award_id)...
Forum: vBulletin 3.0 Full Releases 08-10-2005, 10:52 PM
Replies: 485
Views: 92,407
Posted By safiel
Thanks for updating it to 3.5. Eagerly awaiting :)

Thanks for updating it to 3.5. Eagerly awaiting :)
Forum: vBulletin 3.5 Add-ons 08-10-2005, 03:55 PM
Replies: 103
Views: 17,201
Posted By safiel
A went above </head>. B went just below $navbar....

A went above </head>. B went just below $navbar. C went right after the preview button. Some things you might want to check are: that Javascript is enabled in FireFox (options. It is by default)....
Forum: vBulletin 3.5 Add-ons 08-10-2005, 10:36 AM
Replies: 103
Views: 17,201
Posted By safiel
I'm using it on VB3.5rc2 in Firefox and it works...

I'm using it on VB3.5rc2 in Firefox and it works perfect.
Forum: vB3 General Discussions 08-10-2005, 01:23 AM
Replies: 6
Views: 1,228
Posted By safiel
<a...

<a href="http://httpd.apache.org/docs/2.0/misc/rewriteguide.html" target="_blank">http://httpd.apache.org/docs/2.0/misc/rewriteguide.html</a>
Forum: vBulletin 3.0 Full Releases 08-10-2005, 01:16 AM
Replies: 34
Views: 14,324
Posted By safiel
Just wondering if you had plans to port this hack...

Just wondering if you had plans to port this hack over to 3.5x?
Forum: vBulletin 3.5 Add-ons 08-09-2005, 10:15 PM
Replies: 103
Views: 17,201
Posted By safiel
That was it :) Thanks for the quick reply...

That was it :)

Thanks for the quick reply and the wonderful hack.
Forum: vBulletin 3.5 Add-ons 08-09-2005, 07:25 PM
Replies: 103
Views: 17,201
Posted By safiel
Hey there. I'm getting a javascript error in...

Hey there.

I'm getting a javascript error in Firefox, on VB3.5RC2

Error: document.getElementById(fieldName + "_textarea") has no properties
Source File:...
Forum: vBulletin 3 Articles 08-09-2005, 02:22 AM
Replies: 64
Views: 34,369
Posted By safiel
Search is my friend. Thanks for posting...

Search is my friend.

Thanks for posting this, was looking for a hint and this saved me lots of time.
Forum: vB3 General Discussions 08-08-2005, 05:55 PM
Replies: 2
Views: 826
Posted By safiel
Kirby, Thanks very much! That was the issue...

Kirby,

Thanks very much! That was the issue and the resolution.
Forum: vB3 General Discussions 08-08-2005, 05:34 PM
Replies: 2
Views: 826
Posted By safiel
Form variables to VB array issues

I am trying to udpate a custom hack from 3.07 but am having problems processing the form output. I am trying to globalize the variables in an array but they are empty. I am sure I am just making a...
Forum: vB3 General Discussions 08-08-2005, 05:25 PM
Replies: 1
Views: 937
Posted By safiel
I saw this on vbulletin.com and the problem was...

I saw this on vbulletin.com and the problem was that the person was using the legacy postbit template and didn't update it. There's a new variable that calls the avatar.
Forum: Modification Requests/Questions (Unpaid) 08-08-2005, 02:07 AM
Replies: 20
Views: 3,923
Posted By safiel
This was coded by Erwin for 3.07 ...

This was coded by Erwin for 3.07

https://vborg.vbsupport.ru/showthread.php?t=59708

All the steps will work fine for 3.5rc2 with the exception of step 1a, because the code has changed. Instead,...
Forum: vBulletin 3.5 Add-ons 07-30-2005, 09:38 PM
Replies: 281
Views: 39,982
Posted By safiel
This code is placing its compression stats output...

This code is placing its compression stats output after your HTML </body> tag. If it is happening twice that means you have two </body> tags, which you shouldn't.

p.s. This is also throws off my...
Forum: vBulletin 3.0 Full Releases 02-27-2005, 12:28 AM
Replies: 254
Views: 45,057
Posted By safiel
This fix worked for me. Thanks!

This fix worked for me. Thanks!
Forum: vB3 General Discussions 01-21-2005, 01:05 AM
Replies: 3
Views: 942
Posted By safiel
Do you think that would be best, or could you...

Do you think that would be best, or could you even just transfer the pagetext avoiding a query? If I can skip a query that would be great.

The main hinerance is that and I don't know what the...
Forum: vB3 General Discussions 01-20-2005, 11:42 PM
Replies: 3
Views: 942
Posted By safiel
Populate <textarea> on non-vB page from link in postbit?

In a posted thread, in every postbit, we want to have a link "forward this message as a postcard" - they click on the link, it takes them postcard.php, and should autopopulate the <textarea> for the...
Forum: vB3 General Discussions 08-03-2004, 02:48 PM
Replies: 2
Views: 883
Posted By safiel
bumpity bump :disappointed:

bumpity bump :disappointed:
Forum: vB3 General Discussions 07-31-2004, 02:52 AM
Replies: 2
Views: 883
Posted By safiel
Showing custom template based on Custom Field during Reg.

This is basically what I want to do, and any pointers would be appreciated:

I have one custom profile field, field6. What I want to do is show a custom template based one what they enter.
...
Showing results 1 to 25 of 25

 
Forum Jump

All times are GMT. The time now is 09:20 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.01866 seconds
  • Memory Usage 2,026KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (45)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
  • forumjump
  • search_complete
  • navbits
  • navbits_complete