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

Showing results 1 to 25 of 500
Search took 0.08 seconds.
Search: Posts Made By: Logician
Forum: vB4 General Discussions 09-04-2020, 10:47 AM
Replies: 5
Views: 1,779
Posted By Logician
Reporting user email is not used by vbulletin...

Reporting user email is not used by vbulletin because according to your settings, reporting user might not have an email. (eg. when you enable reporting for guests).


But if you are determined to...
Forum: vBulletin 4.x Add-ons 10-14-2017, 05:12 AM
Replies: 340
Views: 68,119
Posted By Logician
When you create a new webtemplate, set : theme...

When you create a new webtemplate, set :
theme = "DEFAULT BASIC THEME"
header = "DEFAULT VB HEADER"
footer = "DEFAULT VB FOOTER"
and this web template will have your current vb theme. "test"...
Forum: vBulletin 4.x Add-ons 06-26-2017, 05:38 PM
Replies: 340
Views: 68,119
Posted By Logician
It parses embed HTML. Eg. this works: //...

It parses embed HTML. Eg. this works:

// This is a TEST PHP Code to demonstrate webtemplates hack PHP parsing feature:

echo "Time now is $today<br><br>";

echo "You registered <b>this</b>...
Forum: vBulletin 4.x Add-ons 06-26-2017, 06:03 AM
Replies: 340
Views: 68,119
Posted By Logician
HTML version does not parse PHP tags but there is...

HTML version does not parse PHP tags but there is also a PHP version which can directly run PHP so I believe you can use that one.
Forum: Modification Requests/Questions (Unpaid) 05-09-2017, 04:32 AM
Replies: 16
Views: 2,384
Posted By Logician
In vb2 and vb3, database was keeping searched...

In vb2 and vb3, database was keeping searched words in a simple structure where you could easily read with a single query. Hence the hacks above were easy to come up with.

In vb4, searching got...
Forum: vBulletin 4.x Add-ons 04-11-2016, 08:04 AM
Replies: 340
Views: 68,119
Posted By Logician
I think easiest will be if you pm me your admin...

I think easiest will be if you pm me your admin cp details.
Forum: vBulletin 4.x Add-ons 04-10-2016, 04:03 PM
Replies: 340
Views: 68,119
Posted By Logician
Your custom skin has an additional CSS which you...

Your custom skin has an additional CSS which you need to add to WT's head section:

