The Arcive of vBulletin Modifications Site. |
|
Widget: last articles blogs in CMS - by omardealo Details »»
|
|||||||||||||||||||||||||||||||
|
Widget: last articles blogs in CMS - by omardealo
Developer Last Online: Sep 2022
Peace and mercy of God be upon you
Widget: last articles blogs in CMS - by omardealo tested on 4.0.2 God willing, also was working on 4.0.1 Programming: omardealo 7-secret.org Image: Example: arabic : http://www.7-secret.org english : http://www.7-secret.org/content.php?language=en Code1: Source code for the latest blogs related to a specific username PHP Code:
PHP Code:
PHP Code:
Code2: Source code for the latest articles blogs for all user PHP Code:
PHP Code:
Composition: Goto Admincp->vBullietin CMS->Widgets->Create New Widget Choose PHP Direct Execution as Widget's Type Place a Title. last articles blogs Click Save Click Configure on the right of the new created widget. Remove the default code that appears. Be sure to not leave behind even a single letter. Copy and Paste the code that you can find below. Leave the template name as is (vbcms_widget_execphp_page) Click Save Goto Admincp->vBullietin CMS->Layout Manager Click Go on the Default Layout Add the Widget to your Layout Click Save Source: http://www.7-secret.org/showthread.php?t=326 hack in arabic - الهاك باللغة العربية: http://www.7-secret.org/showthread.php?t=325 May God help you do not forget to pray for me and my parents back of the unseen Download Now
Show Your Support
|
|||||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
i have a sql error tatabase nam don't exist
chokrane akhi |
|
#3
|
||||
|
||||
|
u use code1 or code2
code1 u must replace omardealo to username in ur forum |
|
#4
|
|||
|
|||
|
code 2
|
|
#5
|
||||
|
||||
|
PHP Code:
IOW, it's asking for a table called "mydatabasename.vb" which doesn't exist - the only reference to 'mydatabasename' is the database itself, not one of the tables within the database. |
|
#6
|
|||
|
|||
|
i have the same problem
|
|
#7
|
||||
|
||||
|
Quote:
try this PHP Code:
|
|
#8
|
||||
|
||||
|
Quote:
PHP Code:
Whereas previously (using code2) it would ask for a table called "my_database_name.vb" it now asks for a table, which also does not exist, called "my_database_name.blog" |
|
#9
|
||||
|
||||
|
Quote:
PHP Code:
so I do not know from where comes the name of the table "my_database_name.blog" if u use tableprefix in config.php this code will work with u well PHP Code:
|
|
#10
|
||||
|
||||
|
Well I do appreciate your efforts, but even a direct copy & paste still kills my d/b, resulting in errors when using this widget.
PHP Code:
|
![]() |
|
|