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

Showing results 1 to 25 of 35
Search took 0.00 seconds.
Search: Posts Made By: Set3sh
Forum: vB4 General Discussions 05-06-2014, 06:27 PM
Replies: 18
Views: 618
Posted By Set3sh
Well, that is just great... Lynnes...

Well, that is just great...

Lynnes suggestion works if you need to check if subforums have new posts.
But you can't check if a category forum has new posts using her solution.

Are you aware of...
Forum: vB4 General Discussions 05-06-2014, 05:03 PM
Replies: 18
Views: 618
Posted By Set3sh
It is not. Let me share you my way of...

It is not.
Let me share you my way of optimising vbulletin:
> replace most images with css buttons
> combine a few of them to preserve the style

That is why it is imperious that I check if...
Forum: vB4 General Discussions 05-06-2014, 01:27 PM
Replies: 18
Views: 618
Posted By Set3sh
Thank you for trying to help me but I need...

Thank you for trying to help me but I need solutions not questions.
Forum: vB4 General Discussions 05-06-2014, 04:47 AM
Replies: 18
Views: 618
Posted By Set3sh
If there are new posts, to load an image to let...

If there are new posts, to load an image to let users know that.
With phpbb, mybb, xenforo I can easily do that.
Why it can not be posssible with vbulletin?
Forum: vB4 General Discussions 05-05-2014, 04:27 PM
Replies: 18
Views: 618
Posted By Set3sh
Thank you mate, but I'm trying to implement css...

Thank you mate, but I'm trying to implement css sprites.
Forum: vB4 General Discussions 05-05-2014, 04:09 PM
Replies: 18
Views: 618
Posted By Set3sh
That seem quite bad to run a query for every...

That seem quite bad to run a query for every single time I refresh the page to know if it's a new post or not.

I'm working on a mod to reduce http requests and optimise vb.

So far I'm testing...
Forum: vB4 General Discussions 05-05-2014, 03:30 PM
Replies: 18
Views: 618
Posted By Set3sh
I'd like to show and image at forumhome and...

I'd like to show and image at forumhome and forumdisplay when there is a new post.
So I need to know how to check for new posts in forumdisplay and showthread.
Forum: vB4 General Discussions 05-05-2014, 03:06 PM
Replies: 18
Views: 618
Posted By Set3sh
Anywhere in a forum/subforum. vb:if...

Anywhere in a forum/subforum.

vb:if condition="new_posts">
...
<vb:else />
...

I dind't find any official documentation regarding all template variables...
Forum: vB4 General Discussions 05-05-2014, 02:02 PM
Replies: 18
Views: 618
Posted By Set3sh
Template conditionals

How can I check for new posts in a forum/subforum?

Thank you.
Forum: vBulletin 4.x Add-ons 05-03-2014, 01:37 PM
Replies: 16
Forum Home Enhancements - Optimise subforum statusicons
Views: 2,844
Posted By Set3sh
The options to combine all javascript in a single...

The options to combine all javascript in a single request and all css (2 http requests to serve all) are hardcoded in my test forum.
The misfortune is that I need to learn how to combine all and...
Forum: vBulletin 4.x Add-ons 05-03-2014, 10:01 AM
Replies: 16
Forum Home Enhancements - Optimise subforum statusicons
Views: 2,844
Posted By Set3sh
Until I will fully learn what template variables...

Until I will fully learn what template variables I need and how they work, I thought I would release this to get some feedback.
The purpose is to know if my effort would be enough aprecieted to...
Forum: vBulletin 4.x Add-ons 05-02-2014, 07:06 PM
Replies: 16
Forum Home Enhancements - Optimise subforum statusicons
Views: 2,844
Posted By Set3sh
Maybe for you there is no difference, because...

Maybe for you there is no difference, because your internet connection is good.
But for others, less http requests means less time spent to download your resources when accessing your forum.
With...
Forum: vB4 General Discussions 05-02-2014, 06:02 AM
Replies: 8
Views: 451
Posted By Set3sh
Where's the thanks button Lynne? :D Thank you :)