<link href="http://www.hardwaregame.it/forum/clientscript/vbulletin_css/style00035l/additional.css?d=1458772949"...
Forum: vBulletin 4.x Add-ons 04-06-2016, 03:29 PM
Replies: 340
Views: 68,119
Posted By Logician
If you give me the URL of your both pages (forum...

If you give me the URL of your both pages (forum working fine and WT broken), I can take a look.
Forum: vBulletin 4.x Add-ons 02-13-2016, 06:48 AM
Replies: 340
Views: 68,119
Posted By Logician
If you have a custom skin, you need to apply its...

If you have a custom skin, you need to apply its CSS code to Webtemplate header/footer. Most skin designers don't follow vbulletin's general template structure ($headinclude - $header - $content -...
Forum: vBulletin 4.x Add-ons 05-25-2014, 03:32 PM
Replies: 340
Views: 68,119
Posted By Logician
Webtemplate Post-Installation FAQ: Question 20

Webtemplate Post-Installation FAQ: Question 20
Forum: vBulletin 4.x Add-ons 03-03-2014, 03:22 PM
Replies: 340
Views: 68,119
Posted By Logician
Unfortunately my assistence with custom styles...

Unfortunately my assistence with custom styles can be pretty limited (close to none) because:
1- I'm a coder and I have very limited designing skills.
2- There are way too many custom skins users...
Forum: vBulletin 4.x Add-ons 03-03-2014, 07:31 AM
Replies: 340
Views: 68,119
Posted By Logician
PM me admin cp access to your forum and also url...

PM me admin cp access to your forum and also url to the problematic webtemplate and let me check.
Forum: vBulletin 4.x Add-ons 03-02-2014, 07:45 PM
Replies: 340
Views: 68,119
Posted By Logician
Yes according to what you described it seems that...

Yes according to what you described it seems that you need to edit webtemplate theme named "Default Basic Theme" and after the section {vb:raw headinclude} copy paste your code.
Forum: vBulletin 4.x Add-ons 03-02-2014, 11:32 AM
Replies: 340
Views: 68,119
Posted By Logician
Depends on the webtemplate. If its using a theme...

Depends on the webtemplate. If its using a theme like "Default Basic Theme", then you can edit that theme's webtemplate "default_basic_theme1" and insert it after "{vb:raw headinclude}" part.
Forum: vBulletin 3.7 Add-ons 03-01-2014, 08:13 AM
Replies: 682
Views: 146,671
Posted By Logician
I guess you upgraded your PHP. Use the...

I guess you upgraded your PHP.

Use the attached view.php
Forum: vBulletin 4.x Add-ons 02-25-2014, 08:22 AM
Replies: 340
Views: 68,119
Posted By Logician
You can't directly run these SQL queries in...

You can't directly run these SQL queries in applications like phpmyadmin because it has a vbulletin replacement in it. (which is " . TABLE_PREFIX . " ).

So its NORMAL that BOTH of these queries...
Forum: vBulletin 4.x Add-ons 02-14-2014, 10:25 AM
Replies: 340
Views: 68,119
Posted By Logician
I don't know a way to do that but this is really...

I don't know a way to do that but this is really about tapatalk, not webtemplates. Tapatalk app can pull information from webtemplates if they design it like that so asking this in their forum might...
Forum: vBulletin 4.x Add-ons 10-13-2013, 05:40 AM
Replies: 340
Views: 68,119
Posted By Logician
Give more info please. At what URL do you get...

Give more info please. At what URL do you get that error? When did it start to happen?

If you get it in regular vb pages, I doubt its about webtemplates. Webtemplates does not have any hooks in vb...
Forum: vBulletin 4.x Add-ons 09-16-2013, 06:32 AM
Replies: 340
Views: 68,119
Posted By Logician
VB4.x has changed the structure of variable...

VB4.x has changed the structure of variable support in templates so I removed outside variable support from the hack as it is now too complicated to use for non-coder users.

In vb4.x you can't...
Forum: vBulletin 3.7 Add-ons 09-07-2013, 05:39 AM
Replies: 682
Views: 146,671
Posted By Logician
Try this line: ...

Try this line:

$WQfield[$WTWQqdateparsedvalue] =
vbdate($vbulletin->options['dateformat'], $WQfield[$WTWQqdateparsedvalue], true);}
Forum: vBulletin 3.7 Add-ons 09-06-2013, 08:18 PM
Replies: 682
Views: 146,671
Posted By Logician
That part of the hack is inheriting date/time...

That part of the hack is inheriting date/time format you set in vbulletin options. So if you change vb option, it will also change accordingly.

But if you want to keep your vb option like that but...
Forum: vBulletin 3.7 Add-ons 09-05-2013, 06:45 AM
Replies: 682
Views: 146,671
Posted By Logician
In which section do you mean exactly? logs?

In which section do you mean exactly? logs?
Forum: vBulletin 4.x Add-ons 07-11-2013, 05:19 PM
Replies: 340
Views: 68,119
Posted By Logician
Its not about vb version, its about PHP version...

Its not about vb version, its about PHP version in your server.

Edit view.php, find lines 787 and 916 and put a @ symbol at the beginning of files. Error will be gone.
Forum: vBulletin 4.x Add-ons 06-13-2013, 07:14 AM
Replies: 340
Views: 68,119
Posted By Logician
Its possible. You can customize default...

Its possible. You can customize default webqueries named "$WQ_last10threadfromforum2" OR "$WQ_last5threadcontentsfromforum2".

Eg.

SELECT t.threadid, t.title, t.firstpostid, t.lastpost,...
Forum: vBulletin 4.x Add-ons 04-24-2013, 03:26 PM
Replies: 340
Views: 68,119
Posted By Logician
Alternatively you can use plain in-line CSS to...

Alternatively you can use plain in-line CSS to design any HTML elements.

Eg.
<th style="font-weight:bold; color:#000099">Username</th>

Webtemplates does not "touch" your styling actually. Its...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT. The time now is 06:51 PM.


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.07929 seconds
  • Memory Usage 2,089KB
  • 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)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (71)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