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

Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: lionheart53
Forum: vB3 Programming Discussions 01-17-2008, 06:51 PM
Replies: 0
Views: 682
Posted By lionheart53
Mod to hide specific content from a usergroup

I'm looking for a way to use a custom bbcode to denote parts of a post that I want to hide from a specific usergroup. I've tried a number of things in different areas to no avail. Anyone got any...
Forum: vBulletin 3.6 Add-ons 08-19-2007, 08:36 PM
Replies: 1,069
Views: 239,215
Posted By lionheart53
I believe this addon will be a great addition. I...

I believe this addon will be a great addition. I eventually want the full implementation but for now I'm trying to install and just get the instant notification of new posts via email, but it...
Forum: Modification Requests/Questions (Unpaid) 04-12-2006, 06:40 PM
Replies: 0
Views: 576
Posted By lionheart53
User list for a specific forum section

What I'd like to have is a way for users with access to a specific section to view the list of users in that same section. I can do this with a usergroup (all members are part of one usergroup) so...
Forum: vB3 Programming Discussions 04-10-2006, 03:41 AM
Replies: 0
Views: 705
Posted By lionheart53
Comparing post date versus datetimestamp

I'm trying to have my search results show older posts differently based on the user group. I've got a calculated date using something like below:

$startpostdate = time() - (90 * 24 * 60 * 60);
...
Forum: vBulletin 3.5 Add-ons 03-31-2006, 05:17 PM
Replies: 35
Views: 12,187
Posted By lionheart53
I'm using this mod but would also love to have a...

I'm using this mod but would also love to have a way to subscribe to a parent forum and it automatically add subscriptions to all child forums. Is there anything out there already built?
Forum: vBulletin 3.5 Add-ons 02-22-2006, 08:44 PM
Replies: 94
Views: 34,815
Posted By lionheart53
Thanks. I found the one about threads and going...

Thanks. I found the one about threads and going to see if I can find one about building replies (since all the posts right now will actually be replies rather than new threads).
Forum: vBulletin 3.5 Add-ons 02-22-2006, 08:14 PM
Replies: 94
Views: 34,815
Posted By lionheart53
Yes, that's the way I'd normally go. I just have...

Yes, that's the way I'd normally go. I just have to figure out all the tables it has to hit and particularly for the subscriptions how it needs to parse the data and load the tables to send out the...
Forum: vBulletin 3.5 Add-ons 02-22-2006, 07:57 PM
Replies: 94
Views: 34,815
Posted By lionheart53
I'm looking to install this for a reason that's a...

I'm looking to install this for a reason that's a bit different. I've got incoming mails that are to be replies to existing topics. So what I'm thinking is actually using this hack along with a...
Forum: vB3 General Discussions 02-21-2006, 08:12 PM
Replies: 0
Views: 598
Posted By lionheart53
Searching posts even when they can't be viewed

