vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBJournal for vBulletin 3.5 (https://vborg.vbsupport.ru/showthread.php?t=96462)

djsydeburnz 12-14-2005 01:45 AM

sorry, cant read through 55 pages. it would be nice if someone could design a hack that lets you merch posts within threads, so the thread author or mods could merge the any posts that are the same questions into on....making these 55 page threads a bit smaller.

anyway, sorry for my rant. :)

are we supposed to use the mood images from the moods hack?
my dropdown menu in the journal and the modify moods page in the admin cp only shows 51 moods when i have more.

either i am using a moods pack that wasnt in mind, or i did something wrong to only display some of them.

thanks in advance...great mod!

djsydeburnz 12-14-2005 01:46 AM

oh, and i even made a mySql file so i didnt have to type in each of the moods in the admin cp if anyone is using the vbmoods images.

Wordplay 12-14-2005 05:21 AM

is there a mysql 4.1+ fix anywhere in sight yet?

d8tabyte 12-14-2005 06:36 AM

Installed! http://digitalet.net/forum/journal.php
Thanks Andreas, you are becoming one of my favorite coders here!

gibhut 12-14-2005 10:43 AM

Had a little problem and can't figure it out for the life of me. When you make a comment on the journal and go back and edit that comment.. the page it sends you to is blank. this is a non admin account.. any ideas..

gibhut 12-14-2005 04:14 PM

Found it. In the admin there is no Can edit Comments. so i had to add


Code:

<bitfield name="caneditowncomments" group="journal_permissions"
 phrase="can_edit_own_comments">32</bitfield>


Quote:

Originally Posted by gibhut
Had a little problem and can't figure it out for the life of me. When you make a comment on the journal and go back and edit that comment.. the page it sends you to is blank. this is a non admin account.. any ideas..


nexus851 12-14-2005 11:36 PM

in the /journal.php link, when a user goes there it gives out the "latest journal entries"... (which is $latestbits in the JOURNAL template), however when you click on the link, it doesnt open up a new window, it displays it in the current window now. How do i change this to open up "$latestbits" in a new window???

i can't use window.open command, because it doesnt work in this case b/c of the $latestbits (comprising all the links and URL in the variable)

please help...

vibe 12-16-2005 04:37 AM

how do I allow html for journal?

FASherman 12-16-2005 10:40 AM

Quote:

Originally Posted by vibe
how do I allow html for journal?

Why would you want to? HTML opens you up to all kinds of security risks.

nexus851 12-17-2005 12:16 AM

Quote:

Originally Posted by Rukas
Same prob for me, I dont want it in a pop up anyway so am just going to edit the button out of the template.

*This revise template change below will open another popup menu when the latest entries are clicked in the journal.php Main menu.

i fixed this problem when i was sick of always closing myself out.. Here are the codes you need to replace the "journal_latestentrybit" template with the following:

PHP Code:

<td class="$bgclass"><div class="smallfont">
<
a href="#" onclick="openWindow('/forum/journal.php?do=showentry&amp;e=$latest[entry_id]'); return false;" title="$latest[entrytext]">$latest[entrytitle]</a> - (<phrase 1="$latestentrydate2="$latestentrytime">$vbphrase[x_at_y]</phrase>)<br />
<
span style="cursor:pointer" onclick="window.open('member.php?u=$latest[journalist_id]')">$latest[journalist]</span>
</
div></td


Also if you want the MEMBERINFO template to also popup when people look at the Blogs there, you also want to revise the template changes in your MEMBERINFO with the following: (This replace/overwrites the Memberinfo step in the instructions)

PHP Code:

<!-- VBJ -->
<if 
condition="$show[journalinfo]">
        <
fieldset>
   <
legend>$vbphrase[journal_information]:</legend>
   <
table>
   <
tr>
   <
td>
   <
div class="fieldset">
   <
a href="journal.php?$session[sessionurl]do=showjournal&j=$journal[journal_id]"><phrase 1="$userinfo[username]">$vbphrase[visit_xs_journal]</phrase></a><br />
   
$vbphrase[journal_entries]: $journal[entrycount]<br />
   
$vbphrase[journal_comments]: $journal[commentcount]<br />
   
$vbphrase[journal_views]: $journal[journalviews]<br />
   
$vbphrase[last_entry]: <if condition="$show[journal_lastentry]"><a href="#" onclick="openWindow('/forum/journal.php?$session[sessionurl]do=showentry&e=$journal[lastentry_id]','directories=no,height=400,width=850,toolbar=no');return false;">$journal[lastentry]</a> ($journal[lastentry_date])<br /><else />$vbphrase[private]</if>


   </
div>
   </
td>
   </
tr>
   </
table>
   </
fieldset>
   </if>
<!-- /
VBJ --> 





NOTE: This will open another window now with the entries

NOTE2: Change the path to your liking. However mine was /forum/journal.php....


Guess now we can scratch off this bug ...
Enjoy =)


All times are GMT. The time now is 05:34 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.02681 seconds
  • Memory Usage 1,762KB
  • 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)bbcode_code_printable
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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