Where's the thanks button Lynne? :D
Thank you :)
Forum: vBulletin 4.x Add-ons 05-01-2014, 10:00 PM
Replies: 16
Forum Home Enhancements - Optimise subforum statusicons
Views: 2,844
Posted By Set3sh
Optimise subforum statusicons

For forum admnistrators who are trying to reduce the number of http requests in order to speed up their forum and ultimately increase their pagespeed grade, I have a quick solution.

Subforum...
Forum: vB4 General Discussions 05-01-2014, 02:32 PM
Replies: 8
Views: 451
Posted By Set3sh
Where should I look for it and how should I use...

Where should I look for it and how should I use it?
I don't want to use the default forum status icons for subforums, I'd like to display a dot and a bold name of the subforum if it has new posts.....
Forum: vB4 General Discussions 04-30-2014, 03:30 PM
Replies: 8
Views: 451
Posted By Set3sh
Any hints regarding how can I check if a subforum...

Any hints regarding how can I check if a subforum has new posts?
Forum: vB4 General Discussions 04-26-2014, 05:58 PM
Replies: 15
Views: 1,038
Posted By Set3sh
If you ask me, it would be hell easier if vb...

If you ask me, it would be hell easier if vb would make a topic or some guidelines about what it would need to be modified so that vb4 can be full php 5.5 compatible.
I tried to modify it but the...
Forum: vB4 General Discussions 04-25-2014, 04:13 PM
Replies: 8
Views: 451
Posted By Set3sh
This is my forumhome_subforums template: ...

This is my forumhome_subforums template:

<style>
.subforums ol.subforumlist { float: left; width: 100%; margin: 0; padding: 0; }
.subforumlist li.subforum { float: left; width: 33%; margin: 0;...
Forum: vB4 General Discussions 04-25-2014, 03:49 PM
Replies: 8
Views: 451
Posted By Set3sh
So, not even a single idea? :confused:

So, not even a single idea? :confused:
Forum: vB4 General Discussions 04-25-2014, 10:25 AM
Replies: 15
Views: 1,038
Posted By Set3sh
Yes, after you hide the warnings, everything...

Yes, after you hide the warnings, everything works fine.
I'm running vb4 with php 5.5.11.
Forum: vB4 General Discussions 04-22-2014, 05:37 AM
Replies: 8
Views: 451
Posted By Set3sh
Subforum Icons

Hello,

I'd like to remove all subforum status icons and replace it with
&bull; <a href="{vb:link forum, {vb:raw row}}">{vb:raw row.title}</a> if there are not new posts
and with
<b>&rarr; <a...
Forum: vBulletin 4.x Add-ons 03-22-2014, 02:29 PM
Replies: 326
Board Optimization - Proxy Alert
Views: 89,802
Posted By Set3sh
Do you mind mailing me again a link to get the...

Do you mind mailing me again a link to get the latest pro version?
Thank you.
Forum: vB4 Design and Graphics Discussions 10-01-2013, 09:46 AM
Replies: 9
Views: 606
Posted By Set3sh
Yes you understood corectly. I want the entire...

Yes you understood corectly.
I want the entire thread title to change color depending the prefix it has.
I might provide a work-around, but I think it's not safe: <font color="red">[Rejected] etc....
Forum: vB4 Design and Graphics Discussions 09-30-2013, 11:45 AM
Replies: 9
Views: 606
Posted By Set3sh
Those tags are prefixes to whom only...

Those tags are prefixes to whom only administrators have access.
Forum: vB4 Design and Graphics Discussions 09-30-2013, 08:47 AM
Replies: 9
Views: 606
Posted By Set3sh
Css thread color style

I would like to do this:
If a thread title contains [Accepted] I would like that the threads title color to change to green, if it contains [Rejected] to change the color to red and if contains the...
Showing results 1 to 25 of 35

 
Forum Jump

All times are GMT. The time now is 02:23 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.02138 seconds
  • Memory Usage 2,027KB
  • 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
  • (33)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