vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Custom Forum Titles (https://vborg.vbsupport.ru/showthread.php?t=131496)

Adult SEO 11-13-2006 07:14 PM

Custom Forum Titles
 
Hi!

It might already be there, wich is the reason I post this request. I am looking for a simple mod to be able to configure custom forum titles.

Does this exist already?

Best Regards,
Jan Jaap

SaN-DeeP 11-13-2006 10:28 PM

Quote:

I am looking for a simple mod to be able to configure custom forum titles.
Can you be more specific ? Feature you are requesting is available in stock code for custom titles can be acheived using Conditionals.

Adult SEO 11-14-2006 04:41 AM

Hi!

Is it already possible to configure a title per forum? Or do you mean a title for all forums together ?

I want to be able to provide forum 1 with title "XXX Forum - The forum for vBulletin experts" and forum 2 with the title "YYY Forum - The forum for vBSEO experts" etc.

Herby some code to be able to do it within 10 minutes:
  1. Create a new product
  2. Add a plugin for your product on forumadmin_edit_form
  3. Add the folowing code:
    • PHP Code:

      print_input_row($vbphrase['custom_forum_title'], 'forum[custom_forum_title]'$forum['custom_forum_title'])print_input_row($vbphrase['custom_post_extension_title'], 'forum[custom_post_extension_title]'$forum['custom_post_extension_title']); 

  4. Add a plugin for your product on global_start
    • Have this plugin check if a custom title is available, if so put the custom title in $custom_title otherwise set $custom_title to 0. Also check if a custom post title extension is available, if so put it in $custom_post_extension otherwise set $custom_post_extension to 0.
  5. Edit your forum display template and replace the title content with
    PHP Code:

    <if condition="$custom_forum_title">$custom_forum_title</if><else>...ORIGINAL TITLE CONTENT</else> (not sure if the else is used rightofcourse it's usable but I'm not sure how to use it

  6. Edit the post display template and replace the title content with
    PHP Code:

    <if condition="$custom_post_extension">$custom_post_extension</if><else>...ORIGINAL TITLE CONTENT</else> (not sure if the else is used rightofcourse it's usable but I'm not sure how to use it

  7. Write a install script wich will add the folowing fields to the PREFIXforum table:
    1. custom_forum_title
    2. custom_post_extension_title
Done.

Why is this usable? Because your site will be indexed a lot better in the search engines if you use good non standard titles.

Why don't I do it? Because I bought vBSEO and it has a feature to do the same. (edit, it might has this feature so I might write the mod myself today)

Best Regards,
Jan Jaap

fly 11-14-2006 04:43 PM

Wait, did you just request a mod, then fill it yourself?

Adult SEO 11-14-2006 05:35 PM

Well, I needed it but why build it if it's already done.

And I thought vBSEO would have a custom title feature wich it doesn't, so I will develop this mod soon.

Best Regards,
Jan Jaap

thompson 10-22-2009 08:41 AM

what about this feature ?

static-skillz 10-23-2009 09:45 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=165538" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=165538</a>

I think thats what you're looking for.


All times are GMT. The time now is 10:38 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.01156 seconds
  • Memory Usage 1,743KB
  • 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
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete