vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - DC SEO vB URL Rewrite (https://vborg.vbsupport.ru/showthread.php?t=91324)

Dean C 01-18-2006 11:43 PM

Quote:

Originally Posted by Masiello
Ah Ok, great, well I prefer awaiting GOLD Release. hmmmm I Love This Hack, it is the best one like vbdrupal.

Glad you like it Antonio. Just bare with me as I iron out the final bugs :)

loonytune15 01-19-2006 12:31 AM

Code:

Database error in vBulletin 3.5.3:

Invalid SQL:

                                INSERT INTO setting
                                (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product)
                                VALUES
                                (
                                        'forumurlbit',
                                        'dcseogrp',
                                        'forum',
                                        'forum',
                                        'free',
                                        '<table>\r\n<tr valign=\\\"top\\\">\r\n        <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"forumurlbit1\\\" value=\\\"f\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == \"f\", \'checked=\"checked\"\') . \" /></td>\r\n        <td class=\\\"smallfont\\\"><label for=\\\"forumurlbit1\\\">f1-forumname.html</label></td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n        <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"forumurlbit2\\\" value=\\\"forum\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == \"forum\", \'checked=\"checked\"\') . \" /></td>\r\n        <td class=\\\"smallfont\\\"><label for=\\\"forumurlbit2\\\">forum1-forumname.html</label></td>\r\n</tr>\r\n</table>\r\n',
                                        1,
                                        0,
                                        1,
                                        'dc001'
        ),
        (
                                        'threadurlbit',
                                        'dcseogrp',
                                        'thread',
                                        'thread',
                                        'free',
                                        '<table>\r\n<tr valign=\\\"top\\\">\r\n        <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"threadurlbit1\\\" value=\\\"t\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == \"t\", \'checked=\"checked\"\') . \" /></td>\r\n        <td class=\\\"smallfont\\\"><label for=\\\"threadurlbit1\\\">t1-threadtitle.html</label></td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n        <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"threadurlbit2\\\" value=\\\"thread\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == \"thread\", \'checked=\"checked\"\') . \" /></td>\r\n        <td class=\\\"smallfont\\\"><label for=\\\"threadurlbit2\\\">thread1-threadtitle.html</label></td>\r\n</tr>\r\n</table>\r\n',
                                        2,
                                        0,
                                        1,
                                        'dc001'
        ),
        (
                                        '',
                                        'dcseogrp',
                                        '1',
                                        '1',
                                        'free',
                                        '<table>\r\n<tr valign=\\\"top\\\">\r\n        <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"profileurlbit1\\\" value=\\\"1\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 1, \'checked=\"checked\"\') . \" /></td>\r\n        <td class=\\\"smallfont\\\"><label for=\\\"profileurlbit1\\\">user1-username.html</label></td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n        <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"profileurlbit2\\\" value=\\\"2\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 2, \'checked=\"checked\"\') . \" /></td>\r\n        <td class=\\\"smallfont\\\"><label for=\\\"profileurlbit2\\\">member1-username.html</label></td>\r\n</tr>\r\n<tr valign=\\\"top\\\">\r\n        <td><input type=\\\"radio\\\" name=\\\"setting[$setting[varname]]\\\" id=\\\"profileurlbit3\\\" value=\\\"2\\\" tabindex=\\\"1\\\" \" . iif($setting[\'value\'] == 3, \'checked=\"checked\"\') . \" /></td>\r\n        <td class=\\\"smallfont\\\"><label for=\\\"profileurlbit3\\\">profile1-username.html</label></td>\r\n</tr>\r\n</table>',
                                        3,
                                        0,
                                        1,
                                        'dc001'
        );

MySQL Error  : Duplicate entry '' for key 1
Error Number : 1062
Date        : Thursday, January 19th 2006 @ 02:31:31 AM
Script      : http://www.monster-designs.com/forum...ncp/plugin.php
Referrer    : http://www.monster-designs.com/forum...?do=productadd

Username    : Black Cobra
Classname    : vb_database

That was the problem i got when i installed it.

I am running vb 3.5.3 and the latest version form your site. this is a first time install.

loonytune15 01-19-2006 12:51 AM

I then got this error while trying to access a forum:

Code:

Fatal error: Call to undefined function: clean_title() in /home/monster/public_html/forums/seourls.php on line 62
Could have something to do with the install prob i'm guessing

Dean C 01-19-2006 10:44 AM

You didn't upload all the files it said to in the readme.txt file.

Masiello 01-19-2006 03:27 PM

Hello :) I have a simple question, the new GOLD release does it allow to change style from any position of the forum?

Dean C 01-19-2006 05:04 PM

Quote:

Originally Posted by Masiello
Hello :) I have a simple question, the new GOLD release does it allow to change style from any position of the forum?

Sorry I don't understand what you are asking?

ferrarislave 01-21-2006 02:33 AM

Awsome mod Dean! Thanks!

Here it is running live on my forum:

http://www.exotixboard.com/f11-showroom.html
http://www.exotixboard.com/f9-off-topic.html

:squareeyed:

jdingman 01-21-2006 05:57 PM

Quote:

Originally Posted by Dean C
I believe it un-necessary to rewrite usernames :)

But I wonder, why would you rewrite the rest of the board and keep usernames un-rewritten? I think it would be useful, I've had quite a few hits just for my user pages a lone and it would make it look cleaner - - in my opinion. Maybe you could add it to the xml file and leave it as an option to enable/disable?

Masiello 01-21-2006 06:07 PM

Quote:

Originally Posted by Dean C
Sorry I don't understand what you are asking?

Ok Dean, for example: If I am on this thread forum (my forum), is only a casual thread:
http://www.lottosqueeze.org/forum/f1...renalotto.html

and try to change my forum style from the bottom page, for example I select style "Forum", it dont change to this theme (style)..

well, but if I go on the index page:
http://www.lottosqueeze.org/forum/index.php

and try now to change the style, it allow to change and viceversa to other style in menu.

EDIT: however I still use the old version of this thread and not the new beta version of DC SEO

Dean C 01-21-2006 06:35 PM

Install the new version Antonio. This was fixed a long time ago :)


All times are GMT. The time now is 06:35 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.01673 seconds
  • Memory Usage 1,763KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete