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

Showing results 1 to 25 of 64
Search took 0.00 seconds.
Search: Posts Made By: Tefra
Forum: News and Announcements 02-15-2008, 04:35 PM
Replies: 69
Views: 15,158
Posted By Tefra
i just finished the upgrade, the vb upgrade took...

i just finished the upgrade, the vb upgrade took me about 10minutes, with prepared the changed templates on my localhost, 5 more minutes to write a simple permission plugin for the thread prefixes,...
Forum: News and Announcements 02-14-2008, 03:27 PM
Replies: 69
Views: 15,158
Posted By Tefra
On the other hand i believe it's a good day for...

On the other hand i believe it's a good day for release, i will probably upgrade this weekend. From what i managed to check most of the important new hooks have been added (or at least those i was...
Forum: vB3 Programming Discussions 02-12-2008, 07:25 PM
Replies: 3
Views: 865
Posted By Tefra
Hrm the gals works with predefined keywords, the...

Hrm the gals works with predefined keywords, the auto links in my case are produced dynamically with a query, this gives me the option to extend the autolinks to other sections custom pages, other...
Forum: vB3 Programming Discussions 02-12-2008, 10:00 AM
Replies: 3
Views: 865
Posted By Tefra
Here is a different version which seems to be...

Here is a different version which seems to be working better without breaking the original html tags at least. The process is based on this highlight function...
Forum: vB3 Programming Discussions 02-10-2008, 09:42 PM
Replies: 6
Views: 1,032
Posted By Tefra
you basically want to echo each line right ? ...

you basically want to echo each line right ?

$lines = explode("<br />", $code);
foreach($lines as $line)
{
echo $line;
echo "<br />";

}
Forum: vB3 Programming Discussions 02-10-2008, 01:41 PM
Replies: 3
Views: 865
Posted By Tefra
Autolink strings in custom mod

I have created a custom terminology/glossary mod for vb, and i have also included a simple function to auto link to other terms. but i have two major issues. It breaks html tags.

Any help is...
Forum: vBulletin 3.7 Template Modifications 02-02-2008, 03:52 PM
Replies: 19
Views: 11,606
Posted By Tefra
<a href="http://www.spiffycorners.com/"...

<a href="http://www.spiffycorners.com/" target="_blank">spiffy corners</a>
Forum: vB3 General Discussions 01-17-2008, 07:26 AM
Replies: 16
Views: 1,563
Posted By Tefra
sorry about the syntax error, the code above is...

sorry about the syntax error, the code above is based on my suggestion to calculate the entries of each category during the management of the categories and during the add, edit, delete and tje move...
Forum: vB3 General Discussions 01-16-2008, 07:36 AM
Replies: 16
Views: 1,563
Posted By Tefra
I suggest you one really helpful change to...

I suggest you one really helpful change to calculate the total entries of each category during the add,delete,move of the download entries. This way you will save the count query.

// Part One This...
Forum: vB3 General Discussions 01-05-2008, 08:20 AM
Replies: 16
Views: 1,563
Posted By Tefra
it's a simple structure with only one level of...

it's a simple structure with only one level of subcategories right ?


$sql = $db->query_read("SELECT * FROM `" . TABLE_PREFIX . "xsdl_cats` WHERE 1");
while ($row = $db->fetch_array($sql))
{...
Forum: Programming Articles 12-13-2007, 10:56 AM
Replies: 34
Views: 13,830
Posted By Tefra
vB doesn't seem to use htmlspecialchars_uni when...

vB doesn't seem to use htmlspecialchars_uni when displaying the fields it uses htmlspecialchars_uni only during the update/insert of the TYPE_STR fields, so if we do that we are on the safe side...
Forum: vB3 General Discussions 03-16-2007, 11:22 AM
Replies: 0
Views: 698
Posted By Tefra
Custom Import Script Help

I am not sure if this is the right section to post this but anyway after all it's about importing things to vbulletin

I use a 3rd part software for my site as a portal and cms, not intergraded. I...
Forum: News and Announcements 01-13-2007, 05:33 PM
Replies: 138
Views: 24,205
Posted By Tefra
I guess in every site when the team decides to do...

I guess in every site when the team decides to do such move there isn't everyone happy about that.

It's a little hard to get used to it, the light blue of vb.org is hard to forget :) but the new...
Forum: Modification Graveyard 01-03-2007, 05:14 PM
Replies: 299
Miscellaneous Hacks - Top Posters
Views: 77,073
Posted By Tefra
Installed thanks!

Installed thanks!
Forum: vBulletin 3.6 Add-ons 12-20-2006, 04:19 PM
Replies: 272
Forum Display Enhancements - Separate Sticky and Normal Threads
Views: 256,089
Posted By Tefra
installed thank you.

installed thank you.
Forum: Modification Graveyard 04-26-2006, 06:48 PM
Replies: 108
Administrative and Maintenance Tools - Automatic Database Back-up
Views: 14,426
Posted By Tefra
thank you, works great here too! btw all...

thank you, works great here too!

btw all dublicated files are the same exactly.
Forum: News and Announcements 03-09-2006, 11:21 PM
Replies: 96
Views: 11,272
Posted By Tefra
nice to see this site running finally under vb...

nice to see this site running finally under vb 3.5x
Good luck with the rest of the upgrade processes.
Forum: vBulletin 3.5 Add-ons 03-06-2006, 03:25 PM
Replies: 8
Views: 2,844
Posted By Tefra
ok i feel stupid now can someone explains me the...

ok i feel stupid now can someone explains me the difference between the
User Rank Manager and this ? You can easily do the same thing without code hacks
Forum: vBulletin 3.7 Add-ons 03-05-2006, 11:54 PM
Replies: 1,989
Major Additions - PhotoPlog: The Lite Gallery
Views: 646,034
Posted By Tefra
hey calorie you should consider some things about...

hey calorie you should consider some things about the sub subcategories.
The Last Upload Last Comment Uploads Comments doesn't work on the main page, also if you are are looking into a subcategory...
Forum: vBulletin 3.5 Template Modifications 03-05-2006, 12:06 PM
Replies: 165
Views: 58,540
Posted By Tefra
in the .subforum li { display:inline; ...

in the

.subforum li {
display:inline;
width:150px;
float:left;
padding-left:0.5em;
padding-right:0.5em;
}
Forum: vBulletin 3.5 Add-ons 03-02-2006, 10:16 AM
Replies: 254
Views: 68,520
Posted By Tefra
thanks m8 :nervous:

thanks m8 :nervous:
Forum: vBulletin 3.6 Template Modifications 03-01-2006, 01:13 PM
Replies: 156
Views: 87,348
Posted By Tefra
i attached two images for the Float Images...

i attached two images for the Float Images bbcodes , i like them more and they align better in the editor.

Cheers Tefra
Forum: vBulletin 3.5 Add-ons 02-28-2006, 07:16 PM
Replies: 254
Views: 68,520
Posted By Tefra
can someone attach the 1.22 version i thought i...

can someone attach the 1.22 version i thought i had stored it somewhere but i can't find it.
Forum: vB3 General Discussions 02-27-2006, 02:48 PM
Replies: 11
Views: 1,480
Posted By Tefra
if your daily traffic isn't 400-500unique...

if your daily traffic isn't 400-500unique visitors don't even bother m8 to add adsense. You should focus on adding more contect and build your community step by step and when your daily traffic is...
Forum: vBulletin 3.5 Add-ons 02-24-2006, 08:08 PM
Replies: 237
Views: 55,203
Posted By Tefra
can you please copy past here your code in...

can you please copy past here your code in archieve bottom and header ?
Showing results 1 to 25 of 64

 
Forum Jump

All times are GMT. The time now is 07:03 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.01672 seconds
  • Memory Usage 2,038KB
  • 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
  • (52)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