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

Showing results 1 to 25 of 500
Search took 0.18 seconds.
Search: Posts Made By: Lynne
Forum: vBulletin.org Site Feedback 07-11-2017, 10:15 PM
Replies: 88
Views: 22,477
Posted By Lynne
It's been a lot of fun. Bye everyone!

It's been a lot of fun. Bye everyone!
Forum: vB5 General Discussions 07-04-2017, 06:42 PM
Replies: 12
Views: 1,311
Posted By Lynne
Typically, your 'top' style is the one where you...

Typically, your 'top' style is the one where you edit templates, and the child forums is where you just change colors. So, editing the top style would be the only thing you need to do. If you don't...
Forum: vBulletin.org Site Feedback 07-01-2017, 02:00 AM
Replies: 88
Views: 22,477
Posted By Lynne
It was not easy for me to make the decision to...

It was not easy for me to make the decision to leave since I really do love this community. This is the place where I learned to love vbulletin and what it could do for my site. In learning, I...
Forum: vB3 General Discussions 06-26-2017, 07:51 PM
Replies: 11
Views: 1,469
Posted By Lynne
Are you adverse to editing your templates? The...

Are you adverse to editing your templates? The reason I ask is that your avatar image tag has no class associated with it (nor do any elements immediately above it) and so that makes it more...
Forum: vB4 General Discussions 06-02-2017, 09:00 PM
Replies: 6
Views: 884
Posted By Lynne
When the hooks are stored in the database, ALL...

When the hooks are stored in the database, ALL the hooks using the process_templates_complete location are stored 'on top of each other' (one after another). If one is only 10 lines, then the next...
Forum: vB4 Programming Discussions 06-02-2017, 08:55 PM
Replies: 8
Views: 944
Posted By Lynne
ACK!!! My bad. I'm not sure what I was thinking...

ACK!!! My bad. I'm not sure what I was thinking - it's been a while since I have written a custom page and, um, uh, just forget what I said!!
Forum: vB4 Programming Discussions 04-29-2017, 03:35 PM
Replies: 8
Views: 1,819
Posted By Lynne
We know, you are talking about the "lower navbar...

We know, you are talking about the "lower navbar sections" where it says "New Posts", "FAQ", "Calendar", "Community", etc. So, go to Admincp > Settings > Navigation Manager and click on Forum and it...
Forum: vB4 Programming Discussions 04-22-2017, 02:36 PM
Replies: 8
Views: 1,819
Posted By Lynne
The items you see that are the main Navbar Tabs...

The items you see that are the main Navbar Tabs and the sub-menus associated with those are editable in Admincp > Settings > Navigation Manager.

The items at the very top where you see your name...
Forum: vB4 General Discussions 04-16-2017, 03:45 PM
Replies: 1
Views: 467
Posted By Lynne
Reupload all your files again making sure they...

Reupload all your files again making sure they all get uploaded completely before you try to run the upgrade script.
Forum: vBulletin.org Site Feedback 04-07-2017, 04:20 PM
Replies: 7
Views: 2,056
Posted By Lynne
Interesting.... I guess images don't show on that...

Interesting.... I guess images don't show on that page, so I've just removed them.
Forum: vBulletin.org Site Feedback 04-06-2017, 03:15 PM
Replies: 7
Views: 2,056
Posted By Lynne
I edited one of the announcement threads and...

I edited one of the announcement threads and added in the images. I don't know what is up with quotes though because they are fine in the thread but munged in the front page. Perhaps Paul will know...
Forum: vB4 Design and Graphics Discussions 04-02-2017, 02:17 PM
Replies: 5
Views: 1,005
Posted By Lynne
What is showing in the page source? Can we get a...

What is showing in the page source? Can we get a link to the site and a test username/password so we may see the issue?
Forum: Modification Requests/Questions (Unpaid) 04-01-2017, 05:55 PM
Replies: 2
Views: 695
Posted By Lynne
What exactly are you trying to do? Those phrases...

What exactly are you trying to do? Those phrases are actually definited in the global.php file:

$vbphrase['unread_x_nav_compiled'] = construct_phrase($vbphrase['unread_x_nav'], $pmunread_html);...
Forum: vB4 General Discussions 03-28-2017, 04:18 PM
Replies: 1
Views: 373
Posted By Lynne
Upload tools.php from the do_not_upload directory...

Upload tools.php from the do_not_upload directory to your /admincp and reupload the /install directory (without the install.php file). Point your browser to the /admincp/tools.php and select to Turn...
Forum: vB4 Programming Discussions 03-24-2017, 05:05 PM
Replies: 14
Views: 1,114
Posted By Lynne
It was one of the cleanup cron jobs that was...

It was one of the cleanup cron jobs that was causing the other bug (iirc).
Forum: vB4 General Discussions 03-19-2017, 03:49 PM
Replies: 2
Views: 534
Posted By Lynne
.... and make sure the /customavatars/thumbs...

.... and make sure the /customavatars/thumbs directory is chmod to 777.
Forum: Modification Requests/Questions (Unpaid) 03-18-2017, 07:41 PM
Replies: 7
Views: 1,072
Posted By Lynne
The only person who may upgrade it and release it...

The only person who may upgrade it and release it is the coder himself since that is not marked as Re-usable Code.
Forum: vBulletin.org Site Feedback 03-14-2017, 01:33 AM
Replies: 7
Views: 2,049
Posted By Lynne
Yep, I see exactly the same thing. I'll let Paul...

Yep, I see exactly the same thing. I'll let Paul know (he is the only one that can fix it).
Forum: vB4 General Discussions 03-03-2017, 02:14 AM
Replies: 5
Views: 1,584
Posted By Lynne
For your vb_cpsession table: CREATE TABLE...

For your vb_cpsession table:

CREATE TABLE vb_cpsession (
userid INT UNSIGNED NOT NULL DEFAULT '0',
hash VARCHAR(32) NOT NULL DEFAULT '',
dateline INT UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY...
Forum: vB4 Programming Discussions 03-01-2017, 03:40 PM
Replies: 5
Views: 491
Posted By Lynne
You may have to do some sort of str_replace to...

You may have to do some sort of str_replace to add it in where you want it.

(Everything is done in the navigation manager now and so there really isn't a way to hook to the sub-nav menu.)
Forum: vB4 General Discussions 02-25-2017, 03:45 PM
Replies: 1
Views: 391
Posted By Lynne
The picture you are showing is for a vB3 site. I...

The picture you are showing is for a vB3 site. I do not have an option to Select Closed Threads on my vB4 site, only on my vB3 site.
Forum: Forum and Server Management 02-10-2017, 04:33 PM
Replies: 12
Views: 2,781
Posted By Lynne
It needs to be done in the datastore table also...

It needs to be done in the datastore table also which is serialized input (so don't modify it manually unless you know what you are doing). You can try reuploading the /core/install directory...
Forum: vB4 Programming Discussions 02-08-2017, 09:09 PM
Replies: 8
Views: 661
Posted By Lynne
Check what the largest userid is in your user...

Check what the largest userid is in your user table. Then check what the largest userid is in your usertextfield table is.
Forum: vB4 General Discussions 02-07-2017, 04:53 PM
Replies: 8
Views: 1,056
Posted By Lynne
I've always put it in the footer template.

I've always put it in the footer template.
Forum: vB4 General Discussions 01-24-2017, 04:05 AM
Replies: 7
Views: 532
Posted By Lynne
Ask your host if you have mod_security or suhosin...

Ask your host if you have mod_security or suhosin on your server. What you are describing sounds like your host has some sort of security on your server.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT. The time now is 02:12 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.04592 seconds
  • Memory Usage 2,072KB
  • 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
  • (14)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