I'm trying to modify the search.php file so it will return results that contain the text in the content of the message, even if the user doesn't have rights to view the actual posts (but they can...
Forum: vBulletin 3.5 Add-ons 02-20-2006, 04:54 PM
Replies: 220
Views: 86,714
Posted By lionheart53
I'm not an expert in this and don't know about...

I'm not an expert in this and don't know about the Google spider for content, but I do know that for adsense the contact at google I was emailing with specifically mentioned that it was okay for me...
Forum: vBulletin 3.5 Add-ons 02-17-2006, 08:07 PM
Replies: 220
Views: 86,714
Posted By lionheart53
Thanks. That resolved it. Very weird but I can...

Thanks. That resolved it. Very weird but I can work with that.
Forum: vBulletin 3.5 Add-ons 02-17-2006, 07:34 PM
Replies: 220
Views: 86,714
Posted By lionheart53
I want only the spider for google adsense to get...

I want only the spider for google adsense to get through and not the others. So I tried changing the spiders_vbulletin.xml to just what's below but then my pages in the forum don't come up at all. ...
Forum: vB3 General Discussions 02-17-2006, 07:10 PM
Replies: 2
Views: 769
Posted By lionheart53
Thanks. That's perfect. I'm going to use it...

Thanks. That's perfect. I'm going to use it only for google adsense so I'll adjust the xml for that.
Forum: vB3 General Discussions 02-17-2006, 05:32 PM
Replies: 2
Views: 769
Posted By lionheart53
Any hack to let the google adsense spider into forums requiring login?

I'm looking for a way to let the Google adsense spider in so I can show google adsense ads even though all the forums requires logins to view. So basically something like where I can create a login...
Forum: Modification Requests/Questions (Unpaid) 02-17-2006, 12:06 AM
Replies: 2
Views: 982
Posted By lionheart53
Okay, I think I've found a hook...

Okay, I think I've found a hook (search_getnew_start) I can use and I put in the following and it seems to work (definitely let me know if you see problems with this).

$prefs = array(...
Forum: vB3 General Discussions 02-15-2006, 07:48 PM
Replies: 12
Views: 1,093
Posted By lionheart53
Okay, I'm starting to understand a lot more...

Okay, I'm starting to understand a lot more (looking at hooks, etc). I see the mailqueue gets all the queued messages, can you tell me where I find the code that actually ends up processing the...
Forum: vB3 General Discussions 02-14-2006, 10:31 PM
Replies: 12
Views: 1,093
Posted By lionheart53
Thanks. Do you know if exec_send_notification in...

Thanks. Do you know if exec_send_notification in the functions_newpost.php is used by anything other than the instant post notifications? Just want to figure out if I can change that function...
Forum: vB3 General Discussions 02-14-2006, 10:27 PM
Replies: 12
Views: 1,093
Posted By lionheart53
I should say that what I want to do is basically...

I should say that what I want to do is basically set the reply to address of the message to something that changes with each sent message.
Forum: vB3 General Discussions 02-14-2006, 10:24 PM
Replies: 12
Views: 1,093
Posted By lionheart53
Thanks. Actually I'm trying to find the actual...

Thanks. Actually I'm trying to find the actual PHP code that sends the messages to those who get instant notifications.
Forum: vB3 General Discussions 02-14-2006, 08:08 PM
Replies: 12
Views: 1,093
Posted By lionheart53
Thanks. Thought I'd try. I'm a database geek so...

Thanks. Thought I'd try. I'm a database geek so can probably figure most out but it's always nice when someone else has already.

I'll open a new thread if needed but do you know where the coding...
Forum: vB3 General Discussions 02-14-2006, 07:59 PM
Replies: 12
Views: 1,093
Posted By lionheart53
Database Table Definitions

I'm working on some coding that needs to interact direct with the database from a standalone application. I can probably make sense of a lot of it but is there any posting or information that...
Forum: Modification Requests/Questions (Unpaid) 02-14-2006, 08:09 AM
Replies: 2
Views: 982
Posted By lionheart53
New Posts show with actual post details

Okay, I'm looking to see if either of the two options I currently have on my current forums has a hack to make them possible with vbulletin (or if I need to find someone to build it).

First, I'd...
Forum: vBulletin Pre-Sales Questions 01-25-2006, 07:18 PM
Replies: 9
Views: 3,368
Posted By lionheart53
Thanks, I'm using MS SQL so that may cause an...

Thanks, I'm using MS SQL so that may cause an issue. Do you know if I can copy the data from my MS SQL to to a Snitz MY Sql database and if it would transfer correct? I have to ask.
Forum: vBulletin Pre-Sales Questions 01-25-2006, 04:40 PM
Replies: 9
Views: 3,368
Posted By lionheart53
Possibly converting from Snitz to Vbulletin

I'm looking into possibly converting from Snitz to VBulletin. I know there are a lot of hacks in vbulletin and a lot that can be done (and that I can import a lot of the existing data). What I'm...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT. The time now is 02:27 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.01847 seconds
  • Memory Usage 2,020KB
  • 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
  • (24)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (36)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